Update Bid Board Project
update_bid_board_projectUpdate an existing Bid Board project by modifying only the supplied fields. Returns the updated project object.
Instructions
Update Bid Board project. Use this to update an existing Bid Board records (only the supplied fields are changed). Updates the specified Bid Board records and returns the modified object on success. Required parameters: bid_board_project_id, company_id. Procore API (v2.0): Preconstruction > Bid Board. Endpoint: 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 | URL path parameter — unique BidBoard project identifier | |
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. | |
| name | No | 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 | No | JSON request body field — the current status of the Bid Board project. | |
| archived | No | JSON request body field — indicates whether the Bid Board project is archived. | |
| 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. | |
| pricing_locked | No | JSON request body field — indicates whether the Bid Board project pricing is locked. | |
| deleted | No | JSON request body field — indicates whether the Bid Board project is deleted. | |
| 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. |