Skip to content

Commit 809d648

Browse files
authored
Update compose-http-requests-handle-errors.md
Taking out reference to on-premises deployments
1 parent a6a34a8 commit 809d648

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

powerapps-docs/developer/common-data-service/webapi/compose-http-requests-handle-errors.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Compose HTTP requests and handle errors (Common Data Service for Apps)| Microsoft Docs"
33
description: "Read about the HTTP methods and headers that form a part of HTTP requests that interact with the Web API and how to identify and handle errors returned in the response"
44
ms.custom: ""
5-
ms.date: 10/31/2018
5+
ms.date: 11/05/2018
66
ms.reviewer: ""
77
ms.service: "crm-online"
88
ms.suite: ""
@@ -33,14 +33,16 @@ To access the Web API you must compose a URL using the parts in the following ta
3333

3434
|Part|Description|
3535
|--|--|
36-
|Protocol|The appropriate protocol, either `https://` or `http://`.|
37-
|Base URL|<div>This is the URL you normally use to open the web application.<ul><li>For Common Data Service for Apps (online): use <code class="x-hidden-focus">&lt;tenant name&gt;.crm.dynamics.com</code>.</li><li>For Internet-facing deployment (IFD): Use the appropriate URL for your instance. This will be: <code class="x-hidden-focus">&lt;organization name&gt;.&lt;___domain name&gt;</code>.</li><li>For Common Data Service for Apps (on-premises): use <code class="x-hidden-focus">&lt;server name&gt;/&lt;organization name&gt;</code>.</li></ul></div>|
36+
|Protocol| `https://`|
37+
|Environment Name|The unique name that applies to your environment. If your company name is *Contoso*, then it may be `contoso`.|
38+
|Region|Your environment will usually be available in a data center that is close to you geographically.<br />North America: `crm`<br />South America: `crm2`<br />Canada: `crm3`<br />Europe, Middle East and Africa (EMEA): `crm4`<br />Asia Pacific Area (APAC): `crm5`<br />Oceania: `crm6`<br />Japan: `crm7`<br />India: `crm8`<br />North America 2: `crm9`<br />United Kingdom: `crm11`<br />More values will be added over time as new data center regions are opened.|
39+
|Base URL|`dynamics.com.`|
3840
|Web API path|The path to the web API is `/api/data/`.|
39-
|Version| The version is expressed this way: `v[Major_version].[Minor_version][PatchVersion]/`. The valid version for this release is <code class="x-hidden-focus">v9.0</code>.|
41+
|Version| The version is expressed this way: `v[Major_version].[Minor_version][PatchVersion]/`. The valid version for this release is `v9.0`.|
4042
|Resource|The name of the entity, function, or action you want to use.|
4143

4244

43-
The URL you will use will be composed with these parts: Protocol + Base URL + Web API path + Version + Resource.
45+
The URL you will use will be composed with these parts: Protocol + Environment Name + Region + Base URL + Web API path + Version + Resource.
4446

4547
<a name="version_compatiblity"></a>
4648

0 commit comments

Comments
 (0)