Updates an existing case (incident) entity record in Dynamics CRM using the Web API.
titlestringThe subject or title of the case.
case_idRequiredstringThe unique identifier (GUID) of the case to update.
user_idstringThe user's ID or 'me' for the authenticated user.
statuscodeintegerThe current status of the case (e.g., 1 for Active, 2 for In Progress, 3 for Resolved).
descriptionstringA detailed description of the issue or inquiry.
prioritycodeintegerThe priority level of the case (e.g., 1 for High, 2 for Normal, 3 for Low).
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.