curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MICROSOFT_DYNAMICS_UPDATE_RECORD_OPPORTUNITY' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "MICROSOFT_DYNAMICS_UPDATE_RECORD_OPPORTUNITY",
"parameters": {
"entityId": "<string>",
"name": "<string>",
"customerid": "<string>",
"salesstagecode": "<string>",
"estimatedclosedate": "<string>",
"actualclosedate": "<string>",
"estimatedvalue": "<string>",
"description": "<string>",
"ownerid": "<string>",
"transactioncurrencyid": "<string>",
"additionalFields": "<string>"
}
}
'curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MICROSOFT_DYNAMICS_UPDATE_RECORD_OPPORTUNITY' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "MICROSOFT_DYNAMICS_UPDATE_RECORD_OPPORTUNITY",
"parameters": {
"entityId": "<string>",
"name": "<string>",
"customerid": "<string>",
"salesstagecode": "<string>",
"estimatedclosedate": "<string>",
"actualclosedate": "<string>",
"estimatedvalue": "<string>",
"description": "<string>",
"ownerid": "<string>",
"transactioncurrencyid": "<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
Opportunity ID : The ID of the Opportunity to update.
Name : A subject or descriptive name, such as the expected order or company name, for the Opportunity.
Potential Customer ID : Select an account or contact to associate with this Opportunity. (example: "{{settings.customerID}}")
Process Stage : Use Connect Portal Workflow Settings to allow users to select a Process Stage. (example: "{{settings.processStage}}")
Estimated Close Date : The expected closing date of the Opportunity.
Actual Close Date : The date and time when the Opportunity was closed or canceled.
Est. Revenue : The estimated revenue amount to indicate the potential sale or value of the opportunity for revenue forecasting.
Description : Additional information to describe the Opportunity, such as possible products to sell or past purchases from the customer.
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}}")
Transaction Currency : Choose the local currency for the Opportunity. Use Connect Portal Workflow Settings to allow users to select a Transaction Currency, or the first available will be used as a default. (example: "{{settings.transactionCurrency}}")
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?