POS reservation updated notification
These notifications are sent to the URL provided in theposReservationUpdateWebhookUrl
field.
Body
Required
-
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_-]+
. -
The external platform's unique identifier for the reservation.
Maximum length is
36
. Format should match the following pattern:[a-zA-Z0-9_-]+
. -
The unique identifier of the business location.
-
Extended Lightspeed reservation statuses.
Values are
ON_HOLD
,SCHEDULED
,PARTIALLY_ARRIVED
,ARRIVED
,PARTIALLY_SEATED
,SEATED
,DEPARTED
,CANCELLED
,NO_SHOW
,ERROR
, orPAID
. -
Name of tables associated with the reservation.
-
The number of covers associated with the reservation.
{
"platformCode": "MyPlatform",
"platformRestaurantId": "Restaurant-123",
"platformReservationId": "Reservation-123",
"businessLocationId": 9765040300495493,
"status": "SEATED",
"tables": [
"1A",
"2B"
],
"covers": 42
}