POST /rest/v2.0/companies/{company_id}/estimating/bid_board_projects
Create Bid Board projectServers
- https://api.procore.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
company_id |
String | Yes |
Unique company identifier associated with the Procore User Account. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
individual_labor_rates |
Boolean | No |
Indicates whether the Bid Board project uses individual labor rates. |
description |
String | No |
The description of the Bid Board project. |
status |
String | Yes |
The current status of the project. Valid values:
|
use_unit_labor_cost |
Boolean | No |
Indicates whether the Bid Board project uses unit labor cost. |
square_footage |
Number | No |
The square footage of the Bid Board project. |
is_template |
Boolean | No |
Indicates whether the Bid Board project is a template. |
disable_ea_parts_rounding |
Boolean | No |
Indicates whether EA parts rounding is disabled for the Bid Board project. |
name |
String | Yes |
The name of the Bid Board project. |
use_metric_units |
Boolean | No |
Indicates whether the Bid Board project uses metric units. |
use_tax_from_cost |
Boolean | No |
Indicates whether the Bid Board project uses tax calculations based on cost. |
wbs_validation_enabled |
Boolean | No |
Indicates whether WBS validation is enabled for the Bid Board project. |
address |
Object | No |
The address associated with the Bid Board project. |
address.zip |
String | No |
The zip code of the address. |
address.state |
String | No |
The state of the address. |
address.country |
String | No |
The country of the address. |
address.street |
String | No |
The street address. |
address.city |
String | No |
The city of the address. |
due_date |
String | No |
The due date of the Bid Board project. |
project_number |
String | No |
The Bid Board project number. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.