Page Properties | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
Long Description
Add a PDF eticket and/or barcode to an individual ticket/seat.
To remove an existing eticket file simply send an empty value {"eticket":""}
as the body. Removing an eticket file will also remove the barcode as well. PUTting a new eticket file will overwrite an existing one as well as remove/overwrite the existing barcode.
You cannot add multiple etickets or barcodes in a single API call, you must make a separate PUT for every seat.
Parameters
Name | Description | Type | Presence | Location | LimitationsOther |
---|---|---|---|---|---|
ticket_id | The id of the individual ticket. It is the id for each item in the ticket_list available via Ticket Groups / Show | Integer | Required | URI | |
eticket | Base-64 encoded single page PDF | StringRequired | Optional | Body | Only one page per file allowed |
barcode | The ticket’s barcode | String | Optional | Body | 30 Characters max |
Examples
Request | Response | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUT /v9/tickets/123456 | |||||||||||||||||
|
| ||||||||||||||||
Remove an existing PDF
|
|