Clone Bid Board Project
clone_bid_board_projectClone an existing Bid Board project to create a new duplicate record. Specify the source project, company, and whether to create as a template.
Instructions
Clone Bid Board project. Use this to duplicate an existing Bid Board records as a new record. Creates a copy of the Bid Board records and returns the newly created object (HTTP 201). Required parameters: bid_board_project_id, company_id, as_template. Procore API (v2.0): Preconstruction > Bid Board. Endpoint: POST /rest/v2.0/companies/{company_id}/estimating/bid_board_projects/{bid_board_project_id}/clone
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 new Bid Board project. | |
| as_template | Yes | JSON request body field — indicates whether the new Bid Board project should be created as a template. |