The GUID in these calls should be obtained from Login API
Endpoint URL
Based URL address depends on domain address on which the backend is deployed
Method | URL |
---|---|
GET | {base url}/OData/_as_epo_vwItem |
Query parameters
Type | Params | Values |
---|---|---|
HEADER | Guid | {GUID obtained from login call} |
Example requests
https://backend/OData/_as_epo_vwItem
The filter can be added to OData please check the reference on OData for more information
https://docs.microsoft.com/en-us/dynamics-nav/using-filter-expressions-in-odata-uris
Example responses:
{
"stockLink": 152,
"itemActive": true,
"code": "FG_SF001",
"iUOMStockingUnitId": 2,
"bUOMItem": true,
"qty_On_Hand": 15004.0,
"qtyOnPO": 80530.0,
"qtyOnSO": 0.0,
"qtyToDeliver": null,
"serviceItem": false,
"reservedQty": 0.0,
"bLotItem": false,
"iLotStatus": 2,
"whseItem": true,
"serialItem": false,
"description": "Sunflower Seeds - finished goods",
"description_2": "",
"description_3": "",
"tti": "6",
"ttc": "6",
"ttr": "6",
"ttg": "6",
"aveUCst": 1259.9866035723808,
"lowUCst": 49.5,
"higUCst": 1260.3,
"itemGroup": "SF"
}