POST
/
bookings

Authorizations

apiKey
string
queryrequired

Query Parameters

apiKey
string
required

Your API key

Body

application/json
eventTypeId
integer
required

ID of the event type to book

start
string
required

Start time of the Event

end
string

End time of the Event

rescheduleUid
string

Uid of the booking to reschedule

responses
object
required
metadata
object
required

Any metadata associated with the booking

timeZone
string
required

TimeZone of the Attendee

language
string
required

Language of the Attendee

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.