Update Purchase Order Status
Request
Add parameter in header secret-key
Example:secret-key: ********************
Body Params application/json
{
"status": "cancelled"
}
Request Code Samples
curl --location --request PUT 'https://mazu-lan.concise.co.id/api/v1/taowi/purchase-orders/single/status?doc_num=PO/0000020/HANK/E/VIII/2023' \
--header 'secret-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "cancelled"
}'
Responses
application/json Modified at 2025-01-17 09:37:20