OrganizationURL
Provides the URL to your Dynamics 365 organization, sometimes referred to as the resource.
データ型
string
デフォルト値
""
解説
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 エンドポイント.