Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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_vwProject

Query parameters

Type

Params

Values

HEADERGuid{GUID obtained from login call}

Example requests

https://backend/OData/_as_epo_vwProject


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:

 {

   "id"1,
            "name""Master Warehouse",
            "code""Mstr",
            "knownAs""Master Warehouse",
            "address"null,
            "defaultWhse"true,
            "bAllowToBuyInto"true,
            "bAllowToSellFrom"true,
            "branchID"0 

}

  • No labels