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
12 changes: 12 additions & 0 deletions xero_accounting.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
openapi: 3.0.0
info:

Check warning on line 2 in xero_accounting.yaml

View workflow job for this annotation

GitHub Actions / lint

info-description Info "description" must be present and non-empty string.
title: Xero Accounting API
version: 9.1.1
termsOfService: https://developer.xero.com/xero-developer-platform-terms-conditions/
Expand Down Expand Up @@ -2904,7 +2904,7 @@
schema:
type: string
format: binary
post:

Check warning on line 2907 in xero_accounting.yaml

View workflow job for this annotation

GitHub Actions / lint

xero-operation-summary Operations should have summaries
security:
- OAuth2:
- accounting.attachments
Expand Down Expand Up @@ -2945,7 +2945,7 @@
schema:
type: string
format: byte
put:

Check warning on line 2948 in xero_accounting.yaml

View workflow job for this annotation

GitHub Actions / lint

xero-operation-summary Operations should have summaries
security:
- OAuth2:
- accounting.attachments
Expand Down Expand Up @@ -3241,7 +3241,7 @@
get:
security:
- OAuth2:
- accounting.budgets.read

Check warning on line 3244 in xero_accounting.yaml

View workflow job for this annotation

GitHub Actions / lint

oas3-operation-security-defined "accounting.budgets.read" must be listed among scopes.
tags:
- Accounting
operationId: getBudgets
Expand Down Expand Up @@ -3311,7 +3311,7 @@
get:
security:
- OAuth2:
- accounting.budgets.read

Check warning on line 3314 in xero_accounting.yaml

View workflow job for this annotation

GitHub Actions / lint

oas3-operation-security-defined "accounting.budgets.read" must be listed among scopes.
tags:
- Accounting
operationId: getBudget
Expand Down Expand Up @@ -3479,6 +3479,8 @@
CompanyNumber: NumberBusiness1234
EmailAddress: [email protected]
BankAccountDetails: ""
TaxNumber: ""
TaxNumbeType: ""
Addresses:
- AddressType: STREET
City: ""
Expand Down Expand Up @@ -3534,6 +3536,8 @@
LastName: Parker
EmailAddress: [email protected]
BankAccountDetails: ""
TaxNumber: ""
TaxNumbeType: ""
Addresses:
- AddressType: STREET
City: ""
Expand Down Expand Up @@ -4478,7 +4482,7 @@
schema:
type: string
format: binary
post:

Check warning on line 4485 in xero_accounting.yaml

View workflow job for this annotation

GitHub Actions / lint

xero-operation-summary Operations should have summaries
security:
- OAuth2:
- accounting.attachments
Expand Down Expand Up @@ -4519,7 +4523,7 @@
schema:
type: string
format: byte
put:

Check warning on line 4526 in xero_accounting.yaml

View workflow job for this annotation

GitHub Actions / lint

xero-operation-summary Operations should have summaries
security:
- OAuth2:
- accounting.attachments
Expand Down Expand Up @@ -21160,6 +21164,14 @@
description: Tax number of contact – this is also known as the ABN (Australia), GST Number (New Zealand), VAT Number (UK) or Tax ID Number (US and global) in the Xero UI depending on which regionalized version of Xero you are using (max length = 50)
maxLength: 50
type: string
TaxNumberType:
description: Identifier of the regional type of tax number, such as US, UK, or other regional tax identifiers
type: string
enum:
- SSN
- EIN
- ITIN
- ATIN
AccountsReceivableTaxType:
description: The tax type from TaxRates
type: string
Expand Down
Loading