Create A Line Item Group In The Proposal
create_a_line_item_group_in_the_proposal_companyCreates a line item group in a Procore proposal for Bid Board records. Provide proposal, company, and bid board project IDs, plus a name.
Instructions
Create a line item group in the proposal. Use this to create a new Bid Board records in Procore. Creates a new Bid Board records and returns the created object on success (HTTP 201). Required parameters: proposal_id, company_id, bid_board_project_id, name. Procore API (v2.0): Preconstruction > Bid Board. Endpoint: POST /rest/v2.0/companies/{company_id}/estimating/bid_board_projects/{bid_board_project_id}/proposals/{proposal_id}/line_item_groups
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal_id | Yes | URL path parameter — unique identifier of the proposal | |
| 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 | Yes | 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 |