POST Migros/WebhookDeliveryStatusChanged

Request Information

URI Parameters

None.

Body Parameters

MgWebhookDeliveryStatusChangedRoot
NameDescriptionTypeAdditional information
SettingId

integer

None.

OrderId

integer

None.

StoreId

integer

None.

Status

string

None.

DeliveryStatus

string

None.

isCancelled

boolean

None.

DeliveryProvider

string

None.

CourierName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SettingId": 1,
  "OrderId": 2,
  "StoreId": 3,
  "Status": "sample string 4",
  "DeliveryStatus": "sample string 5",
  "isCancelled": true,
  "DeliveryProvider": "sample string 7",
  "CourierName": "sample string 8"
}

application/xml, text/xml

Sample:
<Migros.MgWebhookDeliveryStatusChangedRoot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiApp.Models">
  <CourierName>sample string 8</CourierName>
  <DeliveryProvider>sample string 7</DeliveryProvider>
  <DeliveryStatus>sample string 5</DeliveryStatus>
  <OrderId>2</OrderId>
  <SettingId>1</SettingId>
  <Status>sample string 4</Status>
  <StoreId>3</StoreId>
  <isCancelled>true</isCancelled>
</Migros.MgWebhookDeliveryStatusChangedRoot>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MgWebhookDeliveryStatusChangedRoot'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.