Update The Change Event Settings For The Project
update_the_change_event_settings_for_the_projectUpdate project change event settings including budget ROM sources, prefill automation, and display columns. Supply company and project IDs to adjust fields.
Instructions
Allows the Change Event settings for the project to be updated. Use this to update an existing Change Events (only the supplied fields are changed). Updates the specified Change Events and returns the modified object on success. Required parameters: company_id, project_id. Procore API (v2.0): Construction Financials > Change Events. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/change_event_settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| budget_rom_source_for_in_scope | No | JSON request body field — budget ROM for all changes with this 'In Scope' will update based on these selections | |
| budget_rom_source_for_out_of_scope | No | JSON request body field — budget ROM for all changes with this 'Out of Scope' will update based on these selections | |
| budget_rom_source_for_tbd_scope | No | JSON request body field — budget ROM for all changes with this 'TBD' will update based on these selections | |
| celi_prefill_automation | No | JSON request body field — allow Line Item auto-population of Budget Code, Vendor, and Contracts | |
| change_order_value_source | No | JSON request body field — this setting will determine which source is used to create or update Commitment COs/PCOs | |
| copy_rfq_attachments_to_commitment_cos | No | JSON request body field — whether to copy the RFQ attachments to Commitment COs/PCOs | |
| copy_rfq_attachments_to_prime_cos | No | JSON request body field — whether to copy the RFQ attachments to Prime COs/PCOs | |
| display_revenue_detail_columns | No | JSON request body field — whether to display revenue ROM, latest price, latest cost, and over / under columns | |
| display_spend_quantity_columns | No | JSON request body field — whether to display UOM, revenue qty, revenue unit cost, ROM unit qty, and ROM unit cost columns | |
| prevent_both_prime_cos_and_budget_changes | No | JSON request body field — whether to prevent Budget Changes and Prime Potential Change Order on the same Change Event Line Item | |
| sync_wbs_code | No | JSON request body field — whether to maintain budget codes across all line items in sync |