POST SimpraPOS/ChangeDeliveryStatus
Request Information
URI Parameters
None.
Body Parameters
ChangeDeliveryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID | string |
None. |
|
| DeliveryStatus | integer |
None. |
|
| ProjectID | integer |
None. |
|
| RestaurantID | integer |
None. |
|
| Amount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderID": "sample string 1",
"DeliveryStatus": 2,
"ProjectID": 3,
"RestaurantID": 4,
"Amount": 5.0
}
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"