Create A Note In The Project
create_a_note_in_the_project_company_v2_0Create a note on a Procore Bid Board project for a specified company, using the provided value as the note content.
Instructions
Create a note in the project. Use this to create a new Bid Board records in Procore. Creates a new Bid Board records and returns the created object on success (HTTP 201). Required parameters: company_id, bid_board_project_id, value. Procore API (v2.0): Preconstruction > Bid Board. Endpoint: POST /rest/v2.0/companies/{company_id}/estimating/bid_board_projects/{bid_board_project_id}/notes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |