create_change_event_v1_1
Create a change event in Procore to document and manage construction project modifications, including scope adjustments and financial updates.
Instructions
Create Change Event. [Construction Financials/Change Events] POST /rest/v1.1/change_events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| number | No | number | |
| title | No | title | |
| description | No | description | |
| scope | Yes | Event Scope | |
| prime_contract_for_estimates | No | prime_contract_for_estimates | |
| event_origin | No | event_origin | |
| change_reason | No | change_reason | |
| status | Yes | status | |
| source | No | The Change Event source refers to the resource that was responsible for creating this Change Event. | |
| source_of_revenue_rom | No | Revenue ROM source for this Change Event | |
| change_type | No | change_type | |
| external_data | No | external_data | |
| custom_field_%{custom_field_definition_id} | No | Value of the custom field. The data type of the value passed in corresponds with the data_type of the Custom Field Definition. For a lov_entry data_type the value passed in should be the ID of one ... | |
| change_items | No | Change Event Line Items |