/createReservation

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Description:

With this functionality you can create a reservation.

Note
Reservations are by default valid for 15 minutes. Please use “reservationValidUntil” to prevent errors at the completeReservation method.

HMAC calculation:
Base64 encode - SHA256(apiKey + ticketTypeId + ticketNumber + ticketDate + ticketTime)
only include optional params in the HMAC if you are using those params.

Form Data
string
required

Your public apiKey needs to be included in every request

int32
required

Unique identifier for a particular tickettype

int32
required

Number of tickets for which a reservation is to be created

date
Defaults to current date

Date of the tickets that the reservation has to be created for

date-time

Timeslot of tickets for which a reservation is to be created

string
required

The HMACKey is calculated based on the input fields

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json