Resource:
PO index in the list of POs
C# Rel Const:
Rels.InventorySvc.PurchaseOrderIndex
URI template:
pos/index{?ponum,rql}
index of the given PONum within the list of POs for the given rql; typically used only by SV for selecting a po within a virtual-scrollable dropdown
Success status: 200
Name
(* = required)
|
Data Type | Description |
ponum
*
|
string |
|
rql
*
|
string |
expressed in terms of the PurchaseOrder model; should specify limits for a given customer and possibly open POs;
see RQL documentation
|
|
Type |
Description |
Index |
int
|
|
Sample accept: application/hal+json
{
"index": 1
}
This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.