| 错误代码 | 错误消息 | 说明 |
|---|---|---|
| ParamIsNull | 传入参数不能为空! | 按照文档说明传入对应的参数 |
| NsrsbhIsNull | 传入的参数-企业纳税人识别号nsrsbh不能为空! | 按照文档说明传入对应的缴款单位税号 |
| TypeIsNull | 传入的参数-业务类型不能为空 | 按照文档说明传入对应的业务类型 |
| ListIsNull | 传入参数中的list数据不能为空 | 按照文档说明传入对应的业务类型 |
| JkshmIsNull | 参数list中,海关缴款书号码Jkshm不能为空 | 按照文档说明传入对应的海关缴款书号码 |
| TfrqIsNull | 参数list中,填发日期tfrq不能为空 | 按照文档说明传入对应的填发日期 |
| SeIsNull | 参数list中,税款金额se不能为空 | 按照文档说明传入对应的税款金额 |
{
"nsrsbh": "91****************90",
"type": "0",
"sqhgjkscjList": [
{
"jkshm": "020120221000531093-L01",
"se": 999,
"tfrq": "20220905"
}
]
}curl --location --request POST 'http://prod-cn.your-api-server.com/v2/invoice/rz/sqhgjkscj' \
--header 'access_token: {{access_token}}' \
--header 'access_token: {{access_token}}' \
--header 'req_date: {{req_date}}' \
--header 'req_date: {{req_date}}' \
--header 'req_sign: {{req_sign}}' \
--header 'req_sign: {{req_sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"nsrsbh": "91****************90",
"type": "0",
"sqhgjkscjList": [
{
"jkshm": "020120221000531093-L01",
"se": 999,
"tfrq": "20220905"
}
]
}'{
"reqId": "3df2d687717e4b74b51b05e3cc4129b7",
"code": "2000",
"success": true,
"message": null,
"data": 460451680487680
}