Sync-ReckonAccountsHosted Cmdlet
Syncs Reckon Accounts Hosted data.
Syntax
Sync-ReckonAccountsHosted [parameters]
Remarks
The Sync-ReckonAccountsHosted cmdlet allows you to replicate a data source locally and maintain it with the full caching functionality of the cmdlet.
$conn = Connect-ReckonAccountsHosted -SubscriptionKey "test" -CountryVersion "2021.R2.AU" -CompanyFile "Q:/CData Software.QBW" -User "test" -Password "test" -InitiateOAuth "GETANDREFRESH" -CallbackURL "http://localhost:33333" -OAuthClientId "MyOAuthClientID" -OAuthClientSecret "MyOAuthClientSecret" Sync-ReckonAccountsHosted -Connection $conn -Table "Customers"