Creates Or Updates A Budget Note For A Budget Or A Forecasting Row
creates_or_updates_a_budget_note_for_a_budget_or_a_forecastingCreate or update a budget note for a budget or forecasting row using company, project, and WBS code IDs. Provide note text and optional custom label.
Instructions
Creates or updates a budget note for a budget or a forecasting row. Use this to perform the creates or action on Budget records. Creates a new Budget records and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, wbs_code_id. Procore API (v2.0): Construction Financials > Budget. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/budget_notes/{wbs_code_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| project_id | Yes | URL path parameter — unique identifier for the Procore project | |
| wbs_code_id | Yes | URL path parameter — unique identifier of the wbs code | |
| note | No | JSON request body field — a note for a budget or a forecasting row | |
| label | No | JSON request body field — the custom name you have assigned to your Budget Note column. Use 'Notes' if using the default name |