ADO.NET Provider for Microsoft Dynamics 365 Business Central

Build 23.0.8839

OrganizationURL

The URL to your Dynamics 365 organization. For instance, https://businesscentral.dynamics.com/abc123/.

Data Type

string

Default Value

""

Remarks

The URL you use to log into your Dynamics 365 organization; sometimes also called the resource. For instance, https://businesscentral.dynamics.com/abc123/.

To find the correct URL for your Microsoft Dynamics 365 Business Central instance, This may also be known as the resource. To find this click the Search icon and enter "Web Services". Monitor the OData v4 URL. The end value should be the web service endpoint (minus the Company).

For example if the OData v4 URL is https://api.businesscentral.dynamics.com/v1.0/businesscentralid/ODataV4/, the web service endpoint correct URL is https://api.businesscentral.dynamics.com/v1.0.

To connect to custom APIs set this property to the base URL of your Dynamics 365 custom API. For instance, https://api.businesscentral.dynamics.com/v2.0/{environmentName}/api/{API publisher}/{API group}/{API version} or https://api.businesscentral.dynamics.com/v2.0/{tenant}/{environmentName}/api/{API publisher}/{API group}/{API version}.

For more details on how to specify the RSBDynamics365_p_OrganizationURL and which endpoints are available, see Business Central Endpoints.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839