[
{
"__rownum": 0,
"reason": "string",
"item": "string",
"orderNo": "string",
"supplierId": "string",
"errorflag": 0,
"error": "string"
}
]
curl --location --request POST 'http://127.0.0.1:8758/snc-settle/selfInspectionExemptionCheck/batchSave' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"__rownum": 0,
"reason": "string",
"item": "string",
"orderNo": "string",
"supplierId": "string",
"errorflag": 0,
"error": "string"
}
]'
{
"returncode": "0",
"message": "",
"traceId": "",
"now": "2024-04-26 15:50:41"
}