Update Potential Change Order Line Item
update_potential_change_order_line_itemUpdate a line item in a potential change order; non-budgeted line items trigger automatic budget line item creation.
Instructions
Update a Potential Change Order Line Item. Note: A budget line item will automatically be created for Non-budgeted line items for all new projects and for projects enabled with Non-Budgeted line item beta functionality. 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: potential_change_order_id, id, project_id, line_item. Procore API: Construction Financials > Change Orders. Endpoint: PATCH /rest/v1.0/potential_change_orders/{potential_change_order_id}/line_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| potential_change_order_id | Yes | URL path parameter — potential Change Order ID | |
| id | Yes | URL path parameter — unique identifier of the Change Orders resource | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| line_item | Yes | JSON request body field — the Line Item object |