错误代码 | 错误信息 | 解决方案 |
---|---|---|
PARAMETER_ERROR | 企业不存在 | |
PARAMETER_ERROR | 请求参数year和month不为空! | |
5001 | 税款所属期 最早起+最晚止 不可跨自然年! | |
5003 | 应征凭证种类代码不支持超过20条! | |
5002 | 应征凭证种类代码+税款所属期起止入参不可多条重复! | |
5002 | 财报不支持下载完税证明! | |
5002 | 税款所属期起止不能为空! | |
5002 | 应征凭证种类代码不能为空! | |
5002 | 应征凭证种类代码为文化事业建设费时,征收品目代码不能为空! |
{
"aggOrgId": 452681066557440,
"year": 2023,
"period": 3,
"zsxmDtos": [
{
"ssqQ": "2023-02-01",
"ssqZ": "2023-02-28",
"yzpzzlDm": "BDA0610606",
"zspmDm": ""
}
]
}
curl --location --request POST 'http://prod-cn.your-api-server.com/v2/tax/qys/loadWszmTask' \
--header 'access_token: {{access_token}}' \
--header 'access_token;' \
--header 'req_date: {{req_date}}' \
--header 'req_date;' \
--header 'req_sign: {{req_sign}}' \
--header 'req_sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"aggOrgId": 452681066557440,
"year": 2023,
"period": 3,
"zsxmDtos": [
{
"ssqQ": "2023-02-01",
"ssqZ": "2023-02-28",
"yzpzzlDm": "BDA0610606",
"zspmDm": ""
}
]
}'
{
"reqId": "7f1dbfb3adbd46589b3d9c203458fe75",
"code": "PARAMETER_ERROR",
"success": true,
"message": "没有找到对应的企业!",
"data": null
}