createReservation( )


Reserves tickets for 20 minutes.

Reserved tickets are deducted from ticket stock and cannot be bought by another site visitor. When the reservation expires, the tickets are added back to the stock.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Events - all permissions
Manage Orders
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
eventIdstringRequired

Event ID to which the reservation belongs.


optionsCreateReservationOptions

An object representing the available options for creating a reservation.

Returns
Return Type:Promise<CreateReservationResponse>
Was this helpful?
Yes
No