update_bid_board_project_v2_0
Modify Bid Board project details in Procore's preconstruction module, including name, status, due date, and configuration settings for estimating workflows.
Instructions
Update Bid Board project. [Preconstruction/Bid Board] PATCH /rest/v2.0/companies/{company_id}/estimating/bid_board_projects/{bid_board_project_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bid_board_project_id | Yes | Unique BidBoard project identifier | |
| company_id | Yes | Unique company identifier associated with the Procore User Account. | |
| name | No | The name of the Bid Board project. | |
| description | No | The description of the Bid Board project. | |
| due_date | No | The due date of the Bid Board project. | |
| status | No | The current status of the Bid Board project. | |
| archived | No | Indicates whether the Bid Board project is archived. | |
| use_metric_units | No | Indicates whether the Bid Board project uses metric units. | |
| use_tax_from_cost | No | Indicates whether the Bid Board project uses tax calculations based on cost. | |
| individual_labor_rates | No | Indicates whether the Bid Board project uses individual labor rates. | |
| project_number | No | The Bid Board project number. | |
| square_footage | No | The square footage of the Bid Board project. | |
| pricing_locked | No | Indicates whether the Bid Board project pricing is locked. | |
| deleted | No | Indicates whether the Bid Board project is deleted. | |
| address | No | The address associated with the Bid Board project. | |
| is_template | No | Indicates whether the Bid Board project is a template. | |
| use_unit_labor_cost | No | Indicates whether the Bid Board project uses unit labor cost. | |
| wbs_validation_enabled | No | Indicates whether WBS validation is enabled for the Bid Board project. | |
| disable_ea_parts_rounding | No | Indicates whether EA parts rounding is disabled for the Bid Board project. |