EventimPrintTicketSeat
Represents a seat to print, including its physical support and fiscal details.
seatIdinteger<int32>required
The unique identifier of the seat.
barCodestringnullable
The barcode printed on the ticket.
supportTypestringnullable
The ticket support type. Allowed values: TICKET, ETICKET.
fiscalNumberstringnullable
The fiscal number printed on the ticket.
EventimPrintTicketSeat
{
"seatId": 0,
"barCode": "string",
"supportType": "string",
"fiscalNumber": "string"
}