Long Description
Add a PDF eticket to an individual ticket/seat.
To remove an existing eticket simply send {"eticket":""}
as the body. PUTting a new file will overwrite an existing one.
You cannot add multiple etickets in a single API call, you must make a separate PUT for every seat.
Parameters
Name | Description | Type | Presence | Location | Limitations |
---|---|---|---|---|---|
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 | String | Required | Body |
Examples
Request | Response |
---|---|
PUT /v9/tickets/123456 | |
{"eticket":"<base-64 encoded single-page PDF>"} | Paste in Response Code |
Remove an existing PDF {"eticket":""} |