@@ -6535,6 +6535,7 @@ paths:
6535
6535
parameters:
6536
6536
- $ref: '#/components/parameters/requiredHeader'
6537
6537
get:
6538
+ deprecated: true
6538
6539
security:
6539
6540
- OAuth2:
6540
6541
- accounting.settings
@@ -6543,6 +6544,7 @@ paths:
6543
6544
- Accounting
6544
6545
operationId: getEmployees
6545
6546
summary: Retrieves employees used in Xero payrun
6547
+ description: This endpoint is deprecated and will be removed April 28, 2026
6546
6548
parameters:
6547
6549
- $ref: '#/components/parameters/ifModifiedSince'
6548
6550
- in: query
@@ -6599,13 +6601,15 @@ paths:
6599
6601
Description: Go to external link
6600
6602
UpdatedDateUTC: /Date(1552324737990+0000)/
6601
6603
put:
6604
+ deprecated: true
6602
6605
security:
6603
6606
- OAuth2:
6604
6607
- accounting.settings
6605
6608
tags:
6606
6609
- Accounting
6607
6610
operationId: createEmployees
6608
6611
summary: Creates new employees used in Xero payrun
6612
+ description: This endpoint is deprecated and will be removed April 28, 2026
6609
6613
x-hasAccountingValidationError: true
6610
6614
x-example:
6611
6615
- employee:
@@ -6677,13 +6681,15 @@ paths:
6677
6681
ExternalLink:
6678
6682
Url: http://twitter.com/#!/search/Nick+Fury
6679
6683
post:
6684
+ deprecated: true
6680
6685
security:
6681
6686
- OAuth2:
6682
6687
- accounting.settings
6683
6688
tags:
6684
6689
- Accounting
6685
6690
operationId: updateOrCreateEmployees
6686
6691
summary: Creates a single new employees used in Xero payrun
6692
+ description: This endpoint is deprecated and will be removed April 28, 2026
6687
6693
x-hasAccountingValidationError: true
6688
6694
x-example:
6689
6695
- employee:
@@ -6758,6 +6764,7 @@ paths:
6758
6764
parameters:
6759
6765
- $ref: '#/components/parameters/requiredHeader'
6760
6766
get:
6767
+ deprecated: true
6761
6768
security:
6762
6769
- OAuth2:
6763
6770
- accounting.settings
@@ -6766,6 +6773,7 @@ paths:
6766
6773
- Accounting
6767
6774
operationId: getEmployee
6768
6775
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
6769
6777
parameters:
6770
6778
- $ref: '#/components/parameters/EmployeeID'
6771
6779
responses:
0 commit comments