Update Advanced Forecasting Rows
update_advanced_forecasting_rowsUpdate advanced forecasting rows to create new Budget records for a company and project using the Procore API.
Instructions
Update Advanced Forecasting Rows. Use this to perform the update advanced action on Budget records. Creates a new Budget records and returns the created object on success (HTTP 201). Required parameters: company_id, project_id. Procore API (v2.0): Construction Financials > Budget. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/advanced_forecastings/rows
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| forecasting_rows | No | JSON request body field — the forecasting rows for this Budget operation |