v1
latestOpenAPI 3.1.02026-08-06911,228852.2 KBReservations for Platforms
POS reservation updated notification
These notifications are sent to the URL provided in theposReservationUpdateWebhookUrl field.
postWebhookreservation-servicePOS reservation updated notification
Payload
Example payload
{
"platformCode": "MyPlatform",
"platformRestaurantId": "Restaurant-123",
"platformReservationId": "Reservation-123",
"businessLocationId": 9765040300495492,
"status": "SEATED",
"tables": [
"1A",
"2B"
]
}Response
Your server returns this code if it accepts the callback.