OpenAPI 3.1.02026-08-12911,252858.9 KB
96f04e4e3f61
Reservations 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.