{
"businessSystemCode": "string",
"interfaceCode": "statisticQuery",
"requestId": "string",
"data": {
"taxNo": "string"
}
}
curl --location --request POST 'https://cosmic-sandbox.piaozone.com/jdpjykjyxgs/kapi/app/rim/deduction?access_token=' \
--header 'access_token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessSystemCode": "string",
"interfaceCode": "statisticQuery",
"requestId": "string",
"data": {
"taxNo": "string"
}
}'
{
"errorCode": "string",
"message": "string",
"success": true,
"data": {
"taxPeriod": "202205",
"skssq": "string",
"gxrqfw": "string",
"updateTime": "string",
"createTjbbStatus": "01",
"isAllowQxTj": true,
"isAllowQrtj": true,
"allowChangeSsqBySeason": true,
"tjInfo": "01=147=4548746.11=279799.65=0=0=0;03=0=0=0=0=0=0;14=0=0=0=0=0=0;21=0=0=0=0=0=0;24=0=0=0=0=0;99=147=4548746.11=279799.65=0=0=0;",
"tjInfoArr": [
{
"invoiceType": "string",
"deductibleNum": 0,
"deductibleAmount": 0,
"deductibleTax": 0,
"unDeductibleNum": 0,
"unDeductibleAmount": 0,
"unDeductibleTax": 0
}
]
}
}