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_vwClient |
Query parameters
Type | Params | Values |
---|---|---|
HEADER | Guid | {GUID obtained from login call} |
Example requests
https://backend/OData/_as_epo_vwClient
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": 117,
"currencyId": 0,
"currencySymbol": "ZAR",
"on_Hold": false,
"defaultTaxId": 0,
"account": "OCE001",
"name": "Ocen Ronald (SA)",
"eMail": "",
"contact_Person": "",
"telephoneNumber": "",
"mobileNumber": "",
"credit_Limit": 0.0,
"cAccDescription": "",
"address1": "",
"address2": "",
"address3": "",
"address4": "",
"post1": "",
"post2": "",
"post3": "",
"post4": "",
"cBankRefNr": null,
"branchCode": null,
"bankAccNum": null,
"cBankCode": null
},