Create A Proposal In The Project
create_a_proposal_in_the_project_company_v2_0Add a new bid board proposal to a Procore project. Requires company, project, name, and type (estimate or change order). Optionally include notes, scope, inclusions, and exclusions.
Instructions
Create a proposal in 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, name, type. Procore API (v2.0): Preconstruction > Bid Board. Endpoint: POST /rest/v2.0/companies/{company_id}/estimating/bid_board_projects/{bid_board_project_id}/proposals
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 | |
| name | Yes | JSON request body field — the name for this Bid Board 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 Bid Board operation | |
| scope_of_work | No | JSON request body field — the scope of work for this Bid Board operation | |
| inclusions | No | JSON request body field — the inclusions for this Bid Board operation | |
| exclusions | No | JSON request body field — the exclusions for this Bid Board operation |