Update Change Order Package
update_change_order_packageUpdate an existing change order package by providing the project ID, change order ID, and fields to modify. Returns the updated change order.
Instructions
Update Change Order Package. 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, 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 |