add_invoice_line
Add a line item to an existing draft invoice by providing description, quantity, unit price, and VAT percentage.
Instructions
Add a line item to an existing draft invoice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_id | Yes | The invoice ID to add the line to | |
| description | Yes | Line item description | |
| quantity | Yes | Quantity | |
| unit_price | Yes | Unit price | |
| vat_percent | Yes | VAT percentage (e.g. 24 for 24%) | |
| discount_percent | No | Discount percentage (0-100) | |
| service_id | No | Optional service/product ID to link |