Update A Line Item Group Of The Proposal
update_a_line_item_group_of_the_proposal_companyUpdate specific fields of a line item group in a Bid Board proposal. Supply proposal_id, line_item_group_id, company_id, and bid_board_project_id to modify name, multiplier, notes, or pricing override.
Instructions
Update a line item group of the proposal. Use this to update an existing Bid Board records (only the supplied fields are changed). Updates the specified Bid Board records and returns the modified object on success. Required parameters: proposal_id, line_item_group_id, company_id, bid_board_project_id. Procore API (v2.0): Preconstruction > Bid Board. Endpoint: PATCH /rest/v2.0/companies/{company_id}/estimating/bid_board_projects/{bid_board_project_id}/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. | |
| bid_board_project_id | Yes | URL path parameter — unique BidBoard project identifier | |
| multiplier | No | JSON request body field — the multiplier for this Bid Board operation | |
| name | No | JSON request body field — the name for this Bid Board operation | |
| pricing_override | No | JSON request body field — the pricing override for this Bid Board operation | |
| notes | No | JSON request body field — the notes for this Bid Board operation |