Create Budget Line Item
create_budget_line_itemCreate a budget line item for a Procore project and receive its new ID. Returns error details for invalid tokens, permissions, or missing projects.
Instructions
Add a new line item to a budget. Creates the budget line item and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |