Update A Manual Forecast Line Item
update_a_manual_forecast_line_itemUpdate an existing manual forecast line item in a Procore project budget. Modify fields such as quantity, unit cost, or description using project ID and line item ID.
Instructions
Update a manual forecast line item for a budget line item. Use this to update an existing Budget records (only the supplied fields are changed). Updates the specified Budget records and returns the modified object on success. Required parameters: project_id, id. Procore API: Construction Financials > Budget. Endpoint: PATCH /rest/v1.0/projects/{project_id}/manual_forecast_line_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier for the manual forecast line item. | |
| budget_line_item_id | No | JSON request body field — identifier of the parent budget line item. NOTE - budget line item id or wbs code id is required | |
| wbs_code_id | No | JSON request body field — wbs code id of the parent budget line item. NOTE - budget line item id or wbs code id is required | |
| description | No | JSON request body field — the description for this Budget operation | |
| quantity | No | JSON request body field — the quantity for this Budget operation | |
| uom | No | JSON request body field — unit of measure | |
| unit_cost | No | JSON request body field — the unit cost for this Budget operation | |
| amount | No | JSON request body field — total amount |