Create A Manual Forecast Line Item
create_a_manual_forecast_line_itemCreates a manual forecast line item in Procore to add budget records. Specify project, budget line item or WBS code, and optional details like quantity and cost.
Instructions
Create a manual forecast line item for a budget line item. Use this to create a new Budget records in Procore. Creates a new Budget records and returns the created object on success (HTTP 201). Required parameters: project_id. Procore API: Construction Financials > Budget. Endpoint: POST /rest/v1.0/projects/{project_id}/manual_forecast_line_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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 |