Updates an existing opportunity entity record in Dynamics CRM using the Web API. Some updates may be rejected if required relational fields (e.g., transactioncurrency) are absent from the record, even though they are not exposed as explicit parameters.
namestringThe name or title of the opportunity.
user_idstringThe user's ID or 'me' for the authenticated user.
descriptionstringA brief description of the opportunity.
estimatedvaluenumberThe anticipated revenue from the opportunity.
opportunity_idRequiredstringThe unique identifier (GUID) of the opportunity to update. Use the GUID exactly as returned by CRM lookup or list tools — reformatting the value will cause the update to fail.
salesstagecodeintegerThe current sales stage (e.g., 1 for Qualify, 2 for Develop, 3 for Propose).
estimatedclosedatestringThe expected close date of the opportunity in 'YYYY-MM-DD' format.
opportunityratingcodeintegerThe rating of the opportunity (e.g., 1 for Cold, 2 for Warm, 3 for Hot).
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.