Update Bid Board Project Custom Field
update_bid_board_project_custom_fieldUpdate a Bid Board project custom field by providing project, field, and company IDs. Only the supplied fields are changed, returning the modified object.
Instructions
Update Bid Board project custom field. 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, custom_field_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}/custom_fields/{custom_field_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bid_board_project_id | Yes | URL path parameter — unique BidBoard project identifier | |
| custom_field_id | Yes | URL path parameter — unique identifier of the custom field | |
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. | |
| value | No | JSON request body field — the new value for the custom field. |