Update Change Order Request
update_change_order_requestUpdate a Change Order Request by providing its ID, project ID, contract ID, and the change order data. Only supplied fields are changed.
Instructions
Update information about a specific Change Order Request (COR). Use this to update an existing Change Orders (only the supplied fields are changed). Updates the specified Change Orders and returns the modified object on success. Required parameters: id, project_id, contract_id, change_order. Procore API: Construction Financials > Change Orders. Endpoint: PATCH /rest/v1.0/change_order_requests/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Change Orders resource | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| contract_id | Yes | JSON request body field — unique identifier of the contract | |
| change_order | Yes | JSON request body field — the change order for this Change Orders operation |