> For the complete documentation index, see [llms.txt](https://daton-sarasanalytics.gitbook.io/daton/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/saas-integrations/xero-v2/essential-attributes-and-supported-tables.md).

# Essential Attributes and Supported Tables

### Essential Attributes <a href="#essential-attributes" id="essential-attributes"></a>

The following table lists some of the essential connector attributes and their details:

| Features                        | Details                            |
| ------------------------------- | ---------------------------------- |
| Release Status                  | Released                           |
| Source API Version              | v2                                 |
| Table Selection                 | Yes                                |
| Column Selection                | Yes                                |
| Edit Integration                | Yes                                |
| Replication Type Selection      | No                                 |
| Authentication Parameters       | <p>Xero Email<br>Xero Password</p> |
| Replication Type                | Key Based Replication              |
| Replication Key                 | Date                               |
| Suggested Replication Frequency | 24 hrs                             |

### Supported Tables  <a href="#supported-tables" id="supported-tables"></a>

The following table lists all the tables supported by Daton for the Xero v2 connector:

| Supported Table Names                                                                          |
| ---------------------------------------------------------------------------------------------- |
| [Accounts](https://developer.xero.com/documentation/api/accounting/accounts)                   |
| [Bank\_Transactions](https://developer.xero.com/documentation/api/accounting/banktransactions) |
| [Bank\_Transfers](https://developer.xero.com/documentation/api/accounting/banktransfers)       |
| [Invoices](https://developer.xero.com/documentation/api/accounting/invoices)                   |
| [Contacts](https://developer.xero.com/documentation/api/accounting/contacts)                   |
| [ContactGroups](https://developer.xero.com/documentation/api/accounting/contactgroups)         |
| [CreditNotes](https://developer.xero.com/documentation/api/accounting/creditnotes)             |
| [Currencies](https://developer.xero.com/documentation/api/accounting/currencies)               |
| [Employees](https://developer.xero.com/documentation/api/accounting/employees)                 |

**Note** that when integrating your a with Daton, you can select specific tables based on your requirements for data loading.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/saas-integrations/xero-v2/essential-attributes-and-supported-tables.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
