Changing Order Status to Prepared
-
You can use it to make the order go to the prepared status. You need to send
OrderId
as a parameter. If the current status of the order is on the way, cancelled or closed, the errorThe status of the order is not suitable for processing
is received. -
The request should be sent with the
POST
method.
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/Prepared
Example Response
{
"Status": 100,
"Message": "İşlem Başarılı"
}