Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions xero_accounting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6535,6 +6535,7 @@ paths:
parameters:
- $ref: '#/components/parameters/requiredHeader'
get:
deprecated: true
security:
- OAuth2:
- accounting.settings
Expand All @@ -6543,6 +6544,7 @@ paths:
- Accounting
operationId: getEmployees
summary: Retrieves employees used in Xero payrun
description: This endpoint is deprecated and will be removed April 28, 2026
parameters:
- $ref: '#/components/parameters/ifModifiedSince'
- in: query
Expand Down Expand Up @@ -6599,13 +6601,15 @@ paths:
Description: Go to external link
UpdatedDateUTC: /Date(1552324737990+0000)/
put:
deprecated: true
security:
- OAuth2:
- accounting.settings
tags:
- Accounting
operationId: createEmployees
summary: Creates new employees used in Xero payrun
description: This endpoint is deprecated and will be removed April 28, 2026
x-hasAccountingValidationError: true
x-example:
- employee:
Expand Down Expand Up @@ -6677,13 +6681,15 @@ paths:
ExternalLink:
Url: http://twitter.com/#!/search/Nick+Fury
post:
deprecated: true
security:
- OAuth2:
- accounting.settings
tags:
- Accounting
operationId: updateOrCreateEmployees
summary: Creates a single new employees used in Xero payrun
description: This endpoint is deprecated and will be removed April 28, 2026
x-hasAccountingValidationError: true
x-example:
- employee:
Expand Down Expand Up @@ -6758,6 +6764,7 @@ paths:
parameters:
- $ref: '#/components/parameters/requiredHeader'
get:
deprecated: true
security:
- OAuth2:
- accounting.settings
Expand All @@ -6766,6 +6773,7 @@ paths:
- Accounting
operationId: getEmployee
summary: Retrieves a specific employee used in Xero payrun using a unique employee Id
description: This endpoint is deprecated and will be removed April 28, 2026
parameters:
- $ref: '#/components/parameters/EmployeeID'
responses:
Expand Down