| |
|
|
Brown Paper Tickets API Documentation
|
|
|
Create Sub Account
| URL: |
https://www.brownpapertickets.com/api/createsubaccount.html |
| |
| Description: |
This portal is used to create a new sub account. |
| |
|
| l |
- |
Login name for your Brown Paper Tickets account. |
| |
| p |
- |
Password for your Brown Paper Tickets account. |
| |
| subaccount_client_name |
- |
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:SUB_ID: |
- |
Success. Includes the sub_id of the new sub account. |
|
|
|
|
 |