create_item
Add a new item to a BOQ section with required code, name, and unit. Optionally specify quantity, price, description, order, and notes.
Instructions
Create a BOQ item under a section.
code is exactly 2 digits (e.g. '01') — the full path code is composed up the
chapter/section/item tree. unit must be one of: m, m2, m3, unit, kg, ton, lm, ls, No., set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section_id | Yes | ||
| code | Yes | ||
| name | Yes | ||
| unit | Yes | ||
| quantity | No | ||
| unit_price | No | ||
| description | No | ||
| order | No | ||
| notes | No |