timeiq_lineitem_add
Add a new line item row to an existing invoice by providing description, quantity, and rate. Optionally include amount or use dry run to test.
Instructions
Add a new line item details row to an existing invoice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_id | Yes | ||
| description | Yes | ||
| quantity | Yes | ||
| rate | Yes | ||
| amount | No | ||
| dry_run | No |