Virtual Box Office

Share this event :  

Developers API

 

A Virtual Box Office Developers API is available for users, providing a mechanism for automating the creation of events, performances and other aspects of your ticketing requirements.

The API primarily uses RESTful methods and is available via a HTTPS/HTTP POST interface. Please contact us for more details.

API Method Structure

API Method Structure

Methods Available

A number of methods are available to API users, including:

CodeDescription
newaccCreate a new Account
updaccUpdate the details of an Account
disaccDisable the Account
newuserCreate a new User
upduserUpdate the details of a User
disuserDisable a User
testuserTest User Authentication
neweventCreate a new Event
updeventUpdate the details of an Event
diseventDisable the Event
newperfCreate a new Performance
updperfUpdate the details of the Performance
disperfDisable the Performance
newpriceCreate a new Price
updpriceUpdate the details of the Price
dispriceDisable the Price
querysalesGenerate an extract of sales recorded
querycustomerGenerate an extract of customer data
queryavailReturns information on ticket availability for an event

 

A full API Specification is available to registered users.

 

Return to Features Overview