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