Create Bid Board Project
create_bid_board_projectCreate a new Bid Board project in Procore by providing company, name, and status. Returns the created object on success.
Instructions
Create Bid Board 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, name, status. Procore API (v2.0): Preconstruction > Bid Board. Endpoint: POST /rest/v2.0/companies/{company_id}/estimating/bid_board_projects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. | |
| name | Yes | JSON request body field — the name of the Bid Board project. | |
| description | No | JSON request body field — the description of the Bid Board project. | |
| due_date | No | JSON request body field — the due date of the Bid Board project. | |
| status | Yes | JSON request body field — the current status of the project. | |
| use_metric_units | No | JSON request body field — indicates whether the Bid Board project uses metric units. | |
| use_tax_from_cost | No | JSON request body field — indicates whether the Bid Board project uses tax calculations based on cost. | |
| individual_labor_rates | No | JSON request body field — indicates whether the Bid Board project uses individual labor rates. | |
| project_number | No | JSON request body field — the Bid Board project number. | |
| square_footage | No | JSON request body field — the square footage of the Bid Board project. | |
| address | No | JSON request body field — the address associated with the Bid Board project. | |
| is_template | No | JSON request body field — indicates whether the Bid Board project is a template. | |
| use_unit_labor_cost | No | JSON request body field — indicates whether the Bid Board project uses unit labor cost. | |
| wbs_validation_enabled | No | JSON request body field — indicates whether WBS validation is enabled for the Bid Board project. | |
| disable_ea_parts_rounding | No | JSON request body field — indicates whether EA parts rounding is disabled for the Bid Board project. |