Skip to main content

DuplicateSeatModel

Seat duplication information

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

DuplicateSeatModel
{
"seatId": 0,
"newBarCode": "string",
"newSupportType": 0,
"newFiscalNumber": "string"
}