Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
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 endpointBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.