{
"czlsh": "", // 操作流水号,不允许为空,长度32以内,建议UUID
"nsrsbh": "", // 纳税人识别号
"ndyf": "",
"czlx": ""
}
curl --location --request POST 'https://api.baiwangjs.com/swgx-saas/swgx-api/interface/jxgl/refundedTaxCheckCount' \
--header 'Date;' \
--header 'host;' \
--header 'x-htjs-nonce;' \
--header 'x-htjs-ua;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"czlsh": "", // 操作流水号,不允许为空,长度32以内,建议UUID
"nsrsbh": "", // 纳税人识别号
"ndyf": "",
"czlx": ""
}'
{
"code": 0,
"msg": "",
"data": [
{
"nsrsbh": "",
"detailResponseDTOS": [
{
"xh": "",
"xfsh": "",
"xfmc": "",
"gfsh": "",
"gfmc": "",
"fplx": "",
"fpdm": "",
"fphm": "",
"hjje": "",
"hjse": "",
"kprq": "",
"fpzt": "",
"fply": "",
"gxzt": "",
"gxrq": "",
"rzzt": "",
"rzrq": "",
"glzt": "",
"fxzt": ""
}
]
}
]
}