POST Adisyo/SetOrderDelivered
Request Information
URI Parameters
None.
Body Parameters
AdisyoDeliverRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectID | integer |
None. |
|
| RestaurantID | integer |
None. |
|
| OrderId | integer |
None. |
|
| PaymentType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectID": 1,
"RestaurantID": 2,
"OrderId": 3,
"PaymentType": 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"
}