Read an invoice line item
Reads a single invoice line item from the InvoiceItems table by specifying the Id. This example demonstrates how to filter results to a specific line item using the WHERE clause.
SELECT * FROM InvoiceItems
WHERE Id = 'abc'