Add Invoice Line Item
add_invoice_line_itemAdd a billable line item to a draft or sent invoice; totals are recomputed automatically. Blocked once paid/void. invoice_id is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quantity | No | Default 1. | |
| invoice_id | Yes | ||
| unit_price | Yes | ||
| description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |