POST Migros/CancelWebHookOrder

Request Information

URI Parameters

None.

Body Parameters

MgWebhookCancelRoot
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.