The fair-trade ticketing company.
English | Español | Français
Find an Event! Create an Event! FAQ
 
Brown Paper Tickets API v1.0 - Create Sub Account
Back
URL: https://www.brownpapertickets.com/api/createsubaccount.html
 
Description: This portal is used to create a new sub account.
 
Inputs:
l - Login name for your Brown Paper Tickets account.
 
p - Password for your Brown Paper Tickets account.
 
subaccount_login - The login name for this account. Must be between 4 and 15 characters and must be unique in the system.
 
password - The password this account will use.
 
acts_as - One of "self" or "parent". Determines the initial account settings in terms of whether the account will be able to "impersonate" the owning account in certain respects such as creating events.
 
boxoffice_tools - One of "y" or "n". Shorthand for setting up basic rights for the new sub account to be able to use a standard set of box office user tools.
 
Outputs: Returns a plain text 4-character result code and additional information when available. Follows the format: "Code:xxxx:Additional Information:" where "xxxx" is the result code. The possible 4 character codes are listed below.

1111 - Required variables are missing
 
2222 - Client name already in use.
 
3333 - Client name does not acceptable.
 
4444 - Invalid login
 
9999 - Unknown error while posting info to DB
 
0000:subaccount_login: - Success. Includes the subaccount_login of the new sub account.