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
Methods Available
A number of methods are available to API users, including:
| Code | Description |
| newacc | Create a new Account |
| updacc | Update the details of an Account |
| disacc | Disable the Account |
| newuser | Create a new User |
| upduser | Update the details of a User |
| disuser | Disable a User |
| testuser | Test User Authentication |
| newevent | Create a new Event |
| updevent | Update the details of an Event |
| disevent | Disable the Event |
| newperf | Create a new Performance |
| updperf | Update the details of the Performance |
| disperf | Disable the Performance |
| newprice | Create a new Price |
| updprice | Update the details of the Price |
| disprice | Disable the Price |
| querysales | Generate an extract of sales recorded |
| querycustomer | Generate an extract of customer data |
| queryavail | Returns information on ticket availability for an event |
A full API Specification is available to registered users.
Return to Features Overview