createTicketDefinition( )


Note: This function replaces the deprecated createTicketDefinition() function. The deprecated function will continue to work until November 8, 2024, but it will not receive updates. To keep any existing code compatible with future changes, see the migration instructions.

Creates a ticket definition.

It is allowed to create up to 100 definitions per event.

Authentication

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permissions
Manage Events - all permissions
Manage Ticket Definitions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
ticketDefinitionTicketDefinitionRequired

Ticket definition info.


optionsCreateTicketDefinitionOptions

Optional fields.

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