Bookings
Update Booking
Update an existing Booking record.
PUT
Update Booking
Updates an existing Booking record. You must include the
Id of the record to update along with all required fields.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the Booking-Edit role.Enums
eBookingRepeatCycle — Repeats values
eBookingRepeatCycle — Repeats values
| Value | Name |
|---|---|
| 1 | Daily |
| 2 | Weekly |
| 3 | Monthly |
| 4 | Yearly |
| 5 | FirstOfMonth |
| 6 | SecondOfMonth |
| 7 | ThirdOfMonth |
| 8 | LastOfMonth |
| 9 | FourthOfMonth |
eRepeatedBookingUpdateAction — WhichBookingsToUpdate values
eRepeatedBookingUpdateAction — WhichBookingsToUpdate values
| Value | Name |
|---|---|
| 1 | UpdateThisBookingOnly |
| 2 | UpdateFutureBookingsOnly |
| 3 | UpdateAllBookings |
| 4 | UpdateNotChargedBookings |
| 5 | DeleteAllBookings |
| 6 | DeleteBookingsAfterThis |
| 7 | DeleteNotChargedBookings |
| 8 | RevertAllCharges |
Request Body
Required Fields
The Id of the Booking record to update.
ID of the resource linked to this record.
Booking start time.
Booking end time.
Repeat cycle. Create-only.
Action to apply when updating or deleting bookings in a repeated series. This is the only field that can modify a series after creation.
Optional Fields
ID of the floor plan desk linked to this record.
ID of the coworker linked to this record.
ID of the extra service linked to this record.
Optional notes or comments about this booking.
Internal notes.
Charge immediately.
Invoice immediately.
Charge the booking to the customer making it rather than their paying member (if any).
Do not use booking credit.
Purchase order.
Discount code.
Date/time value for last notification time.
ID of the google calendar associated with this record.
ID of the google event associated with this record.
ID of the office365 event associated with this record.
ID of the public google event associated with this record.
Tentative booking. Must be approved by an administrator before confirmed or charged. Tentative bookings still block the calendar.
Teams at the time of booking.
Tariff at the time of booking.
ID of the repeat series unique associated with this record.
Create a repeating booking series. Create-only: once created, only WhichBookingsToUpdate can be used to update the series. No new bookings can be added to the series.
Repeat every N periods. Create-only.
Repeat until date. Create-only.
Repeat on Mondays. Create-only.
Repeat on Tuesdays. Create-only.
Repeat on Wednesdays. Create-only.
Repeat on Thursdays. Create-only.
Repeat on Fridays. Create-only.
Repeat on Saturdays. Create-only.
Repeat on Sundays. Create-only.
Whether reminded is enabled.
Whether mrm reminded is enabled.
Admin-set fixed price for the booking, regardless of what extra service (rate) is associated with it.
ID of the kisi key associated with this record.
ID of the start scheduled job associated with this record.
ID of the end scheduled job associated with this record.
Whether billed is enabled.
Date/time value for from time local.
Date/time value for to time local.
Date/time value for invoice date local.
The coworker extra service price value for this booking.
Include Zoom invite.
The zoom event data value for this booking.
ID of the office365 admin event associated with this record.
Children
Products to include with this booking
Visitors to add to this booking
Code Examples
Response
200
HTTP status code.
200 on success.A human-readable message confirming the update.
Contains the
Id of the updated record.true if the booking was updated successfully.null on success.Example Response
400
A summary of the validation error(s), in the format
PropertyName: error message.null on validation failure.Array of validation errors.
false when the request fails validation.Example Response
Update Booking