update_change_event
Modify change event details in Procore construction projects to track financial adjustments, update origins, or add attachments.
Instructions
Update Change Event. [Construction Financials/Change Events] PATCH /rest/v1.0/change_events/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID | |
| project_id | Yes | Unique identifier for the project. | |
| change_event | Yes | change_event | |
| change_event_origin_id | No | ID of the record to associate as the Change Event origin. Provide alongside `change_event_origin_type`. Send both values as `null` to remove an existing origin. | |
| change_event_origin_type | No | Change Event origin type. Supported values: `GenericToolItem`, `CommunicationThread`, `Meeting`, `Observations::Item`, `Rfi::Header`, `SiteInstruction`. | |
| origin_global_id | No | Global ID of the record to associate as the Change Event origin. Provide instead of `change_event_origin_id` and `change_event_origin_type`. | |
| attachments | No | Change Event Attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]` as files. |