Schema
Specifies the Xero API you want to access, which is exposed through the selected schema in the data model. Each schema corresponds to a specific functional API provided by Xero (for example, Accounting, Payroll, Projects).
Possible Values
ACCOUNTING, ASSETS, PAYROLLAUS, FILES, PROJECTSData Type
string
Default Value
"ACCOUNTING"
Remarks
Set this property to the Xero API you want to access through the connector. The following schemas are supported:
- ACCOUNTING: (Default) Access the core Accounting API, including invoices, contacts, payments, and journals.
- ASSETS: Access the Assets API for managing fixed assets and depreciation schedules.
- PAYROLLAUS: Access the Australian Payroll API to manage employees, timesheets, and pay runs.
- FILES: Access the Files API to manage file storage and attachments within Xero.
- PROJECTS: Access the Projects API to track project time, costs, and profitability.
Only one schema can be accessed per connection. To work with multiple APIs, you must establish separate connections for each schema.