Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Based URL address depends on domain address on which the backend is deployed

Method

URL

GET{base url}/OData/_as_
epo
EPO_
vwUnitCategoryOnUnit
vwUnitList

Query parameters

Type

Params

Values

HEADERGuid{GUID obtained from login call}

Example requests

https://backend/OData/_as_epoEPO_vwUnitCategoryOnUnitvwUnitList


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:

 {

                        "unitId"1,
            "unitCategoryId"1,
            "categoryDescription""Amount",
            "unitCode""Unit",
            "unitDescription""Single Unit",
            "originalUnitId"1

...