Create A Line Item Group In The Proposal
create_a_line_item_group_in_the_proposal_projectCreates a new line item group in an estimating proposal for a Procore project. Organize cost items by specifying name, multiplier, notes, and pricing override.
Instructions
Create a line item group in the proposal. 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: proposal_id, company_id, project_id, name. Procore API (v2.0): Preconstruction > Estimating. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/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. | |
| project_id | Yes | URL path parameter — unique project identifier | |
| multiplier | No | JSON request body field — the multiplier for this Estimating operation | |
| name | Yes | 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 |