update_business_object
Update fields of an existing Cherwell business object record using its record ID or public ID. Only the provided fields are modified.
Instructions
Update fields of an existing business object record, addressed by record ID (busObRecId) or public ID. Only the provided fields are changed. Provide exactly one of recId / publicId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recId | No | Internal record ID (busObRecId) of the record. | |
| fields | Yes | Field values to change, e.g. {"Status": "Resolved"}. | |
| publicId | No | Public ID of the record (e.g. incident number). | |
| businessObject | Yes | Business object name (e.g. "Incident") or its 32-character busObId. |