| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Accounts |
AccountingApi.createAccount(Account account)
200 - A successful request
|
Accounts |
AccountingApi.deleteAccount(UUID accountID)
200 - A successful request
|
Accounts |
AccountingApi.getAccount(UUID accountID)
Allows you to retrieve the full chart of accounts
|
Accounts |
AccountingApi.getAccounts(org.threeten.bp.OffsetDateTime ifModifiedSince,
String where,
String order)
Allows you to retrieve the full chart of accounts
|
Accounts |
AccountingApi.updateAccount(UUID accountID,
Accounts accounts)
200 - A successful request
|
| Modifier and Type | Method and Description |
|---|---|
Accounts |
AccountingApi.updateAccount(UUID accountID,
Accounts accounts)
200 - A successful request
|
| Modifier and Type | Method and Description |
|---|---|
Accounts |
Accounts.accounts(List<Account> accounts) |
Accounts |
Accounts.addAccountsItem(Account accountsItem) |
Copyright © 2018. All rights reserved.