POST Migros/CancelWebHookOrder
Request Information
URI Parameters
None.
Body Parameters
MgWebhookCancelRoot| Name | Description | Type | Additional information |
|---|---|---|---|
| SettingId | integer |
None. |
|
| OrderId | integer |
None. |
|
| StoreId | integer |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SettingId": 1,
"OrderId": 2,
"StoreId": 3,
"UserId": 4
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.