Update A Note Of The Project
update_a_note_of_the_project_company_v2_0Update an existing note on a Bid Board project using the Procore API. Provide note ID, company ID, project ID, and new value to modify the record.
Instructions
Update a note of the 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: note_id, company_id, bid_board_project_id, value. Procore API (v2.0): Preconstruction > Bid Board. Endpoint: PATCH /rest/v2.0/companies/{company_id}/estimating/bid_board_projects/{bid_board_project_id}/notes/{note_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | URL path parameter — unique identifier of the note | |
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. | |
| bid_board_project_id | Yes | URL path parameter — unique BidBoard project identifier | |
| value | Yes | JSON request body field — the value for this Bid Board operation |