Update Work Order Contract Detail Line Item
update_work_order_contract_detail_line_itemUpdate a detail line item in a specific work order contract to modify existing commitments. Only supplied fields are changed and the updated object is returned.
Instructions
Update a Detail Line Item in a specific Work Order Contract. 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, contract_detail_line_item. Procore API: Construction Financials > Commitments. Endpoint: PATCH /rest/v1.0/work_order_contracts/{work_order_contract_id}/line_item_contract_details/{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. | |
| contract_detail_line_item | Yes | JSON request body field — the Detail Line Item object |