Add-Xero Cmdlet
Inserts Xero data.
Syntax
Add-Xero [parameters]
Remarks
The Add-Xero cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Xero records.
Add-Xero -Connection $connection -Table "Contacts" -Columns @("Name") -Values @("John Doe")