{
"account": "string",
"taxNo": {},
"request_path": "string"
}
curl --location --request POST 'https://api-dev.piaozone.com/test/?access_token=发票云租户授权token&reqid=链路id,用于跟踪排查问题,建议不少于13位&taxNo=授权对应的企业税号' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "string",
"taxNo": {},
"request_path": "string"
}'
{
"traceId": "string",
"errcode": "string",
"description": "string",
"data": {
"taxPeriod": "string",
"skssq": "string",
"gxrqfw": "string",
"updateTime": "string",
"createTjbbStatus": "string",
"isAllowQxTj": true,
"isAllowQrtj": true,
"allowChangeSsqBySeason": true,
"tjInfoArr": [
{
"invoiceType": "string",
"deductibleNum": 0,
"deductibleAmount": 0,
"deductibleTax": 0,
"unDeductibleNum": 0,
"unDeductibleAmount": 0,
"unDeductibleTax": 0
}
]
}
}