BILL - Add line to invoice action

The Add line to invoice action adds a line item to an existing invoice in BILL.

Input

FieldDescription
Invoice IDProvide the internal ID of the invoice to update.
Item IDProvide the internal ID of the item associated with the invoice.
DescriptionEnter a description for the invoice.
QuantityEnter the quantity of items sold or the number of hours spent providing the service.
PriceEnter the price per item or hour.
TaxableSpecify whether the line item is taxable or not.

Output

FieldDescription
IDThe ID of the modified invoice.
Is activeThe status of the invoice.
Customer IDThe ID of the customer account associated with the invoice.
CustomerAn object that contains information about the customer account associated with the invoice, such as its ID, Name, Account type, and Parent customer ID.
Job IDThe ID of the job associated with the invoice.
Invoice numberThe user-generated number assigned to the invoice.
Invoice dateThe invoice creation date.
Due dateThe invoice due date.
Created timeThe date and time when the invoice was created.
Updated timeThe date and time when the invoice was last updated.
AmountThe total cost of all items in the invoice.
Amount dueThe outstanding balance owed by the customer.
Payment statusThe payment status of the invoice.
DescriptionProvides a description of the invoice.
PO numberThe purchase order number associated with the invoice.
Is to be printedIndicates whether bill.com prints and mails the invoice to the customer.
Is to be emailedIndicates whether bill.com emails the invoice to the customer.
Item sales taxThe ID of the sales tax applied to all taxable items in the invoice.
Sales tax percentageThe sales tax percentage applied to all taxable items in the invoice.
Sales tax totalThe total amount of sales tax applied to the invoice.
Department IDThe ID of the department associated with the invoice.
Pay to bank account IDThe ID of the bank account receiving the invoice payment.
Pay to chart of account IDThe ID of the chart of accounts receiving the invoice payment.
Invoice line itemsA datatree that contains information about invoice line items, such as their ID, Invoice ID, Item ID, and Description.

Last updated: