{
"creditCode": "",
"contentRows": 365,
"checkType": "2",
"list": [
{
"customsNo": "",
"fillInDate": "",
"taxAmt": "",
"exportToDomesticSalesNo": "",
"nonDeductibleType": "",
"nonDeductibleReason": ""
}
]
}
curl --location --request POST 'http://etax-sanbox.szhtxx.com/eTaxManage/openApi/apiPost' \
--header 'SID: 5014' \
--header 'Authorization: bearer token' \
--header 'creditCode: 440300087980448' \
--header 'userName;' \
--header 'Content-Type: application/json' \
--data-raw '{
"creditCode": "",
"contentRows": 365,
"checkType": "2",
"list": [
{
"customsNo": "",
"fillInDate": "",
"taxAmt": "",
"exportToDomesticSalesNo": "",
"nonDeductibleType": "",
"nonDeductibleReason": ""
}
]
}'
{
"batchNo": "12345678901234567890123456789012",
"list": [
{
"customsNo": "123456787654",
"exportToDomesticSalesNo": "",
"uploadStatus": "00",
"errorMsg": ""
}
]
}