Skip to main content
POST
Create Reservation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization
string
required

Query Parameters

include
string

Available includes are customer, division, entries. You can include multiple options by separating them with a comma.

Body

application/json

CreateReservation

customer
CreateCustomer · object
required

Customer information for the reservation

entries
CreateEntry · object[]
required

Collection of entries (tickets/bundles) for the reservation.

N.B. The first entry will always be assigned to the reservation holder.

Response

Reservation

data
Reservation · object
required
included
(Customer · object | Division · object | Entry · object)[]