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_vwGLAccount |
Query parameters
Type | Params | Values |
---|---|---|
HEADER | Guid | {GUID obtained from login call} |
Example requests
https://backend/OData/_as_epo_vwGLAccount
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": 2344,
"accountLink": 2344,
"iAllowICPurchases": false,
"master_Sub_Account": "840000>031010",
"iAllowICSales": false,
"account_Type": "Other Current Liability",
"description": "Lc - PAYE Payable",
"iAccountType": 5
}