Event Ticket

An EventTicket represents an issued ticket for an event. It references an EventTicketType and can be used to gain access to the event.

PropertyTypeDefaultDescriptionExample
id*string (UUIDv4)Unique identifier"bd4a0997-39db-41d9-883a-cdfa83e2101f"
createdAtstringDate for when the event ticket was created"2024-01-15T10:30:00.000Z"
numbernumberNumber of the event ticket1234
eventIdstring (UUIDv4)Reference to the Event"bd4a0997-39db-41d9-883a-cdfa83e2101f"
customerIdstring (UUIDv4)nullA reference to a Customer that owns the event ticket. Only present if the event ticket is associated with a customer"bd4a0997-39db-41d9-883a-cdfa83e2101f"
eventTicketTypeEventTicketTypeThe EventTicketType object for the event ticket{ id: "...", name: "General Admission" }
qrCodestringQR code URL of the event ticket"https://www.acme-museum.com/tickets?qr=KLkjndfjf..."

EventTicketType (nested)

The EventTicketType nested in an EventTicket contains the following properties:

PropertyTypeDefaultDescriptionExample
id*string (UUIDv4)Unique identifier"bd4a0997-39db-41d9-883a-cdfa83e2101f"
name*stringName of the event ticket type"General Admission"
descriptionstringnullDescription of the event ticket type"Standard entry ticket"
translationsarray[]A list of translation objects for the event ticket type[{ language: "da", name: "Standard billet" }]
pricenumbernullPrice of ticket in lowest unit. Cents for EUR, USD etc. 0 = FREE2500
Previous
Event Ticket Type
Next
List Customers