Skip to main content
PATCH
Update Booking Tables
Update the tables assigned to an existing booking.
string
required
Your API key
string
required
Must be application/json
string
required
The NowBookIt Booking ID to update
array
required
List of table objects to assign. Each object requires name (string) — table name as in NowBookIt, and section (string) — section name.
boolean
Allow assigning tables that are already booked. Default: false.
Use GET /Bookings/tables to retrieve available table names and section names.

Authorizations

X-API-KEY
string
header
required

Headers

X-API-KEY
string
required

API Key authentication header

Path Parameters

bookingId
string
required

Body

application/json
tables
object[]
required

The Venue Booking Table List

allowTableBookingConflict
boolean
required

Allow table booking conflicts

Response

Update Booking Tables from POS