Cancel Dispatch

With this method the user can have the ability to cancel a dispatch if needed to.

Environment Host Endpoint
Test
https://test.xpl.ph/Api/
API/Waybill/CancelDispatch
Live
https://api.riderx.team/v2/
API/Waybill/CancelDispatch

Request Body Parameters

Parameters Type Character Limit Required Description

Request

curl --location --request POST 'https://test.xpl.ph/Api/API/Waybill/CancelDispatch' --header 'Authorization: Bearer < AUTHENTICATION_TOKEN >' --header 'Content-Type: application/json' --data-raw '{ "dispatchReference": "00000001" } '

Response Body Parameters

Parameters Type Description

Response

{ "ResponseMessage”:"Dispatch Cancellation Success!", “ResponseMessage”: "0000001375 and its waybills has been cancelled." }