Cmdlets for Microsoft Dynamics 365 Business Central

Build 25.0.9434

OrganizationURL Parameter (Connect-D365BusinessCentral Cmdlet)

Provides the URL to your Dynamics 365 organization, sometimes referred to as the resource.

Syntax

Connect-D365BusinessCentral -OrganizationURL string

Data Type

cstr

Default Value

""

Remarks

To find the correct URL for your Microsoft Dynamics 365 Business Central instance, 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 OrganizationURL and which endpoints are available, see Business Central Endpoints.

This is a required parameter.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434