Bookings
Creates a new booking
POST
/
bookings
Authorizations
Query Parameters
Your API key
Body
application/json
ID of the event type to book
Start time of the Event
Any metadata associated with the booking
TimeZone of the Attendee
Language of the Attendee
End time of the Event
Uid of the booking to reschedule
Booking event title
Recurring event ID if the event is recurring
Event description
Acceptable values one of ["ACCEPTED", "PENDING", "CANCELLED", "REJECTED"]
The number of seats for each time slot
Share Attendee information in seats
Show the number of available seats
Response
200 - application/json
The response is of type any
.
Was this page helpful?