GET POS/Sales/{id}/Items/{InvoiceItemId}/Seats?FromDate={FromDate}&ToDate={ToDate}&FilterByTime={FilterByTime} Try Now
Get Seats by Invoice Item Id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The Invoice Id
|
string |
Required
|
| InvoiceItemId |
The Invoice Item Id
|
string |
Required
|
| FromDate |
Start Date of UpdatedSince Date Range
|
string |
None.
|
| ToDate |
End Date of UpdatedSince Date Range
|
string |
None.
|
| FilterByTime |
Include or Exclude Time in Date Range
|
boolean |
None.
|
Body Parameters
None.
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-10-12T13:28",
"Section": "",
"Row": "",
"Seat": 7,
"Barcode": "",
"PDFStatus": "Any",
"InHandDetails": {
"InHandStatus": "Any",
"InHandDays": 1,
"InHandDate": "2025-10-12T13:28"
},
"Seating": "Any",
"Stock": "Any",
"SeatStatus": "Any",
"BarcodeStatus": "Any",
"ReferenceNumber": 9,
"DateUpdated": "2025-10-12T13:28",
"PDFReferenceId": 11,
"BarcodeReferenceId": 12,
"AccountNumber": "",
"AccountId": "",
"AliasName": ""
}
]