ADO.NET Provider for Zoho Books

Build 26.0.9655

BankAccountLastImportedStatement

Retrieves the details of previously imported statement for the account.

Table Specific Information

Select

The provider uses the Zoho Books API to process WHERE clause conditions built with the AccountId column, which supports '=,IN' comparisons.

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

For example:

    SELECT * FROM BankAccountLastImportedStatement WHERE accountid = '3255827000000101306'

    SELECT * FROM BankAccountLastImportedStatement WHERE accountid IN ('3255827000000101306', '3255827000000101223')

Columns

Name Type References SupportedOperators Description
StatementId [KEY] Long The Statement Id
AccountId String

BankAccounts.AccountId

= The Id of the Bank/Credit Card account
FromDate Date The From Date
Source String Source
ToDate Date The To Date
Transactions String Transactions

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655