Update Potential Change Order
update_potential_change_orderPartially update an existing Potential Change Order (PCO) with the fields you provide; omitted fields keep their current values.
Instructions
Update information about a specific Potential Change Order (PCO). Send only the fields you intend to change; omitted fields keep their current values. id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified potential change order on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: id, project_id, contract_id, change_order. Procore API: Construction Financials > Change Orders. Endpoint: PATCH /rest/v1.0/potential_change_orders/{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 |