| 日期 | 变更描述 | 变更人 | 版本 |
|---|---|---|---|
| 2025/12/11 | 新增接口 | 黄潮鑫 | V1.0 |
{
"businessSystemCode": "string",
"interfaceCode": "exportRebateStatisticQuery",
"requestId": "string",
"data": {
"taxNo": "string",
"taxPeriod": "202501",
"queryType": "0"
}
}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": "exportRebateStatisticQuery",
"requestId": "string",
"data": {
"taxNo": "string",
"taxPeriod": "202501",
"queryType": "0"
}
}'{
"errorCode": "string",
"message": "string",
"success": true,
"data": {
"statInfoArr": [
{
"statInvoiceType": "01",
"num": 0,
"totalTaxAmount": 0
}
]
}
}