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.
In the URL you will find the tenantid:
 

Example:
https://businesscentral.dynamics.com/##TENANTID HERE###/admin

 

Find your Company ID

To find your company ID, follow these steps:

  1. Log in to your Business Central account and navigate to the Companies tab.

  2. Select the company you want to use.

    Companies tab window

  3. Click the question mark button on the top right corner and select Help & Support.

  4. Under the troubleshooting section, click Inspect pages and data.

  5. In the inspector, you can enter Id in the search field and the first result contains your company ID.

Getting company ID

Use the ID - Guid.

URL to your API.

Example:
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0
(inject correct environment in bold text above. E.g. Sandbox/Production)

 

 

Department ID (Guid)

To find your Department ID, follow these steps:

  1. Log in to your Business Central account and search Dimensions and look for Department dimensions.

  2. Select the department dimension (AVDELING in Norwegian) you want to use.

 

  1. Click the question mark button on the top right corner and select Help & Support.

  2. Under the troubleshooting section, click Inspect pages and data.

  3. In the inspector, you can enter Id in 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.CompaniesListAccounts

CompaniesCompanyInformationApi.CompaniesListCompanyInformation

CompaniesDimensionApi.CompaniesGetDimensions

CompaniesDimensionApi.CompaniesListDimensions

CompaniesGeneralLedgerEntryApi.CompaniesListGeneralLedgerEntries

CompaniesCurrencyExchangeRateApi.CompaniesListCurrencyExchangeRates

CompaniesCurrencyApi.CompaniesListCurrencies

CompaniesEmployeeApi.CompaniesListEmployees

CompaniesProjectApi.CompaniesListProjects

CompaniesPurchaseInvoiceApi.CompaniesListPurchaseInvoices

CompaniesVendorApi.CompaniesListVendors