RetainerInvoiceLineItems
Retrieves detail of line items of retainer invoices.
Table Specific Information
Select
The {i will use the Zoho Books API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the {i.
Note: RetainerInvoiceId is required in order to query RetainerInvoiceLineItems.
- RetainerInvoiceId supports the '=' comparison.
SELECT * FROM RetainerInvoiceLineItems WHERE RetainerInvoiceId = '1894663000000085023'
Columns
Name | Type | References | SupportedOperators | Description |
RetainerInvoiceId | String |
RetainerInvoices.RetainerInvoiceId | ID of a retainer invoice. | |
LineItemId [KEY] | String | Id of line item. | ||
AccountId | String |
BankAccounts.AccountId | ID of the Bank Account. | |
BcyRate | Decimal | Rate of Base Currency. | ||
Description | String | Description of the retainer invoice line item. | ||
ItemOrder | Integer | Order of items. | ||
ItemTotal | Decimal | Total number of items in retainer invoice. | ||
Rate | Decimal | Rate of the line item. | ||
TaxId | String |
Taxes.TaxId | Id of tax. | |
TaxName | String | Name of the tax. | ||
TaxPercentage | Integer | Percentage applied for tax. | ||
TaxType | String | Type of tax. |