SSIS Components for Zoho Books

Build 22.0.8509

ProjectInvoices

Retrieves list of invoices created for a project.

Table Specific Information

Select

The component uses the Zoho Books API to process WHERE clause conditions built with the following column and operator:

  • ProjectId supports the '=' comparison.

The rest of the filter is executed client-side in the component.

For example:

    SELECT * FROM ProjectInvoices WHERE ProjectId = '1894553000000012367'

Columns

Name Type References SupportedOperators Description
InvoiceId [KEY] String

Invoices.InvoiceId

ID of an invoice.
InvoiceNumber String Number of an invoice.
ProjectId String

Projects.ProjectId

Id of a project.
Balance Decimal Total amount available in invoice.
CreatedTime Datetime Time at which the project invoice was created.
CustomerId String

Contacts.ContactId

ID of the customer or vendor.
CustomerName String Name of the customer or vendor.
Date Date Date of project invoice.
DueDate Date Delivery date of the project invoice.
ReferenceNumber String Reference number of project invoice.
Status String Status of the project invoice
Total Decimal Total of project invoices.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8509