Create Budget Line Item
create_budget_line_itemAdd a new budget line item to a Procore project using the project ID and budget line item object. Returns the created record.
Instructions
Add a new line item to a budget. 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, budget_line_item. Procore API (v1.1): Construction Financials > Budget. Endpoint: POST /rest/v1.1/budget_line_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| budget_line_item | Yes | JSON request body field — budget Line Item object |