Update Prime Contract Line Item
update_prime_contract_line_item_project_v2_0Updates a line item in a prime change order. Modify fields like amount, description, quantity, unit cost, uom, wbs code, or tax code via the Procore API.
Instructions
Updates a line item for a given prime change order. 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: company_id, project_id, prime_change_order_id, id. Procore API (v2.0): Construction Financials > Prime Contracts. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/prime_change_orders/{prime_change_order_id}/line_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| prime_change_order_id | Yes | URL path parameter — unique identifier for the Prime Change Order. | |
| id | Yes | URL path parameter — unique identifier of the Prime Contracts resource | |
| prime_line_item_id | No | JSON request body field — iD of the prime contract line item associated with this line item | |
| amount | No | JSON request body field — amount - this field is nullable on unit quantity SOVs but NOT amount-based SOVs. For line item creates, if this field is omitted on unit quantity SOVs, the amount will be calculated as quantity * ... | |
| description | No | JSON request body field — the description for this Prime Contracts operation | |
| quantity | No | JSON request body field — quantity - only accepted on unit quantity SOVs | |
| unit_cost | No | JSON request body field — unit cost - only accepted on unit quantity SOVs | |
| uom | No | JSON request body field — unit of measure - only accepted on unit quantity SOVs | |
| wbs_code_id | No | JSON request body field — unique identifier of the wbs code | |
| tax_code_id | No | JSON request body field — unique identifier of the tax code |