{
"businessSystemCode": "string",
"interfaceCode": "statisticCreate",
"requestId": "string",
"data": {
"taxNo": "string",
"operateType": "string",
"asyncFlag": "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": "statisticCreate",
"requestId": "string",
"data": {
"taxNo": "string",
"operateType": "string",
"asyncFlag": "string"
}
}'
{
"errorCode": "string",
"message": "string",
"success": true,
"data": {
"asyncFlag": "string",
"taskNo": "string",
"taxPeriod": "202205",
"skssq": "202206;20220715;202207",
"gxrqfw": "20170101-20220630",
"updateTime": "string",
"createTjbbStatus": "01",
"isAllowQxTj": true,
"isAllowQrtj": true,
"allowChangeSsqBySeason": true,
"tjInfo": "string",
"tjInfoArr": [
{
"invoiceType": "string",
"deductibleNum": 0,
"deductibleAmount": 0,
"deductibleTax": 0,
"unDeductibleNum": 0,
"unDeductibleAmount": 0,
"unDeductibleTax": 0
}
]
}
}