Cancel Order Delivery Status
-
This method allows you to cancel order delivery status.
-
If previous status was
Ready
then it changes toReady
status, else status changes toPreparing
. -
It takes
OrderId
as parameter. -
If the current status of order is closed, the error
The status of the order is not suitable for processing
is received. -
POST
metodu 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/CancelDelivery
Example Response
{
"Status": 100,
"Message": "Success"
}