bulkCreateBooking( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Creates multiple bookings.

See createBooking() documentation.

If for any of the bookings required fields were not passed on the request or if the caller doesn't have the required permissions to create such booking, the call will fail. If the request contains unavailable bookings, the call will be completed successfully, but the unavailable bookings will not be created and will be considered as a failure on the response.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Bookings
Manage Bookings - all permissions
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
createBookingsInfoArray<CreateBookingInfo>Required

Bookings to create. Max: 8 bookings.


optionsBulkCreateBookingOptions
Returns
Return Type:Promise<BulkCreateBookingResponse>
Was this helpful?
Yes
No