Schema Parameter (Connect-Xero Cmdlet)
The Xero API you want to access as a database schema.
Syntax
Connect-Xero -Schema string
Possible Values
ACCOUNTING, ASSETS, PAYROLLAUS, FILES, PROJECTSData Type
cstr
Default Value
"ACCOUNTING"
Remarks
The cmdlet supports the Accounting API, the Assets API, the Australian Payroll API, the Files API and the Projects API. Set the Schema connection property to Accounting, Assets, PayrollAUS, Files or Projects to connect to one of the corresponding APIs.
This is a required parameter.