Ticket Type

A ticket type is a type specification, that is referred to when issuing new tickets.

PropertyTypeDefaultDescriptionExample
id*string (UUIDv4)Unique identifier"bd4a0997-39db-41d9-883a-cdfa83e2101f"
locationIdstring (UUIDv4)Reference to a location. If that ticket type belongs to a specific location"bd4a0997-39db-41d9-883a-cdfa83e2101f"
name*stringName of ticket type"Adult Ticket Web"
descriptionstringDescription of the ticket"This ticket..."
onlineName*stringOnline Name of ticket type"Adult Ticket"
onlineDescriptionstringOnline Description of the ticket"This ticket..."
skustringSKU of the ticket"1234567890"
translationsarray[]A list of translation objects TicketTypeTranslation for the object[{ language: "da", name: "Voksen Bill..." }]
pricenumbernullPrice of ticket in lowest unit. Cents for EUR, USD etc. 0 = FREE54000

TicketTypeTranslation

A TicketTypeTranslation contains translated fields for the object.

PropertyTypeDefaultDescriptionExample
language*string (ISO 639-1)Language code for the translation"da"
namestringnullSee description of field in TicketType
descriptionstringnullSee description of field in TicketType
onlineNamestringnullSee description of field in TicketType
onlineDescriptionstringnullSee description of field in TicketType
Previous
Membership
Next
Ticket