{
"erpNo": "string",
"inboundNo": "string",
"boxNoList": [
"string"
]
}
curl --location --request POST '/api/inbound/cancel' \
--header 'Content-Type: application/json' \
--data-raw '{
"erpNo": "string",
"inboundNo": "string",
"boxNoList": [
"string"
]
}'
{
"code": 0,
"message": "",
"data": {},
"requestId": ""
}