POST POS/Tickets/Summary Try Now
Event Summary Request
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CategoryType |
The Category Type
|
CategoryType |
None.
|
EventDate |
The Event Date
|
DateValue |
None.
|
IncludeWasted |
Include Wasted ticket Or not
|
boolean |
None.
|
EventDay |
The Event Day
|
integer |
None.
|
EventTime |
The Event Time
|
date |
None.
|
IsSold |
Include Sold Ticket Or Not
|
boolean |
None.
|
Event |
The Event Name
|
string |
None.
|
Performer |
The Performer Name
|
string |
None.
|
Venue |
The Venue Name
|
string |
None.
|
Tags |
The Tags
|
Collection of string |
None.
|
Location |
The Location
|
string |
None.
|
CategoryId |
The category identifier.
|
string |
None.
|
EventIds |
The Event identifier Array.
|
Collection of string |
None.
|
IncludeParkingEvents |
Include Parking Events
|
boolean |
None.
|
OrderBy |
Sets the order by.(Note: Please use column Name Given in Response only,Don't use "Page" or "ItemsPerPage").
|
string |
None.
|
SortOrder |
The SortOrder i.e. "ASC" or "DESC"
|
string |
None.
|
DateUpdated |
Set Date Updated you can use either Date Updated Or UpdatedSince.
|
date |
None.
|
UpdatedSince |
Set From Date and To Date value. Return result for between date , From Date And To Date.
|
DateValue |
None.
|
Page |
Sets the page.
|
integer |
None.
|
ItemsPerPage |
Sets the items per page.
|
integer |
None.
|
Request Formats
application/json, text/json
Sample:
{ "CategoryType": "Any", "EventDate": { "FromDate": "2024-11-29T09:24", "ToDate": "2024-11-29T09:25", "FilterByTime": true }, "IncludeWasted": true, "EventDay": 2, "EventTime": "2024-11-29T09:24", "IsSold": true, "Event": "", "Performer": "", "Venue": "", "Tags": [ "" ], "Location": "", "CategoryId": "", "EventIds": [ "" ], "IncludeParkingEvents": true, "OrderBy": "", "SortOrder": null, "DateUpdated": "2024-11-29T09:24", "UpdatedSince": { "FromDate": "2024-11-29T09:24", "ToDate": "2024-11-29T09:25", "FilterByTime": true }, "Page": 13, "ItemsPerPage": 14 }
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Items | Collection of EventSummary |
None.
|
|
Page | integer |
None.
|
|
TotalPages | integer |
None.
|
|
Records | integer |
None.
|
|
Meta | Object |
None.
|
Response Formats
application/json, text/json
Sample:
{ "Items": [ { "EventId": "", "Event": "", "Venue": { "VenueName": "", "VenueId": "", "Country": "", "State": "", "City": "" }, "EventDate": "", "EventStatus": "", "StubHubEventId": "", "VividEventId": "", "TicketQuantity": 7, "SoldQuantity": 8, "SoldListings": 9, "TicketListings": 10, "HideEventDate": true, "HideEventTime": true, "IsBarcode": true, "ReserverdQuantity": 14, "ReserverdListings": 15, "Tags": [ "" ] } ], "Page": 1, "TotalPages": 2, "Records": 3, "Meta": {} }