Microsoft D365CE v9 OnPrem (Independent Publisher) (Preview)
Microsoft Dynamics 365 CE v9 Web API for interacting with on-premises D365 CE data from cloud D365 CE
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Roy Paar |
roypaar@microsoft.com |
Connector Metadata | |
---|---|
Publisher | Roy Paar |
Website | https://dynamics.microsoft.com/ |
Privacy policy | https://docs.microsoft.com/en-us/dynamics365/get-started/gdpr/ |
Categories | Sales and CRM |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
Host URL | string | Specify your on-premises CRM URL e.g. https://test.contoso.com | True |
Org Name | string | Specify your on-premises CRM Org Name e.g. org12398y320 | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Upsert Account |
Request to insert or update an account record from cloud D365 CE to onprem D365 CE |
Upsert Contact |
Request to insert or update a contact record from cloud D365 CE to onprem D365 CE |
Upsert Lead |
Request to insert or update a lead record from cloud D365 CE to onprem D365 CE |
Upsert Account
Request to insert or update an account record from cloud D365 CE to onprem D365 CE
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Account GUID
|
accountGUID | True | string |
The account GUID of the cloud record |
OData MaxVersion
|
OData-MaxVersion | True | string |
OData-MaxVersion |
OData Version
|
OData-Version | True | string |
OData-Version |
Accept
|
Accept | True | string |
Accept |
Content Type
|
Content-Type | True | string |
Content-Type |
name
|
name | string |
Name |
|
address1_line1
|
address1_line1 | string |
Address 1 Line 1 |
|
address1_line2
|
address1_line2 | string |
Address 1 Line 2 |
|
address1_city
|
address1_city | string |
Address 1 City |
|
address1_stateorprovince
|
address1_stateorprovince | string |
Address 1 State or Province |
|
address1_postalcode
|
address1_postalcode | string |
Address 1 Postal Code |
|
address1_county
|
address1_county | string |
Address 1 County |
Returns
Upsert Contact
Request to insert or update a contact record from cloud D365 CE to onprem D365 CE
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Contact GUID
|
contactGUID | True | string |
The contact GUID of the cloud record |
OData MaxVersion
|
OData-MaxVersion | True | string |
OData-MaxVersion |
OData Version
|
OData-Version | True | string |
OData-Version |
Accept
|
Accept | True | string |
Accept |
Content Type
|
Content-Type | True | string |
Content-Type |
firstname
|
firstname | string |
First Name |
|
lastname
|
lastname | string |
Last Name |
|
middlename
|
middlename | string |
Middle Name |
|
birthdate
|
birthdate | string |
Birthdate |
|
customertypecode
|
customertypecode | string |
Customer Type Code |
|
emailaddress1
|
emailaddress1 | string |
Email Address 1 |
|
emailaddress2
|
emailaddress2 | string |
Email Address 2 |
|
telephone1
|
telephone1 | string |
Telephone 1 |
|
telephone2
|
telephone2 | string |
Telephone 2 |
|
telephone3
|
telephone3 | string |
Telephone 3 |
|
mobilephone
|
mobilephone | string |
Mobile Phone |
|
address1_line1
|
address1_line1 | string |
Address 1 Line 1 |
|
address1_line2
|
address1_line2 | string |
Address 1 Line 2 |
|
address1_city
|
address1_city | string |
Address 1 City |
|
address1_stateorprovince
|
address1_stateorprovince | string |
Address 1 State or Province |
|
address1_postalcode
|
address1_postalcode | string |
Address 1 Postal Code |
|
address1_county
|
address1_county | string |
Address 1 County |
Returns
Upsert Lead
Request to insert or update a lead record from cloud D365 CE to onprem D365 CE
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Lead GUID
|
leadGUID | True | string |
The lead GUID of the cloud record |
OData MaxVersion
|
OData-MaxVersion | True | string |
OData-MaxVersion |
OData Version
|
OData-Version | True | string |
OData-Version |
Accept
|
Accept | True | string |
Accept |
Content Type
|
Content-Type | True | string |
Content-Type |
fullname
|
fullname | string |
Full Name |
|
emailaddress1
|
emailaddress1 | string |
Email Address 1 |
|
telephone1
|
telephone1 | string |
Telephone 1 |
Returns
- Body
- UpsertLeadResponse
Definitions
UpsertContactResponse
Name | Path | Type | Description |
---|---|---|---|
statusDetails
|
statusDetails | statusDetails |
UpsertLeadResponse
Name | Path | Type | Description |
---|---|---|---|
statusDetails
|
statusDetails | statusDetails |
UpsertAccountResponse
Name | Path | Type | Description |
---|---|---|---|
statusDetails
|
statusDetails | statusDetails |
statusDetails
Name | Path | Type | Description |
---|---|---|---|
success
|
success | boolean | |
statusCode
|
statusCode | string | |
messages
|
messages | array of messages |
messages
Name | Path | Type | Description |
---|---|---|---|
code
|
code | string | |
description
|
description | string | |
id
|
id | string |