EventimConfirmOrderSeat
Represents a seat with its associated details within an order confirmation.
seatIdinteger<int32>required
The unique identifier of the seat.
externalIdentityIdinteger<int32>nullable
The optional external identity assigned to this seat.
supportTypestringnullable
The ticket support type. Allowed values: TICKET, ETICKET. Required when PrintAction is PRINTED. Must be null when PrintAction is DELAYED.
barCodestringnullable
The barcode of the printed ticket. Required when PrintAction is PRINTED. Must be null when PrintAction is DELAYED.
fiscalNumberstringnullable
The fiscal number of the printed ticket. Required when PrintAction is PRINTED. Must be null when PrintAction is DELAYED.
EventimConfirmOrderSeat
{
"seatId": 0,
"externalIdentityId": 0,
"supportType": "string",
"barCode": "string",
"fiscalNumber": "string"
}