POST POS/v3.1/Tickets/SevenDayWindow Try Now
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate |
The Start Date From which you wand to calculate 7 day's Events.
|
date |
None.
|
| Stock |
The Ticket Stock Type
|
Stock |
None.
|
| Event |
The Event Name
|
string |
None.
|
| Venue |
The Venue Name
|
string |
None.
|
| MatchMyTimeZone | boolean |
None.
|
Request Formats
application/json, text/json
Sample:
{
"StartDate": "2025-09-27T17:59",
"Stock": "Any",
"Event": "",
"Venue": "",
"MatchMyTimeZone": true
}
Response Information
Resource Description
List of Event in Next Seven Day (Note:- Date Which is Provided As Start Date or it will take Today Date As Start Date.)
Collection of SevenDayEvent
| Name | Description | Type | Additional information |
|---|---|---|---|
| Venue | string |
None.
|
|
| Event | string |
None.
|
|
| Offset | decimal number |
None.
|
|
| FirstTicketCount | integer |
None.
|
|
| SecondTicketCount | integer |
None.
|
|
| ThirdTicketCount | integer |
None.
|
|
| FourthTicketCount | integer |
None.
|
|
| FifthTicketCount | integer |
None.
|
|
| SixthTicketCount | integer |
None.
|
|
| SevenTicketCount | integer |
None.
|
|
| FirstTotalQuantity | integer |
None.
|
|
| SecondTotalQuantity | integer |
None.
|
|
| ThirdTotalQuantity | integer |
None.
|
|
| FourthTotalQuantity | integer |
None.
|
|
| FifthTotalQuantity | integer |
None.
|
|
| SixthTotalQuantity | integer |
None.
|
|
| SevenTotalQuantity | integer |
None.
|
|
| FirstPurchasePrice | decimal number |
None.
|
|
| SecondPurchasePrice | decimal number |
None.
|
|
| ThirdPurchasePrice | decimal number |
None.
|
|
| FourthPurchasePrice | decimal number |
None.
|
|
| FifthPurchasePrice | decimal number |
None.
|
|
| SixthPurchasePrice | decimal number |
None.
|
|
| SevenPurchasePrice | decimal number |
None.
|
|
| FirstProfitPrediction | decimal number |
None.
|
|
| SecondProfitPrediction | decimal number |
None.
|
|
| ThirdProfitPrediction | decimal number |
None.
|
|
| FourthProfitPrediction | decimal number |
None.
|
|
| FifthProfitPrediction | decimal number |
None.
|
|
| SixthProfitPrediction | decimal number |
None.
|
|
| SevenProfitPrediction | decimal number |
None.
|
Response Formats
application/json, text/json
Sample:
[
{
"Venue": "",
"Event": "",
"Offset": 3.1,
"FirstTicketCount": 4,
"SecondTicketCount": 5,
"ThirdTicketCount": 6,
"FourthTicketCount": 7,
"FifthTicketCount": 8,
"SixthTicketCount": 9,
"SevenTicketCount": 10,
"FirstTotalQuantity": 11,
"SecondTotalQuantity": 12,
"ThirdTotalQuantity": 13,
"FourthTotalQuantity": 14,
"FifthTotalQuantity": 15,
"SixthTotalQuantity": 16,
"SevenTotalQuantity": 17,
"FirstPurchasePrice": 18.0,
"SecondPurchasePrice": 19.0,
"ThirdPurchasePrice": 20.0,
"FourthPurchasePrice": 21.0,
"FifthPurchasePrice": 22.0,
"SixthPurchasePrice": 23.0,
"SevenPurchasePrice": 24.0,
"FirstProfitPrediction": 25.0,
"SecondProfitPrediction": 26.0,
"ThirdProfitPrediction": 27.0,
"FourthProfitPrediction": 28.0,
"FifthProfitPrediction": 29.0,
"SixthProfitPrediction": 30.0,
"SevenProfitPrediction": 31.0
}
]