Authorization: Bearer ********************
{
"salesorderIds":[],
"reason":"string"
}
curl --location --request PUT 'https://api.gofive.co.th/v1/salesorders/approve' \
--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
}