Bookings
Creates a new booking
POST
/
bookings
Authorizations
apiKey
string
queryrequiredQuery Parameters
apiKey
string
requiredYour API key
Body
application/json
eventTypeId
integer
requiredID of the event type to book
start
string
requiredStart time of the Event
responses
object
requiredmetadata
object
requiredAny metadata associated with the booking
timeZone
string
requiredTimeZone of the Attendee
language
string
requiredLanguage of the Attendee
end
string
End time of the Event
rescheduleUid
string
Uid of the booking to reschedule
title
string
Booking event title
recurringEventId
integer
Recurring event ID if the event is recurring
description
string
Event description
status
string
Acceptable values one of ["ACCEPTED", "PENDING", "CANCELLED", "REJECTED"]
seatsPerTimeSlot
integer
The number of seats for each time slot
seatsShowAttendees
boolean
Share Attendee information in seats
seatsShowAvailabilityCount
boolean
Show the number of available seats
Response
200 - application/json
The response is of type any
.
Was this page helpful?