POST POS/PurchaseOrders/Items/Search Try Now
Searches for Purchase Order.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|
Body Parameters
The PO search request.
Name | Description | Type | Additional information |
---|---|---|---|
PONumber |
PO number.
|
long |
Optional
|
PurchaseOrderId |
Purchase order identifier.
|
string |
Optional
|
PurchaseOrderDate |
PO date.
|
DateValue |
Optional
|
POType |
Type of the document sub.
|
string |
Optional
|
CustomerId |
Customer Identifier.
|
string |
Optional
|
ExternalOrderNumber |
External order number.
|
string |
Optional
|
Event |
Event.
|
string |
Optional
|
EventDate |
Event date.
|
DateValue |
Optional
|
Venue |
Venue.
|
string |
Optional
|
Section |
Section.
|
string |
Optional
|
Row |
Row.
|
string |
Optional
|
PaymentStatus |
Payment status.
|
string |
Optional
|
POStatus |
PO status.
|
Collection of PurchaseOrderStatus |
Optional
|
CSR |
CSR.
|
string |
Optional
|
ShippingStatus |
Shipping status.
|
string |
Optional
|
TicketNumber |
Ticket number.
|
long |
Optional
|
InvoiceId |
Invoice number.
|
string |
Optional
|
InvoiceNumber | long |
None.
|
|
ReferenceNo |
Reference no.
|
string |
Optional
|
TagId |
Tag identifier.
|
string |
Optional
|
IncludeInactive |
Value indicating whether [include inactive].
|
boolean |
None.
|
EventId | string |
None.
|
|
VenueId | string |
None.
|
|
Low | integer |
None.
|
|
High | integer |
None.
|
|
Performer | string |
None.
|
|
Tags | Collection of 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:
{ "PONumber": 1, "PurchaseOrderId": "", "PurchaseOrderDate": { "FromDate": "2024-12-02T06:47", "ToDate": "2024-12-02T06:48", "FilterByTime": true }, "POType": "", "CustomerId": "", "ExternalOrderNumber": "", "Event": "", "EventDate": { "FromDate": "2024-12-02T06:47", "ToDate": "2024-12-02T06:48", "FilterByTime": true }, "Venue": "", "Section": "", "Row": "", "PaymentStatus": "", "POStatus": [ "Any" ], "CSR": "", "ShippingStatus": "", "TicketNumber": 13, "InvoiceId": "", "InvoiceNumber": 15, "ReferenceNo": "", "TagId": "", "IncludeInactive": true, "EventId": "", "VenueId": "", "Low": 21, "High": 22, "Performer": "", "Tags": [ "" ], "OrderBy": "", "SortOrder": null, "DateUpdated": "2024-12-02T06:47", "UpdatedSince": { "FromDate": "2024-12-02T06:47", "ToDate": "2024-12-02T06:48", "FilterByTime": true }, "Page": 27, "ItemsPerPage": 28 }
Response Information
Resource Description
Returns Purchase Order Details
Name | Description | Type | Additional information |
---|---|---|---|
Items | Collection of PurchaseOrderItems |
None.
|
|
Page | integer |
None.
|
|
TotalPages | integer |
None.
|
|
Records | integer |
None.
|
|
Meta | Object |
None.
|
Response Formats
application/json, text/json
Sample:
{ "Items": [ { "PONumber": 1, "PurchaseOrderItemId": "", "PurchaseOrderId": "", "DateAdded": "2024-12-02T06:47", "EventId": "", "VenueId": "", "Event": "", "Venue": "", "EventDate": "2024-12-02T06:47", "Section": "", "Row": "", "Low": 12, "High": 13, "Seats": "", "Seating": "Any", "Quantity": 15, "SubTotal": { "Currency": "", "Amount": 1.0 }, "UnitPrice": { "Currency": "", "Amount": 1.0 }, "TaxedCost": { "Currency": "", "Amount": 1.0 }, "IsActive": true, "DateUpdated": "2024-12-02T06:47" } ], "Page": 1, "TotalPages": 2, "Records": 3, "Meta": {} }