POST techresta/api/newpackage-cancel
Request Information
URI Parameters
None.
Body Parameters
TechRestaChangeDeliveryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | string |
None. |
|
| ProjectID | integer |
None. |
|
| RestaurantID | integer |
None. |
|
| Status | integer |
None. |
|
| Reason | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderId": "sample string 1",
"ProjectID": 2,
"RestaurantID": 3,
"Status": 4,
"Reason": "sample string 5"
}
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"