Cancel Order

The partner can cancel the Order

Order Cancellation Procedure

The Order can be cancelled from the Partner's side as far as it hasn't been picked up from the driver's side.

Cancel Order

POST env./api/{api-version}/Order/cancel

This endpoint allows you to cancel the Order.

Path Parameters

Headers

Request Body

{
  "integrationOrderId": "string",
  "status": "string"
}

Last updated