create_budget_line
Add a new BOQ line to a budget by providing either planned quantity and unit cost, or a lump-sum total for the line. Use it to build detailed project budgets.
Instructions
Add a new BOQ line to a budget. Either give planned_qty + planned_unit_cost, or set is_lump_sum=True with planned_total_cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| uom_id | No | ||
| task_id | No | ||
| boq_code | No | ||
| budget_id | Yes | ||
| product_id | No | ||
| section_id | Yes | ||
| is_lump_sum | No | ||
| planned_qty | No | ||
| work_package_id | No | ||
| cost_category_id | Yes | ||
| planned_unit_cost | No | ||
| planned_total_cost | No | ||
| analytic_account_id | No |