create_change_event
Create change events in Procore to track financial modifications and document origins like RFIs, meetings, or site instructions for construction projects.
Instructions
Create Change Event. [Construction Financials/Change Events] POST /rest/v1.0/change_events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |