MenuUpdatesWebhookBody Model

Sent when an Outlet *may* have updated their menu. It is advised to request the latest menus from ROS in response to receiving this message.

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 update is for

Required
OutletIDs : string (GUID) []

The set of OutletIDs that are reporting a menu update

Example
{
  "OrganisationCode": "string value",
  "Kapow": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "OutletIDs": ["3f49efe7-ea42-4f21-8718-7e6ce9a33512"]
}