xero_add_line_item_to_bill
Add an expense line item to a draft bill in Xero accounting software by specifying description, amount, and account code.
Instructions
Add a line item (expense) to an existing DRAFT bill
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoiceId | Yes | The Xero invoice/bill ID | |
| description | Yes | Description of the expense | |
| amount | Yes | Amount of the expense | |
| accountCode | Yes | Xero account code (e.g., '678' for software) | |
| reference | No | Reference to append (e.g., invoice number) |