curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MICROSOFT_DYNAMICS_UPDATE_RECORD_ACCOUNT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "MICROSOFT_DYNAMICS_UPDATE_RECORD_ACCOUNT",
"parameters": {
"entityId": "<string>",
"name": "<string>",
"ownerid": "<string>",
"websiteurl": "<string>",
"telephone1": "<string>",
"description": "<string>",
"additionalFields": "<string>"
}
}
'curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MICROSOFT_DYNAMICS_UPDATE_RECORD_ACCOUNT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "MICROSOFT_DYNAMICS_UPDATE_RECORD_ACCOUNT",
"parameters": {
"entityId": "<string>",
"name": "<string>",
"ownerid": "<string>",
"websiteurl": "<string>",
"telephone1": "<string>",
"description": "<string>",
"additionalFields": "<string>"
}
}
'Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Account ID : The ID of the Account to update.
Account Name : The company or business name for the Account.
Owner ID : The Dynamics 365 user or team assigned to this Opportunity. Use Connect Portal Workflow Settings to allow users to select an Owner (Team or User). (example: "{{settings.ownerID}}")
Website
Business Phone
Description : Additional information to describe the contact, such as an excerpt from the company's website.
Additional Fields : Specify any other fields that should be updated in JSON below. Use Connect Portal Workflow Settings to allow users to select which Fields to update. (example: "{ "address2_city": "Los Angeles", "address2_stateorprovince": "CA", "address2_country": "United States", "address2_line1": "1700 Sawtelle Blvd", "[email protected]": "/contacts(00000000- 0000-0000-0000-000000000001)", }")
Success
Was this page helpful?