Create Purchase Order Contract Line Item
create_purchase_order_contract_line_itemCreate a line item on a purchase order contract in Procore, with automatic budget line item creation for non-budgeted items.
Instructions
Create a Purchase Order Contract 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 create a new Commitments in Procore. Creates a new Commitments and returns the created object on success (HTTP 201). Required parameters: purchase_order_contract_id, project_id, line_item. Procore API: Construction Financials > Commitments. Endpoint: POST /rest/v1.0/purchase_order_contracts/{purchase_order_contract_id}/line_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| purchase_order_contract_id | Yes | URL path parameter — purchase 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 |