Update Change Order Package
update_change_order_packageUpdate an existing change order package in Procore, sending only the fields you want to change. Requires package ID, project ID, and change order data.
Instructions
Updates an existing change order package in Procore. 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 change order package 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, change_order. Procore API: Construction Financials > Change Orders. Endpoint: PATCH /rest/v1.0/change_order_packages/{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 | No | JSON request body field — unique identifier of the contract | |
| change_order | Yes | JSON request body field — the change order for this Change Orders operation |