Add-QBOnline Cmdlet
Inserts QuickBooks Online data.
Syntax
Add-QBOnline [parameters]
Remarks
The Add-QBOnline cmdlet allows you to use a syntax similar to SQL INSERT statements to create new QuickBooks Online records.
Add-QBOnline -Connection $connection -Table "Customers" -Columns @("GivenName") -Values @("Trujilo, Ana")