Cmdlets for Zoho Books

Build 24.0.9060

Select-ZohoBooks Cmdlet

Parameters   Output Objects  

Searches Zoho Books data.

Syntax

Select-ZohoBooks [parameters]

Remarks

The Select-ZohoBooks cmdlet allows you to use a syntax similar to SQL SELECT statements to search Zoho Books data.

$conn = Connect-ZohoBooks -InitiateOAuth "GETANDREFRESH" -OrganizationId "YourOrganizationId"
Select-ZohoBooks -Connection $conn -Table "INVOICES" -Columns @("InvoiceId","InvoiceNumber") -Where "CustomerName='NewTech Industries'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060