We announce the release of a new API version aimed at providing convenience for our partners using the service.
{ "reason_code": "CANCEL_BY_CUSTOMER" }
curl --location --request POST 'https://s.boxme.asia/api/v2/orders/cancel-delivery//' \ --header 'Authorization: Token {{API_TOKEN}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "reason_code": "CANCEL_BY_CUSTOMER" }'
{ "data": null, "error": false, "error_code": "", "messages": "", "request_id": "1704262964" }