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