Update A Line Item Group Of The Proposal
update_a_line_item_group_of_the_proposal_projectUpdate an existing line item group in a proposal by modifying specified fields such as name, multiplier, notes, or pricing override. Returns the updated object.
Instructions
Update a line item group of the proposal. Use this to update an existing Estimating records (only the supplied fields are changed). Updates the specified Estimating records and returns the modified object on success. Required parameters: proposal_id, line_item_group_id, company_id, project_id. Procore API (v2.0): Preconstruction > Estimating. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/proposals/{proposal_id}/line_item_groups/{line_item_group_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal_id | Yes | URL path parameter — unique identifier of the proposal | |
| line_item_group_id | Yes | URL path parameter — unique identifier of the line item group | |
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. | |
| project_id | Yes | URL path parameter — unique project identifier | |
| multiplier | No | JSON request body field — the multiplier for this Estimating operation | |
| name | No | JSON request body field — the name for this Estimating operation | |
| pricing_override | No | JSON request body field — the pricing override for this Estimating operation | |
| notes | No | JSON request body field — the notes for this Estimating operation |