PATCH /Bookings/{bookingId}/updatepax
Bookings
PATCH /Bookings/{bookingId}/updatepax
Update the party size for an existing booking.
PATCH
PATCH /Bookings/{bookingId}/updatepax
Update the party size for an existing booking.
Example 200 Response
Your API key
Must be
application/jsonThe NowBookIt Booking ID to update
Updated number of guests. Must be greater than 0.
| Field | Type | Description |
|---|---|---|
bookingId | string | NowBookIt booking ID |
bookingRef | string | Booking reference |
amountSpent | number | Amount spent on this booking |
status | string | Current booking status |
pax | integer | Updated number of guests |
| Status | Description |
|---|---|
200 | Party size updated |
400 | The value of Pax must be greater than 0 |
400 | loggedInAppId |
400 | No Venue Subscribed to your App. |
401 | X-API-KEY missing or invalid |
404 | bookingId: {bookingId} not found |
500 | Internal server error |