PartnerReservationWebhookNotification Model

Required MaxLength(1048576)
payload : string

The raw webhook notification payload

Nullable
outletID : string (GUID)

The ID of the outlet to forward the webhook notification too

Nullable
provider : GeneralProviders

The reservation provider the webhook notification came from

Nullable MaxLength(128)
notificationType : string

An optional notification type (if multiple webhooks are in use for a provider)

Example
{
  "payload": "string value",
  "outletID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "provider": 1,
  "notificationType": "string value"
}