POST POS/Sales/InvoiceItems/Search Try Now

Search Invoice Item

Request Information

URI Parameters

NameDescriptionTypeAdditional information

Body Parameters

The request.

NameDescriptionTypeAdditional information
InvoiceId
The invoice identifier.
string
None.
InvoiceNumber
The invoice number.
long
None.
CustomerNumber
The Customer number.
long
None.
EventId
The event identifier.
string
None.
VenueId
The venue identifier.
string
None.
Event
The event.
string
None.
Venue
The venue.
string
None.
EventDate
The event date.
DateValue
None.
InvoiceDate
The invoice date.
DateValue
None.
TicketNumber
The ticket number.
long
None.
Section
The section.
string
None.
Row
The row.
string
None.
LowSeat
The low seat.
integer
None.
HighSeat
The high seat.
integer
None.
PurchaseOrderId
The purchase order identifier.
string
None.
ExternalOrderNumber
The external order number.
string
None.
IncludeInactive
A value indicating whether [include inactive].
boolean
None.
IsPending
boolean
None.
Tags
Collection of string
None.
Location
string
None.
Performer
The 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:
{
  "InvoiceId": "",
  "InvoiceNumber": 2,
  "CustomerNumber": 3,
  "EventId": "",
  "VenueId": "",
  "Event": "",
  "Venue": "",
  "EventDate": {
    "FromDate": "2024-04-25T09:16",
    "ToDate": "2024-04-25T09:17",
    "FilterByTime": true
  },
  "InvoiceDate": {
    "FromDate": "2024-04-25T09:16",
    "ToDate": "2024-04-25T09:17",
    "FilterByTime": true
  },
  "TicketNumber": 8,
  "Section": "",
  "Row": "",
  "LowSeat": 11,
  "HighSeat": 12,
  "PurchaseOrderId": "",
  "ExternalOrderNumber": "",
  "IncludeInactive": true,
  "IsPending": true,
  "Tags": [
    ""
  ],
  "Location": "",
  "Performer": "",
  "OrderBy": "",
  "SortOrder": null,
  "DateUpdated": "2024-04-25T09:16",
  "UpdatedSince": {
    "FromDate": "2024-04-25T09:16",
    "ToDate": "2024-04-25T09:17",
    "FilterByTime": true
  },
  "Page": 22,
  "ItemsPerPage": 23
}

Response Information

Resource Description

NameDescriptionTypeAdditional information
InvoiceId
the invoice identifier.
string
None.
ExternalOrderNumber
the external order number
string
None.
InvoiceItemId
the invoice item identifier.
string
None.
TicketNumber
the ticket number.
long
None.
Quantity
the quantity.
integer
None.
EventId
the event identifier.
string
None.
VenueId
the venue 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.
LowSeat
the low seat.
integer
None.
HighSeat
the high seat.
integer
None.
Seats
the seats.
string
None.
Seating
the seating.
Seating
None.
DateAdded
the date added.
date
None.
InvoiceDate
the invoice date.
date
None.
TicketType
the type of the ticket.
TicketType
None.
PDFStatus
the PDF status.
PreDeliveryStatus
None.
BarcodeStatus
the barcode status.
PreDeliveryStatus
None.
Stock
the stock.
Stock
None.
InHand
the in hand.
InHandInfo
None.
SubTotal
the sub total.
Money
None.
Tax
the tax.
Money
None.
UnitPrice
the unit price.
Money
None.
PurchasePrice
the purchase price.
Money
None.
SellPrice
the sell price.
Money
None.
FacePrice
the face price.
Money
None.
Notes
the notes.
string
None.
Location
TicketGroup Location From where buyer can pickup tickets
string
None.
IsActive
a value indicating whether this instance is active.
boolean
None.
DateUpdated
the date updated.
date
None.
DeliveryMethod
DeliveryMethod
None.

Response Formats

application/json, text/json

Sample:
{
  "InvoiceId": "",
  "ExternalOrderNumber": "",
  "InvoiceItemId": "",
  "TicketNumber": 4,
  "Quantity": 5,
  "EventId": "",
  "VenueId": "",
  "Event": "",
  "Venue": "",
  "EventDate": "2024-04-25T09:16",
  "Section": "",
  "Row": "",
  "LowSeat": 13,
  "HighSeat": 14,
  "Seats": "",
  "Seating": "Any",
  "DateAdded": "2024-04-25T09:16",
  "InvoiceDate": "2024-04-25T09:16",
  "TicketType": "Any",
  "PDFStatus": "Any",
  "BarcodeStatus": "Any",
  "Stock": "Any",
  "InHand": {
    "InHandStatus": "Any",
    "InHandDate": "2024-04-25T09:16"
  },
  "SubTotal": {
    "Currency": "",
    "Amount": 1.0
  },
  "Tax": {
    "Currency": "",
    "Amount": 1.0
  },
  "UnitPrice": {
    "Currency": "",
    "Amount": 1.0
  },
  "PurchasePrice": {
    "Currency": "",
    "Amount": 1.0
  },
  "SellPrice": {
    "Currency": "",
    "Amount": 1.0
  },
  "FacePrice": {
    "Currency": "",
    "Amount": 1.0
  },
  "Notes": "",
  "Location": "",
  "IsActive": true,
  "DateUpdated": "2024-04-25T09:16",
  "DeliveryMethod": "None"
}