Update Work Order Contract Line Item
update_work_order_contract_line_itemUpdates a line item in a work order contract. Automatically creates a budget line item for non-budgeted items when enabled.
Instructions
Update a Line Item in a specific Work Order Contract. 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 Commitments (only the supplied fields are changed). Updates the specified Commitments and returns the modified object on success. Required parameters: work_order_contract_id, id, project_id, line_item. Procore API: Construction Financials > Commitments. Endpoint: PATCH /rest/v1.0/work_order_contracts/{work_order_contract_id}/line_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| work_order_contract_id | Yes | URL path parameter — work Order Contract ID | |
| id | Yes | URL path parameter — unique identifier of the Commitments resource | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| line_item | Yes | JSON request body field — the Line Item object |