Create Line Items And Line Item Groups In Bulk To The Project
create_line_items_and_line_item_groups_in_bulk_to_the_project_2Create line items and line item groups in bulk for a Procore project's bid board. Use this to import new bid board records via the Procore API.
Instructions
Create line items and line item groups in bulk to the Project. 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: company_id, bid_board_project_id. Procore API (v2.0): Preconstruction > Bid Board. Endpoint: POST /rest/v2.0/companies/{company_id}/estimating/bid_board_projects/{bid_board_project_id}/import/line_item_groups
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| groups | No | JSON request body field — the groups for this Bid Board operation |