{
"account": "string",
"taxNo": {},
"request_path": "string"
}
curl --location --request POST 'https://api-dev.piaozone.com/test/?access_token=发票云租户授权token&reqid=链路id,用于跟踪排查问题,建议不少于13位&taxNo=授权对应的企业税号&name=数电模式:可不传,也可指定长链接name,请求将由与name对应的客户端向税局发送请求;税盘模式,使用客户端生成的长链接name即可' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "string",
"taxNo": {},
"request_path": "string"
}'
{
"traceId": "string",
"errcode": "string",
"description": "string",
"data": {
"taxPeriod": "202401",
"skssq": "201909;20191024;201910",
"gxrqfw": "20170101-20250805",
"updateTime": "2025-08-05 15:14:05",
"createTjbbStatus": "01",
"isAllowQxTj": true,
"isAllowQrtj": true,
"allowChangeSsqBySeason": true,
"tjInfoArr": [
{
"invoiceType": "01",
"deductibleNum": "string",
"deductibleAmount": "string",
"deductibleTax": "string",
"unDeductibleNum": "string",
"unDeductibleAmount": "string",
"unDeductibleTax": "string"
}
]
}
}