{ "businessSystemCode": "string", "interfaceCode": "histTaxPeriodStatisticQuery", "requestId": "string", "data": { "taxNo": "string", "taxPeriod": "202501" } }
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": "histTaxPeriodStatisticQuery", "requestId": "string", "data": { "taxNo": "string", "taxPeriod": "202501" } }'
{ "errorCode": "string", "message": "string", "success": true, "data": { "taxPeriod": "202205", "statisticStatus": "01", "statistic": [ { "invoiceType": "string", "deductibleNum": 0, "deductibleAmount": 0, "deductibleTax": 0 } ] } }