TicketsPdfRequest

Info for requesting a PDF ticket for one or more tickets or vouchercodes in an order.

Fields

FieldDescription
tickets
int[] 
(required)

Ticketids

Example value:[ 1, 2, 3 ]
vouchercodes
int[] 
(required)

Vouchercodeids

Example value:[ 1, 2, 3 ]

Example

1{
2    "tickets": [ 1, 2, 3 ],
3    "vouchercodes": [ 1, 2, 3 ]
4}