Create A Note In The Project
create_a_note_in_the_project_companyCreate a new note for estimating records in a Procore project. Provide company ID, project ID, and note value to record estimating information.
Instructions
Create a note in the project. Use this to create a new Estimating records in Procore. Creates a new Estimating records and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, value. Procore API (v2.0): Preconstruction > Estimating. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/notes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. | |
| project_id | Yes | URL path parameter — unique project identifier | |
| value | Yes | JSON request body field — the value for this Estimating operation |