Integration notification
These notifications are sent to the URL provided in theintegrationWebhookUrl
field.
Body Required
-
The unique identifier of the business location.
-
The type of notification.
Values are
ACTIVATED
orDEACTIVATED
. -
The unique code assigned to the reservation platform.
Maximum length is
11
. Format should match the following pattern:[a-zA-Z0-9_-]+
. -
The external platform's unique identifier for the restaurant.
Format should match the following pattern:
[a-zA-Z0-9_-]+
.
Request examples
{
"businessLocationId": 9765040300495493,
"notificationType": "ACTIVATED",
"platformCode": "MyPlatform",
"platformRestaurantId": "Restaurant-123"
}