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_vwItemOnWarehouse

Query parameters

Type

Params

Values

HEADERGuid{GUID obtained from login call}

Example requests

https://backend/OData/_as_epo_vwItemOnWarehouse


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:

 {

            "linkId"112274,
            "id"2,
            "whStockLink"4,
            "name""Johannesburg",
            "code""010-JHB",
            "knownAs""",
            "address""5 Voyager Street \rLinbro Business Park \rLinbro Park \r2054",
            "defaultWhse"true,
            "bAllowToBuyInto"true,
            "bAllowToSellFrom"true,
            "bAllowMultiBinLocations"true,
            "tti"1,
            "ttc"1,
            "ttr"1,
            "ttg"1,
            "qtyOnHand"0.0,
            "qtyReserved"0.0,
            "qtyOnPo"0.0,
            "qtyOnSo"0.0,
            "qtyToDeliver"0.0,
            "averageCost"0.0,
            "latestCost"0.0,
            "lowestCost"0.0,
            "highestCost"0.0,
            "manualCost"0.0,
            "lastGrvCost"0.0,
            "whseLink"2,
            "branchID"0

}