get https://api.accelevents.com/rest/superadmin/tikceting/CSV/saleData
This API is used to download ticketing sale data CSV. This API can be accessed by a super admin. We need to pass the authentication key to authenticate the super admin.
The return type of this API is void. In CSV file it returns data like Event name,
Total tickets sold with Cash, Total tickets sold with a credit card, and more.
If this API gets executed successfully it return a CSV file. here is the description of each column in the CSV file.
Attribute | Description |
---|---|
Event name | This returns an event name that is unique. |
Event URL | This returns the URL of the event. |
Ticketing event ending date/time | This returns an end date and time of ticketing. |
Stripe customer ID for the staff who activated the account | This returns staff stripe customer ID. |
Total tickets sold with credit card card | This contains the number of tickets which are sold through the credit card. |
Total Fees for tickets sold with credit card card | This contains total Fees for tickets sold through a credit card |
Total tickets sold with Cash | This contains the number of tickets which are sold with cash. |
Total Fees for tickets sold with Cash | This contains the total Fees of tickets which are sold with cash. |