Update A Note Of The Project
update_a_note_of_the_project_companyUpdate an existing estimating note for a project company by providing the note ID, company ID, project ID, and new value.
Instructions
Update a note of the project. Use this to update an existing Estimating records (only the supplied fields are changed). Updates the specified Estimating records and returns the modified object on success. Required parameters: note_id, company_id, project_id, value. Procore API (v2.0): Preconstruction > Estimating. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/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. | |
| project_id | Yes | URL path parameter — unique project identifier | |
| value | Yes | JSON request body field — the value for this Estimating operation |