|
2 | 2 | * Xero Accounting API |
3 | 3 | * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) |
4 | 4 | * |
5 | | - * The version of the OpenAPI document: 9.0.0 |
| 5 | + * The version of the OpenAPI document: 9.1.0 |
6 | 6 | |
7 | 7 | * |
8 | 8 | * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). |
@@ -102,7 +102,7 @@ public class AccountingApi { |
102 | 102 | private ApiClient apiClient; |
103 | 103 | private static AccountingApi instance = null; |
104 | 104 | private String userAgent = "Default"; |
105 | | - private String version = "12.0.0"; |
| 105 | + private String version = "12.1.0"; |
106 | 106 | static final Logger logger = LoggerFactory.getLogger(AccountingApi.class); |
107 | 107 |
|
108 | 108 | /** AccountingApi */ |
@@ -3813,7 +3813,8 @@ public HttpResponse createCurrencyForHttpResponse( |
3813 | 3813 | } |
3814 | 3814 |
|
3815 | 3815 | /** |
3816 | | - * Creates new employees used in Xero payrun |
| 3816 | + * Creates new employees used in Xero payrun This endpoint is deprecated and will be removed April |
| 3817 | + * 28, 2026 |
3817 | 3818 | * |
3818 | 3819 | * <p><b>200</b> - Success - return response of type Employees array with new Employee |
3819 | 3820 | * |
@@ -3870,7 +3871,8 @@ public Employees createEmployees( |
3870 | 3871 | } |
3871 | 3872 |
|
3872 | 3873 | /** |
3873 | | - * Creates new employees used in Xero payrun |
| 3874 | + * Creates new employees used in Xero payrun This endpoint is deprecated and will be removed April |
| 3875 | + * 28, 2026 |
3874 | 3876 | * |
3875 | 3877 | * <p><b>200</b> - Success - return response of type Employees array with new Employee |
3876 | 3878 | * |
@@ -15972,7 +15974,8 @@ public HttpResponse getCurrenciesForHttpResponse( |
15972 | 15974 | } |
15973 | 15975 |
|
15974 | 15976 | /** |
15975 | | - * Retrieves a specific employee used in Xero payrun using a unique employee Id |
| 15977 | + * Retrieves a specific employee used in Xero payrun using a unique employee Id This endpoint is |
| 15978 | + * deprecated and will be removed April 28, 2026 |
15976 | 15979 | * |
15977 | 15980 | * <p><b>200</b> - Success - return response of type Employees array with specified Employee |
15978 | 15981 | * |
@@ -16005,7 +16008,8 @@ public Employees getEmployee(String accessToken, String xeroTenantId, UUID emplo |
16005 | 16008 | } |
16006 | 16009 |
|
16007 | 16010 | /** |
16008 | | - * Retrieves a specific employee used in Xero payrun using a unique employee Id |
| 16011 | + * Retrieves a specific employee used in Xero payrun using a unique employee Id This endpoint is |
| 16012 | + * deprecated and will be removed April 28, 2026 |
16009 | 16013 | * |
16010 | 16014 | * <p><b>200</b> - Success - return response of type Employees array with specified Employee |
16011 | 16015 | * |
@@ -16059,7 +16063,8 @@ public HttpResponse getEmployeeForHttpResponse( |
16059 | 16063 | } |
16060 | 16064 |
|
16061 | 16065 | /** |
16062 | | - * Retrieves employees used in Xero payrun |
| 16066 | + * Retrieves employees used in Xero payrun This endpoint is deprecated and will be removed April |
| 16067 | + * 28, 2026 |
16063 | 16068 | * |
16064 | 16069 | * <p><b>200</b> - Success - return response of type Employees array with all Employee |
16065 | 16070 | * |
@@ -16100,7 +16105,8 @@ public Employees getEmployees( |
16100 | 16105 | } |
16101 | 16106 |
|
16102 | 16107 | /** |
16103 | | - * Retrieves employees used in Xero payrun |
| 16108 | + * Retrieves employees used in Xero payrun This endpoint is deprecated and will be removed April |
| 16109 | + * 28, 2026 |
16104 | 16110 | * |
16105 | 16111 | * <p><b>200</b> - Success - return response of type Employees array with all Employee |
16106 | 16112 | * |
@@ -30491,7 +30497,8 @@ public HttpResponse updateOrCreateCreditNotesForHttpResponse( |
30491 | 30497 | } |
30492 | 30498 |
|
30493 | 30499 | /** |
30494 | | - * Creates a single new employees used in Xero payrun |
| 30500 | + * Creates a single new employees used in Xero payrun This endpoint is deprecated and will be |
| 30501 | + * removed April 28, 2026 |
30495 | 30502 | * |
30496 | 30503 | * <p><b>200</b> - Success - return response of type Employees array with new Employee |
30497 | 30504 | * |
@@ -30548,7 +30555,8 @@ public Employees updateOrCreateEmployees( |
30548 | 30555 | } |
30549 | 30556 |
|
30550 | 30557 | /** |
30551 | | - * Creates a single new employees used in Xero payrun |
| 30558 | + * Creates a single new employees used in Xero payrun This endpoint is deprecated and will be |
| 30559 | + * removed April 28, 2026 |
30552 | 30560 | * |
30553 | 30561 | * <p><b>200</b> - Success - return response of type Employees array with new Employee |
30554 | 30562 | * |
|
0 commit comments