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_vwVendor

Query parameters

Type

Params

Values

HEADERGuid{GUID obtained from login call}

Example requests

https://backend/OData/_as_epo_vwVendor


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,
            "account""A/C001",
            "name""A/C Strategic Logistics Ltd",
            "cAccDescription""",
            "ulAPBCTPercentage"null,
            "cBankRefNr""NL20INGB0001234567",
            "branchCode""INGBNL2A",
            "bankAccNum""",
            "cBankCode"null,
            "on_Hold"false,
            "address1""",
            "address2""",
            "address3""",
            "address4""",
            "post1""PO BOX 33905 Industrial Area",
            "post2""",
            "post3""",
            "post4""",
            "currCode""ZAR",
            "defaultTaxID"0,
            "categoryId"null,
            "rating"null,
            "countRating"null
        },