Create Work Order Contract Line Item
create_work_order_contract_line_itemCreate a line item in a work order contract for Procore commitments. Automatically generates a budget line item for non-budgeted items on eligible projects.
Instructions
Create a new Line Item in a specified 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 create a new Commitments in Procore. Creates a new Commitments and returns the created object on success (HTTP 201). Required parameters: work_order_contract_id, project_id, line_item. Procore API: Construction Financials > Commitments. Endpoint: POST /rest/v1.0/work_order_contracts/{work_order_contract_id}/line_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| work_order_contract_id | Yes | URL path parameter — work Order Contract ID | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| line_item | Yes | JSON request body field — the Line Item object |