{
"batchNo": "12345678901234567890123456789012",
"creditCode": ""
}
curl --location --request POST 'http://etax-sanbox.szhtxx.com/eTaxManage/openApi/apiPost' \
--header 'SID: 5015' \
--header 'Authorization: bearer token' \
--header 'creditCode: 440300087980448' \
--header 'userName;' \
--header 'Content-Type: application/json' \
--data-raw '{
"batchNo": "12345678901234567890123456789012",
"creditCode": ""
}'
{
"batchNo": "12345678901234567890123456789012",
"contentRows": "365",
"batchStatus": "Y",
"checkType": "",
"list": [
{
"customsNo": "",
"fillInDate": "",
"taxAmt": "",
"checkDate ": "",
"failureReason": "",
"authStatus": "",
"taxPeriod ": "",
"isAbnormalCredentials": ""
}
]
}