Skip to main content

DuplicateTicketsRequest

Request parameters for duplicating tickets

orderItemIdinteger<int32>required

Order item identifier

seats object[]nullable

Array of seats to duplicate with their new ticket information

  • Array [
  • seatIdinteger<int32>required

    Seat identifier

    newBarCodestringnullable

    New barcode for the duplicated ticket

    newSupportTypeinteger<int32>required

    New print support type (400=A4, 401=Thermal, 402=Badge, 403=Digital)

    newFiscalNumberstringnullable

    New fiscal number for the duplicated ticket

  • ]
  • DuplicateTicketsRequest
    {
    "orderItemId": 0,
    "seats": [
    {
    "seatId": 0,
    "newBarCode": "string",
    "newSupportType": 0,
    "newFiscalNumber": "string"
    }
    ]
    }