Create A Proposal In The Project
create_a_proposal_in_the_project_companyCreate a new estimating proposal in a Procore project. Specify company, project, name, and type to generate a proposal record via the Procore API.
Instructions
Create a proposal in 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, name, type. Procore API (v2.0): Preconstruction > Estimating. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/proposals
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 | |
| name | Yes | JSON request body field — the name for this Estimating operation | |
| type | Yes | JSON request body field — the type of the proposal to create. This field is required. | |
| notes | No | JSON request body field — the notes for this Estimating operation | |
| scope_of_work | No | JSON request body field — the scope of work for this Estimating operation | |
| inclusions | No | JSON request body field — the inclusions for this Estimating operation | |
| exclusions | No | JSON request body field — the exclusions for this Estimating operation |