Create Line Items And Line Item Groups In Bulk To The Project
create_line_items_and_line_item_groups_in_bulk_to_the_projectCreate line items and line item groups in bulk for a Procore project via the estimating import API. Provide company and project IDs.
Instructions
Create line items and line item groups in bulk to the Project. Use this to create a new Estimating records in Procore. Creates a new Estimating records and returns the created object on success (HTTP 201). Required parameters: company_id, project_id. Procore API (v2.0): Preconstruction > Estimating. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/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. | |
| project_id | Yes | URL path parameter — unique project identifier | |
| groups | No | JSON request body field — the groups for this Estimating operation |