Clone Change Event
clone_change_eventClone an existing change event by duplicating its details into a new record. Returns the newly created change event object.
Instructions
Clones an existing Change Event. Use this to duplicate an existing Change Events as a new record. Creates a copy of the Change Events and returns the newly created object (HTTP 201). Required parameters: id, project_id. Procore API (v1.1): Construction Financials > Change Events. Endpoint: POST /rest/v1.1/change_events/{id}/clone
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. |