Dynamics 365 Business Central

CLOUD

We run the tool on our servers. What we need:

1 - Tenant ID
this is the GUID from the URL, for instance like this:
https://businesscentral.dynamics.com/123b02af-1234-4f2b-960b-f7bbdb7b77ee/

2 - Company name
i.e. "My Company Inc."

3 - Authentication

There are two ways to connect to BC api: Using basic authentication or Azure Active Directory (AAD) based authentication.
For basic authentication we need production login and password.
For AAD we need ClientId, ClientSecret and refresh token. For more info see https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-develop-connect-apps.

4 - Sales tax codes
This is required if it's not "STANDARD" and you have products with different sales tax rates.

On-premise