Add-ZohoBooks Cmdlet
Inserts Zoho Books data.
Syntax
Add-ZohoBooks [parameters]
Remarks
The Add-ZohoBooks cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Zoho Books records.
Add-ZohoBooks -Connection $connection -Table "INVOICES" -Columns @("InvoiceNumber") -Values @("Jon Doe")