Booking
Bulk Bookings
This endpoint implements Create, Update and Delete of bulk bookings. It is intended for one time import operations, or other use cases that require higher performance at the expense of notification and realtime update features.
WRITE
access to the SCHEDULE
module is required to access this endpointBookings created, edited or deleted using this endpoint won’t trigger email notifications, web-hooks or realtime schedule updates
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Allows bulk creation, modification and deletion of bookings
Response
200
application/json
Successful Operation
The response is of type object
.