InvoiceLineItems
Create, update, delete, and query QuickBooks Invoice Line Items.
Table Specific Information
Invoices may be inserted, queried, or updated via the Invoices or InvoiceLineItems tables. Invoices may be deleted by using the Invoices table.
Select
All filterable columns support the following operators:
=
!=
>=
<=
>
<
IN
LIKE
CONTAINS
The driver processes other filters client-side within the driver.
Insert
To add an Invoice, specify a Customer and at least one Line Item. For example, the following will insert a new Invoice with two Line Items:\
To add lines to an existing Invoice, You'll need to specify the InvoiceId in the WHERE clause for the INSERT command. For example:\
Update
To update an existing Line Item, you'll need to specify the LineId. You can only update Line Items which have a Detail Type of SalesItemLineDetail.\
Delete
To delete existing Line Items, you'll need to set the LineId and InvoiceId:\
Columns
Last updated