Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

NameTickets / Add Eticket
DescriptionAdd a PDF eticket to an individual ticket/seat
TypePUT
URL/v9/tickets/:ticket_id
Credential TypeAPI|User

Long Description

Add a PDF eticket to an individual ticket/seat.

To remove an existing eticket simply send {"eticket":"<base-64 encoded single-page PDF>"} 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
LocationLimitations
ticket_idThe id of the individual ticket. It is the id for each item in the ticket_list available via Ticket Groups / ShowIntegerRequiredURI 
eticketBase-64 encoded single page PDFStringRequiredBody 

 

Examples

RequestResponse
PUT /v9/tickets/123456 
{"eticket":"<base-64 encoded single-page PDF>"}
Paste in Response Code

Remove an existing PDF

{"eticket":""}
 
  • No labels