Skip to content

Commit f9236f1

Browse files
Mark Accounting API Employee endpoints as deprecated
1 parent c854148 commit f9236f1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

xero_accounting.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6535,6 +6535,7 @@ paths:
65356535
parameters:
65366536
- $ref: '#/components/parameters/requiredHeader'
65376537
get:
6538+
deprecated: true
65386539
security:
65396540
- OAuth2:
65406541
- accounting.settings
@@ -6543,6 +6544,7 @@ paths:
65436544
- Accounting
65446545
operationId: getEmployees
65456546
summary: Retrieves employees used in Xero payrun
6547+
description: This endpoint is deprecated and will be removed April 28, 2026
65466548
parameters:
65476549
- $ref: '#/components/parameters/ifModifiedSince'
65486550
- in: query
@@ -6599,13 +6601,15 @@ paths:
65996601
Description: Go to external link
66006602
UpdatedDateUTC: /Date(1552324737990+0000)/
66016603
put:
6604+
deprecated: true
66026605
security:
66036606
- OAuth2:
66046607
- accounting.settings
66056608
tags:
66066609
- Accounting
66076610
operationId: createEmployees
66086611
summary: Creates new employees used in Xero payrun
6612+
description: This endpoint is deprecated and will be removed April 28, 2026
66096613
x-hasAccountingValidationError: true
66106614
x-example:
66116615
- employee:
@@ -6677,13 +6681,15 @@ paths:
66776681
ExternalLink:
66786682
Url: http://twitter.com/#!/search/Nick+Fury
66796683
post:
6684+
deprecated: true
66806685
security:
66816686
- OAuth2:
66826687
- accounting.settings
66836688
tags:
66846689
- Accounting
66856690
operationId: updateOrCreateEmployees
66866691
summary: Creates a single new employees used in Xero payrun
6692+
description: This endpoint is deprecated and will be removed April 28, 2026
66876693
x-hasAccountingValidationError: true
66886694
x-example:
66896695
- employee:
@@ -6758,6 +6764,7 @@ paths:
67586764
parameters:
67596765
- $ref: '#/components/parameters/requiredHeader'
67606766
get:
6767+
deprecated: true
67616768
security:
67626769
- OAuth2:
67636770
- accounting.settings
@@ -6766,6 +6773,7 @@ paths:
67666773
- Accounting
67676774
operationId: getEmployee
67686775
summary: Retrieves a specific employee used in Xero payrun using a unique employee Id
6776+
description: This endpoint is deprecated and will be removed April 28, 2026
67696777
parameters:
67706778
- $ref: '#/components/parameters/EmployeeID'
67716779
responses:

0 commit comments

Comments
 (0)