Saltar al contenido principal

Ticket

A Ticket describes a ticket that has been issued to a user. To provide all the benefits of menta tech, it is essential that you provide the following information for each ticket you issue:

All fields are required.

Ticket Entity

FieldData TypeDescriptionExample
ticketOptionIdStringID of the ticket type used in your platform."0001"
showIdStringID of the Show of the Event (if there are multiple) used in your platform."apr4-2pm"
externalReferenceEventIdStringID of the Event used in your platform."the-lion-king-broadway"
buyerStringEmail of the original ticket purchaser."buyer@emaildomain.com"
ticketIdStringID of the Ticket. Must be unique across your platform."000000041028"
ticketAccessTicketAccessInformation about the ticket access locator.See table below
propsTicketPropsAdditional properties of the ticket.See table below

TicketAccess Entity

FieldData TypeDescriptionExample
typeEnum (URL or API)Specifies the type of resource for obtaining the QR of the Ticket"URL"
locatorStringURL of the resource where the QR Ticket is located"https://platform.com/images/qr-123.png"

TicketProps Entity

FieldData TypeDescriptionExample
seatingSeatingDetailed information about the seat location.See table below

Seating Entity

FieldData TypeDescriptionExample
rowStringRow where the seat is located."A"
seatStringSeat number."12"
sectionStringSection where the seat is located."VIP"
doorStringCorresponding entry door."North"
imageStringURL of the image showing the seat location."https://example.com/seating-image.png"