Create Prime Contract Line Item
create_prime_contract_line_item_v1_0Create a new line item for a prime contract in Procore. Automatically generates a budget line item for non-budgeted items on new projects.
Instructions
Create a new Line Item for the Prime 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 Prime Contracts in Procore. Creates a new Prime Contracts and returns the created object on success (HTTP 201). Required parameters: prime_contract_id, project_id, project_id, line_item. Procore API: Construction Financials > Prime Contracts. Endpoint: POST /rest/v1.0/prime_contracts/{prime_contract_id}/line_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prime_contract_id | Yes | URL path parameter — unique identifier of the prime contract | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| line_item | Yes | JSON request body field — the Line Item object |