You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[**get_tracking_category**](AccountingApi.md#get_tracking_category) | **GET** /TrackingCategories/{TrackingCategoryID} | Allows you to retrieve tracking categories and options for specified category
192
192
[**get_user**](AccountingApi.md#get_user) | **GET** /Users/{UserID} | Allows you to retrieve a specified user
193
193
[**get_users**](AccountingApi.md#get_users) | **GET** /Users | Allows you to retrieve users
194
+
[**post_setup**](AccountingApi.md#post_setup) | **POST** /Setup | Allows you to set the chart of accounts, the conversion date and conversion balances
194
195
[**update_account**](AccountingApi.md#update_account) | **POST** /Accounts/{AccountID} | Allows you to update a chart of accounts
195
196
[**update_account_attachment_by_file_name**](AccountingApi.md#update_account_attachment_by_file_name) | **POST** /Accounts/{AccountID}/Attachments/{FileName} | Allows you to update Attachment on Account by Filename
196
197
[**update_bank_transaction**](AccountingApi.md#update_bank_transaction) | **POST** /BankTransactions/{BankTransactionID} | Allows you to update a single spend or receive money transaction
@@ -12441,6 +12442,69 @@ Name | Type | Description | Notes
12441
12442
12442
12443
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
**xero_tenant_id** | **str**| Xero identifier for Tenant |
12491
+
**setup** | [**Setup**](Setup.md)| Object including an accounts array, a conversion balances array and a conversion date object in body of request |
12492
+
12493
+
### Return type
12494
+
12495
+
[**ImportSummaryObject**](ImportSummaryObject.md)
12496
+
12497
+
### Authorization
12498
+
12499
+
[OAuth2](../README.md#OAuth2)
12500
+
12501
+
### HTTP request headers
12502
+
12503
+
- **Content-Type**: application/json
12504
+
- **Accept**: application/json
12505
+
12506
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
**balance** | **float** | The opening balances of the account. Debits are positive, credits are negative values | [optional]
7
+
**currency_code** | **str** | The currency of the balance (Not required for base currency) | [optional]
8
+
**currency_rate** | **float** | (Optional) Exchange rate to base currency when money is spent or received. If not specified, XE rate for the day is applied | [optional]
9
+
10
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**month** | **int** | The month the organisation starts using Xero. Value is an integer between 1 and 12 | [optional]
7
+
**year** | **int** | The year the organisation starts using Xero. Value is an integer greater than 2006 | [optional]
8
+
9
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**total** | **float** | The total number of accounts in the org | [optional]
7
+
**new** | **float** | The number of new accounts created | [optional]
8
+
**updated** | **float** | The number of accounts updated | [optional]
9
+
**deleted** | **float** | The number of accounts deleted | [optional]
10
+
**locked** | **float** | The number of locked accounts | [optional]
11
+
**system** | **float** | The number of system accounts | [optional]
12
+
**errored** | **float** | The number of accounts that had an error | [optional]
13
+
**present** | **bool** | | [optional]
14
+
**new_or_updated** | **float** | The number of new or updated accounts | [optional]
15
+
16
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments