Authorization: Bearer ********************
{
"salesOrderIds": [],
"reason": "string"
}
curl --location --request DELETE 'https://api.gofive.co.th/v1/salesorders/reject' \
--header 'Ocp-Apim-Subscription-Key: <Your-Subscription-Key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"salesOrderIds": [],
"reason": "string"
}'
{
"data": {
"statusCode": 200
},
"statusCode": 1000,
"httpStatusCode": 200
}