POST POS/Seats/Search Try Now

Search seats by Event Details

Request Information

URI Parameters

NameDescriptionTypeAdditional information

Body Parameters

The match ticket seat request.

NameDescriptionTypeAdditional 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": "2024-03-29T11:50",
  "EventId": "",
  "VenueId": "",
  "Section": "",
  "Row": ""
}

Response Information

Resource Description

Collection of TicketSeatDetails
NameDescriptionTypeAdditional 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": "2024-03-29T11:50",
    "Section": "",
    "Row": "",
    "Seat": 7,
    "Barcode": "",
    "PDFStatus": "Any",
    "InHandDetails": {
      "InHandStatus": "Any",
      "InHandDays": 1,
      "InHandDate": "2024-03-29T11:50"
    },
    "Seating": "Any",
    "Stock": "Any",
    "SeatStatus": "Any",
    "BarcodeStatus": "Any",
    "ReferenceNumber": 9,
    "DateUpdated": "2024-03-29T11:50",
    "PDFReferenceId": 11,
    "BarcodeReferenceId": 12,
    "AccountNumber": "",
    "AccountId": "",
    "AliasName": ""
  }
]