Page tree

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

Compare with Current View Page History

« Previous Version 3 Next »

Organizers can update their ticket details (ticket main, ticket extra, and ticket hidden fields) by uploading CSV on this page.

Update ticket details in bulk

  • Get an example template:

Go to Bulk update > Click on CSV template.


  • Upload your updated file:

Click on Choose file > Select your CSV file > Click submit

What’s in CSV:


Variable Name

Variable Type

Value length

Variable usage/description

ticketIdstring256 charID of the ticket to update
ticketDetails.mainlistlist of key value metadata in JSON formatTicket details shown on the ticket's front (usually used to set entrance & seat details)
ticketDetails.extralistlist of key value metadata in JSON formatTicket extra details shown on the back of the ticket (usually used to set extra information about the ticket or the event)
ticketDetails.hiddenlistlist of key value metadata in JSON formatTicket hidden details (not displayed), used for different technical or business purposes, i.e. reserved key such as Seat Map, Sponsors details, etc...

What you should know:

  • Organizer should only update maximum 50 tickets per batch (Max 50 rows per CSV)
  • The CSV delimiter must be ";".
  • The Data format must be the same as the template gets from CSV template or Export Ticket Details.
  • The data in CSV file will replace fully the ticket details that initially injected to each ticket.
  • The update result will be available in the OUTPUT column once the input file is submitted successfully, but not saved in the system. (which is disappeared after you refresh the page)
  • No labels