POST POS/Seats/Search Try Now
Search seats by Event Details
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|
Body Parameters
The match ticket seat request.
| Name | Description | Type | Additional information |
|---|---|---|---|
| EventName |
The name of the event.
|
string |
None.
|
| Venue |
The venue.
|
string |
None.
|
| EventDate |
The event date.
|
date |
None.
|
| EventId |
The event identifier.
|
string |
None.
|
| VenueId |
The venue identifier.
|
string |
None.
|
| Section |
The section.
|
string |
None.
|
| Row |
The row.
|
string |
None.
|
Request Formats
application/json, text/json
Sample:
{
"EventName": "",
"Venue": "",
"EventDate": "2025-11-01T13:29",
"EventId": "",
"VenueId": "",
"Section": "",
"Row": ""
}
Response Information
Resource Description
Collection of TicketSeatDetails
| Name | Description | Type | Additional information |
|---|---|---|---|
| SeatId |
The seat identifier.
|
string |
None.
|
| Event |
The event.
|
string |
None.
|
| Venue |
The venue.
|
string |
None.
|
| EventDate |
The event date.
|
date |
None.
|
| Section |
The section.
|
string |
None.
|
| Row |
The row.
|
string |
None.
|
| Seat |
The seat.
|
integer |
None.
|
| Barcode |
The barcode.
|
string |
None.
|
| PDFStatus |
The PDF status.
|
ArtifactStatus |
None.
|
| InHandDetails |
The in hand details.
|
InHandDetails |
None.
|
| Seating |
The seating.
|
Seating |
None.
|
| Stock |
The stock.
|
Stock |
None.
|
| SeatStatus |
The seat status.
|
SeatStatus |
None.
|
| BarcodeStatus |
The barcode status.
|
ArtifactStatus |
None.
|
| ReferenceNumber |
The reference number.
|
long |
None.
|
| DateUpdated |
The Date updated.
|
date |
None.
|
| PDFReferenceId | long |
None.
|
|
| BarcodeReferenceId | long |
None.
|
|
| AccountNumber | string |
None.
|
|
| AccountId | string |
None.
|
|
| AliasName | string |
None.
|
Response Formats
application/json, text/json
Sample:
[
{
"SeatId": "",
"Event": "",
"Venue": "",
"EventDate": "2025-11-01T13:29",
"Section": "",
"Row": "",
"Seat": 7,
"Barcode": "",
"PDFStatus": "Any",
"InHandDetails": {
"InHandStatus": "Any",
"InHandDays": 1,
"InHandDate": "2025-11-01T13:29"
},
"Seating": "Any",
"Stock": "Any",
"SeatStatus": "Any",
"BarcodeStatus": "Any",
"ReferenceNumber": 9,
"DateUpdated": "2025-11-01T13:29",
"PDFReferenceId": 11,
"BarcodeReferenceId": 12,
"AccountNumber": "",
"AccountId": "",
"AliasName": ""
}
]