CData Python Connector for Xero

Build 25.0.9454

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, PROJECTS

Data 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.
Select the schema based on the business function your application needs. For example, use PAYROLLAUS for payroll automation in Australia, or FILES to work with file attachments and documents.

Only one schema can be accessed per connection. To work with multiple APIs, you must establish separate connections for each schema.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454