PATCH /Bookings/{bookingId}/updatestatus
Bookings
PATCH /Bookings/{bookingId}/updatestatus
Update the status of an existing booking.
PATCH
PATCH /Bookings/{bookingId}/updatestatus
Update the status of an existing booking.
Example 200 Response
Your API key
Must be
application/jsonThe NowBookIt Booking ID to update
New booking status. Use
GET /Resources/booking-statuses for valid values.| Field | Type | Description |
|---|---|---|
bookingId | string | NowBookIt booking ID |
bookingRef | string | Booking reference |
amountSpent | number | Amount spent on this booking |
status | string | Updated booking status |
pax | integer | Number of guests |
| Status | Description |
|---|---|
200 | Status updated |
400 | loggedInAppId |
400 | No Venue Subscribed to your App. |
400 | Invalid booking status {status}. Query GET /resources/booking-statuses... |
401 | X-API-KEY missing or invalid |
404 | bookingId: {bookingId} not found |
500 | {ex.Message} |