Cmdlets for QuickBooks Time

Build 24.0.9062

Select-TSheets Cmdlet

Parameters   Output Objects  

Searches QuickBooks Time data.

Syntax

Select-TSheets [parameters]

Remarks

The Select-TSheets cmdlet allows you to use a syntax similar to SQL SELECT statements to search QuickBooks Time data.

$conn = Connect-TSheets -OAuthClientId "MyOAuthClientId" -OAuthClientSecret "MyClientSecret" -CallbackURL "MyCallbackURL"
Select-TSheets -Connection $conn -Table "Timesheets" -Columns @("Id","JobcodeId") -Where "JobCodeType='regular'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9062