SSIS Components for Zoho Books

Build 22.0.8509

Stored Procedures

Stored procedures are function-like interfaces that extend the functionality of the component beyond simple SELECT/INSERT/UPDATE/DELETE operations with Zoho Books.

Stored procedures accept a list of parameters, perform their intended function, and then return, if applicable, any relevant response data from Zoho Books, along with an indication of whether the procedure succeeded or failed.

CData SSIS Components for Zoho Books Stored Procedures

Name Description
DownloadAttachment Returns the file attached to the invoice.
DownloadExpenseReceipt Returns the receipt attached to the expense.
DownloadRetainerInvoiceAttachment Returns the file attached to the retainer invoice.
GetOAuthAccessToken Gets an authentication token from Zoho Books.
GetOAuthAuthorizationURL Gets the authorization URL that must be opened separately by the user to grant access to your application. Only needed when developing Web apps. You will request the OAuthAccessToken from this URL.
RefreshOAuthAccessToken Refreshes the OAuth access token used for authentication with ZohoBooks.

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