Skip to main content

EventimPrintTicketItem

Represents an order item targeted by the print operation.

orderItemIdinteger<int32>required

The unique identifier of the order item (order row) containing the seats.

seats object[]nullable

The seats of this order item to print.

  • Array [
  • 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.

  • ]
  • EventimPrintTicketItem
    {
    "orderItemId": 0,
    "seats": [
    {
    "seatId": 0,
    "barCode": "string",
    "supportType": "string",
    "fiscalNumber": "string"
    }
    ]
    }