OutletDisabledWebhookBody Model

Represents the webhook body for an OutletDisabled WebhookNotificationType

Required MaxLength(16)
OrganisationCode : string

The unique organisation code associated with the organisation that this update is for

Required
Kapow : string (GUID)

The unique organisation identifier associated with the organisation that this notification is for

Required
OutletID : string (GUID)

The outlet ID that this notification is being generated from

Required
ProviderID : number (int)

The ID of the provider who sent this remote order

Example
{
  "OrganisationCode": "string value",
  "Kapow": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "OutletID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "ProviderID": 321
}