MS Business Central provider
Supported API:
Microsoft Dynamics 365 Business Central (Navision) versjon 17+ (cloud)
API version 2.0:
https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/api-reference/v2.0/
We need the following information for Business Central Setup.
CompanyID (Guid)
| Property | Description |
|
Go to Business Central Admin Center. Example:
|
|
Find your Company IDTo find your company ID, follow these steps:
Use the ID - Guid. |
|
|
URL to your API. Example: |
Department ID (Guid)
To find your Department ID, follow these steps:
-
Log in to your Business Central account and search Dimensions and look for Department dimensions.
-
Select the department dimension (AVDELING in Norwegian) you want to use.
-
Click the question mark button on the top right corner and select Help & Support.
-
Under the troubleshooting section, click Inspect pages and data.
-
In the inspector, you can enter
Idin the search field and the first result contains your department ID (SystemID).
Use the SystemID - Guid related to the department (AVDELING).
Guid example:
31f3fb65-2b36-46c4-bf1c-42d82286741a
Configure access in Business Central
You must grant access for the Microsoft Entra Applications.
First authorize the app:
Application (client id): 19bc5c80-3071-426f-a9e3-ec982b8966e9
Then search for "Microsoft Entra App":
Click on Client ID and grant access as you want to give:
D365 READ
These are the endpoints used as of 27.06.2025:
CompaniesAccountApi.
CompaniesCompanyInformationApi
CompaniesDimensionApi.
CompaniesDimensionApi.
CompaniesGeneralLedgerEntryApi
CompaniesCurrencyExchangeRateA
CompaniesCurrencyApi.
CompaniesEmployeeApi.
CompaniesProjectApi.
CompaniesPurchaseInvoiceApi.
CompaniesVendorApi.

