POST POS/v3.1/Seats/Search Try Now

Search seats by Event Details including event headliner and event date.

Request Information

URI Parameters

None.

Body Parameters

The request parameter

NameDescriptionTypeAdditional information
EventName
Name of the event.
string
None.
Venue
Name of venue.
string
None.
EventDate
Event date range.
DateValue
None.
EventId
Event identifier.
string
None.
VenueId
The venue identifier.
string
None.
Section
The section.
string
None.
Row
The row.
string
None.
Performer
The Event Headliner / Performer
string
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:
{
  "EventName": "",
  "Venue": "",
  "EventDate": {
    "FromDate": "2024-10-13T15:42",
    "ToDate": "2024-10-13T15:43",
    "FilterByTime": true
  },
  "EventId": "",
  "VenueId": "",
  "Section": "",
  "Row": "",
  "Performer": "",
  "OrderBy": "",
  "SortOrder": null,
  "DateUpdated": "2024-10-13T15:42",
  "UpdatedSince": {
    "FromDate": "2024-10-13T15:42",
    "ToDate": "2024-10-13T15:43",
    "FilterByTime": true
  },
  "Page": 11,
  "ItemsPerPage": 12
}

Response Information

Resource Description

Matching ticket seats

Collection of SearchSeatResponse
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.
Performer
The Performer/Event Headliner
string
None.
Cost
The cost of Seat. (Includes ancillary cost)
Money
None.
FacePrice
Gets or sets the face price.
Money
None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SeatId": "",
    "Event": "",
    "Venue": "",
    "EventDate": "2024-10-13T15:42",
    "Section": "",
    "Row": "",
    "Seat": 7,
    "Barcode": "",
    "PDFStatus": "Any",
    "InHandDetails": {
      "InHandStatus": "Any",
      "InHandDays": 1,
      "InHandDate": "2024-10-13T15:42"
    },
    "Seating": "Any",
    "Stock": "Any",
    "SeatStatus": "Any",
    "BarcodeStatus": "Any",
    "ReferenceNumber": 9,
    "Performer": "",
    "Cost": {
      "Currency": "",
      "Amount": 1.0
    },
    "FacePrice": {
      "Currency": "",
      "Amount": 1.0
    }
  }
]