Skip to content

Commit fe11957

Browse files
Merge branch 'XeroAPI:master' into update-currency-codes
2 parents c2e39ab + 2a93d36 commit fe11957

11 files changed

+323
-19
lines changed

xero-app-store.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.37.0"
3+
version: "2.38.0"
44
title: Xero AppStore API
55
description: These endpoints are for Xero Partners to interact with the App Store Billing platform
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-finance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.37.0"
3+
version: "2.38.0"
44
title: Xero Finance API
55
description: The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital.
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-identity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.37.0"
3+
version: "2.38.0"
44
title: Xero OAuth 2 Identity Service API
55
description: These endpoints are related to managing authentication tokens and identity for Xero API
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-payroll-au.yaml

Lines changed: 298 additions & 9 deletions
Large diffs are not rendered by default.

xero-payroll-nz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: '2.37.0'
3+
version: '2.38.0'
44
title: 'Xero Payroll NZ'
55
description: 'This is the Xero Payroll API for orgs in the NZ region.'
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-payroll-uk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: '2.37.0'
3+
version: '2.38.0'
44
title: 'Xero Payroll UK'
55
description: 'This is the Xero Payroll API for orgs in the UK region.'
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-projects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.37.0"
3+
version: "2.38.0"
44
title: Xero Projects API
55
description: This is the Xero Projects API
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero_accounting.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.0
22
info:
33
title: Xero Accounting API
4-
version: "2.37.0"
4+
version: "2.38.0"
55
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
66
contact:
77
name: "Xero Platform Team"
@@ -28035,6 +28035,16 @@ components:
2803528035
- TXRCREY23
2803628036
- TXRCESSY23
2803728037
- TXRCTSY23
28038+
- IM
28039+
- IMY23
28040+
- IMESS
28041+
- IMESSY23
28042+
- IMN33
28043+
- IMN33Y23
28044+
- IMRE
28045+
- IMREY23
28046+
- BADDEBTRECOVERY
28047+
- BADDEBTRECOVERYY23
2803828048
Setup:
2803928049
externalDocs:
2804028050
url: 'https://developer.xero.com/documentation/api-guides/conversions'
@@ -28271,6 +28281,11 @@ components:
2827128281
- SROVRRS
2827228282
- SROVRLVG
2827328283
- SRLVG
28284+
- IM
28285+
- IMESS
28286+
- IMN33
28287+
- IMRE
28288+
- BADDEBTRECOVERY
2827428289
CanApplyToAssets:
2827528290
description: Boolean to describe if tax rate can be used for asset accounts i.e. true,false
2827628291
readOnly: true

xero_assets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.37.0"
3+
version: "2.38.0"
44
title: Xero Assets API
55
description: The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero_bankfeeds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.37.0"
3+
version: "2.38.0"
44
title: Xero Bank Feeds API
55
description: The Bank Feeds API is a closed API that is only available to financial institutions that have an established financial services partnership with Xero.
66
If you're an existing financial services partner that wants access, contact your local Partner Manager.

xero_files.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ servers:
44
url: https://api.xero.com/files.xro/1.0/
55
info:
66
title: Xero Files API
7-
version: "2.37.0"
7+
version: "2.38.0"
88
description: "These endpoints are specific to Xero Files API"
99
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
1010
contact:

0 commit comments

Comments
 (0)