POST OutSource/Cancel
Request Information
URI Parameters
None.
Body Parameters
PackageCancelModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiKey | string |
None. |
|
| ApiSecret | string |
None. |
|
| remoteOrderNumber | string |
None. |
|
| RestaurantID | string |
None. |
|
| OutSourceID | integer |
None. |
|
| Reason | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ApiKey": "sample string 1",
"ApiSecret": "sample string 2",
"remoteOrderNumber": "sample string 3",
"RestaurantID": "sample string 4",
"OutSourceID": 5,
"Reason": "sample string 6"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.