Cancel Order Delivery Status
- 
This method allows you to cancel order delivery status.
 - 
If previous status was
Readythen it changes toReadystatus, else status changes toPreparing. - 
It takes
OrderIdas parameter. - 
If the current status of order is closed, the error
The status of the order is not suitable for processingis received. - 
POSTmetodu ile istek gönderilmelidir. 
Parameters
Request Header Parameters
| Parameter | Description | Type | 
|---|---|---|
| x-api-key | API key of your account | string | 
| x-api-secret | API Secret key of your account | string | 
| x-api-consumer | Integrator restaurant/company name | string | 
Required Parameters
| Parameter | Description | Type | 
|---|---|---|
| OrderId | Order Number | int | 
Example Request
curl -X POST https://ext.adisyo.com/api/External/v2/CancelDeliveryExample Response
{
  "Status": 100,
  "Message": "Success"
}