POST Adisyo/SetOrderOnDelivery
Request Information
URI Parameters
None.
Body Parameters
AdisyoOndeliveryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectID | integer |
None. |
|
| RestaurantID | integer |
None. |
|
| OrderID | integer |
None. |
|
| CourierID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectID": 1,
"RestaurantID": 2,
"OrderID": 3,
"CourierID": 4
}
Response Information
Resource Description
AdisyoGeneralResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2"
}