| |
|
|
Brown Paper Tickets API Documentation
|
|
|
Change Date
| URL: |
https://www.brownpapertickets.com/api/changedate.html |
| |
| Description: |
This portal is used to change event dates. |
| |
|
| l |
- |
Login name for your Brown Paper Tickets account. |
| |
| p |
- |
Password for your Brown Paper Tickets account. |
| |
| e_number |
- |
Brown Paper Tickets' unique event tracking number. The event's e_number is returned when creating a new event and can also be found using the Event List feed. |
| |
| date_id |
- |
Brown Paper Tickets' unique date tracking ID. The date's date_id is returned when creating a new date and can also be found using the Event Details feed. |
| |
| Optional |
| begin_time |
- |
This is the start date and time for the date. This should be in the format "MON-DD-YYYY 24:00". (Optional) |
| |
| end_time |
- |
This is the end date and time for the date. This should be in the format "MON-DD-YYYY 24:00". (Optional) |
| |
| sales_end |
- |
This is the day and time at which sales will end for this date. This should be in the format "MON-DD-YYYY 24:00". It is recommended that sales end no more than 24 hours and no less than 2 hours before the event's begin_time. (Optional) |
| |
| max_sales |
- |
This is the quantity of tickets available for this date. Use 0 for unlimited sales. (Optional) |
| |
| physical |
- |
Toggles the availability of physical shipped tickets. Values may be "t" or "f". (Optional) |
| |
| pos |
- |
Toggles the availability of physical point-of-sale tickets. Values may be "t" or "f". (Optional) |
| |
| willcall |
- |
Toggles the availability of willcall tickets. Values may be "t" or "f". (Optional) |
|
| |
| 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 |
- |
Unknown error while fetching event info from DB |
| |
| 3333 |
- |
Event does not belong to user |
| |
| 4444 |
- |
Event can no longer be updated |
| |
| 5555 |
- |
Unknown error while fetching date info from DB |
| |
| 6666 |
- |
No such date for this event |
| |
| 9999 |
- |
Unknown error while posting info to DB |
| |
| 0000 |
- |
Success |
|
|
|
|
 |