Sync Work Order Contract Line Items
sync_work_order_contract_line_itemsUpdate existing work order contract line items and synchronize with commitments. Automatically creates budget line items for non-budgeted line items on new projects or those with beta functionality enabled.
Instructions
Sync Work Order Contract Line Items. 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, project_id, updates. Procore API: Construction Financials > Commitments. Endpoint: PATCH /rest/v1.0/work_order_contracts/{work_order_contract_id}/line_items/sync
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| work_order_contract_id | Yes | URL path parameter — work Order Contract ID | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| updates | Yes | JSON request body field — the updates for this Commitments operation |