Update Change Event
update_change_eventUpdate an existing Change Event by supplying only the fields to change. Modifies the specified resource and returns the updated object.
Instructions
Update Change Event. 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: id, project_id. Procore API (v1.1): Construction Financials > Change Events. Endpoint: PATCH /rest/v1.1/change_events/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Change Events resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| attachments | No | JSON request body field — not to be used if other attachment types are included | |
| attachments_by_drawing_revision | No | JSON request body field — attachments_by_drawing_revision | |
| attachments_by_file_version | No | JSON request body field — attachments_by_file_version | |
| attachments_by_form | No | JSON request body field — the attachments by form for this Change Events operation | |
| attachments_by_image | No | JSON request body field — attachments_by_image | |
| attachments_by_uuid | No | JSON request body field — the attachments by uuid for this Change Events operation | |
| change_items | No | JSON request body field — change Event Line Items | |
| change_reason | No | JSON request body field — the change reason for this Change Events operation | |
| change_type | No | JSON request body field — the change type for this Change Events operation | |
| custom_fields | No | JSON request body field — the custom fields for this Change Events operation | |
| description | No | JSON request body field — the description for this Change Events operation | |
| event_origin | No | JSON request body field — the event origin for this Change Events operation | |
| external_data | No | JSON request body field — the external data for this Change Events operation | |
| number | No | JSON request body field — the number for this Change Events operation | |
| prime_contract_for_estimates | No | JSON request body field — prime_contract_for_estimates | |
| scope | No | JSON request body field — event Scope | |
| source | No | JSON request body field — the Change Event source refers to the resource that was responsible for creating this Change Event. | |
| source_of_revenue_rom | No | JSON request body field — revenue ROM source for this Change Event | |
| status | No | JSON request body field — the status for this Change Events operation | |
| title | No | JSON request body field — the title for this Change Events operation |