Update Prime Contract Line Item
update_prime_contract_line_item_v1_0Update a line item in a prime contract by providing the prime contract ID, line item ID, project ID, and updated line item data. Only supplied fields are changed.
Instructions
Update a Line Item from 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 update an existing Prime Contracts (only the supplied fields are changed). Updates the specified Prime Contracts and returns the modified object on success. Required parameters: prime_contract_id, id, project_id, project_id, line_item. Procore API: Construction Financials > Prime Contracts. Endpoint: PATCH /rest/v1.0/prime_contracts/{prime_contract_id}/line_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prime_contract_id | Yes | URL path parameter — unique identifier of the prime contract | |
| id | Yes | URL path parameter — unique identifier of the Prime Contracts resource | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| line_item | Yes | JSON request body field — the Line Item object |