PATCH /Bookings/{bookingId}/updatetables
Bookings
PATCH /Bookings/{bookingId}/updatetables
Update the tables assigned to an existing booking.
PATCH
PATCH /Bookings/{bookingId}/updatetables
Update the tables assigned to an existing booking.
Your API key
Must be
application/jsonThe NowBookIt Booking ID to update
List of table objects to assign. Each object requires
name (string) — table name as in NowBookIt, and section (string) — section name.Allow assigning tables that are already booked. Default:
false.Use
GET /Bookings/tables to retrieve available table names and section names.| Status | Description |
|---|---|
200 | Tables updated |
400 | ModelState validation errors |
400 | loggedInAppId |
400 | No tables provided |
400 | {tables} contains duplicate table entries |
400 | No Venue Subscribed to your App. |
400 | Result error message from NowBookIt |
401 | X-API-KEY missing or invalid |
500 | Internal server error |