Booking
Update Booking
WRITE
access to the SCHEDULE
module is required to access this endpointThe
bookingEdited
webhook will be fired when this endpoint has run successfullyTo avoid generating lots of undesired notifications, take care when creating or updating bookings and consider using the
notify_user_resources
option which can be used to silence notifications for end users.PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the booking to update
Report any clashes with new resources supplied, or existing resources on the booking
Specifies if user resources (resources with a contact attached) should be sent an email notification about the updated booking
If updating a repeat booking, specifies if the changes should be replicated to all, future or just the single booking. Default is single
Available options:
single
, future
, all
Body
application/json
Booking object that needs to be updated
Standard booking model that returns most properties by default
Response
200
application/json
Successful Operation
The response is of type object
.