Skip to content

Commit

Permalink
Merge pull request #595 from ronnel-santiago-xero/apib-5518_pagesizeQ…
Browse files Browse the repository at this point in the history
…ueryParam-xero

Update xero_accounting.yaml
  • Loading branch information
sangeet-joy-tw authored Jun 27, 2024
2 parents 68417e7 + 5e4c593 commit d773c36
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions xero_accounting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1338,6 +1338,7 @@ paths:
schema:
type: integer
- $ref: '#/components/parameters/unitdp'
- $ref: '#/components/parameters/pageSize'
responses:
'200':
description: Success - return response of type BankTransactions array with 0 to n BankTransaction
Expand Down Expand Up @@ -3743,6 +3744,7 @@ paths:
example: "Joe Bloggs"
schema:
type: string
- $ref: '#/components/parameters/pageSize'
responses:
'200':
description: Success - return response of type Contacts array with 0 to N Contact
Expand Down Expand Up @@ -5585,6 +5587,7 @@ paths:
schema:
type: integer
- $ref: '#/components/parameters/unitdp'
- $ref: '#/components/parameters/pageSize'
responses:
'200':
description: Success - return response of type Credit Notes array of CreditNote
Expand Down Expand Up @@ -8251,6 +8254,7 @@ paths:
type: boolean
- $ref: '#/components/parameters/unitdp'
- $ref: '#/components/parameters/summaryOnly'
- $ref: '#/components/parameters/pageSize'
responses:
'200':
description: Success - return response of type Invoices array with all Invoices
Expand Down Expand Up @@ -10999,6 +11003,7 @@ paths:
example: 1
schema:
type: integer
- $ref: '#/components/parameters/pageSize'
responses:
'200':
description: Success - return response of type ManualJournals array with a all ManualJournals
Expand Down Expand Up @@ -12811,6 +12816,7 @@ paths:
example: 1
schema:
type: integer
- $ref: '#/components/parameters/pageSize'
responses:
'200':
description: Success - return response of type Payments array for all Payments
Expand Down Expand Up @@ -14291,6 +14297,7 @@ paths:
example: 1
schema:
type: integer
- $ref: '#/components/parameters/pageSize'
responses:
'200':
description: Success - return response of type PurchaseOrder array of all PurchaseOrder
Expand Down Expand Up @@ -23447,6 +23454,13 @@ components:
schema:
type: string
format: date
pageSize:
in: query
name: pageSize
description: Number of records to retrieve per page
example: 100
schema:
type: integer
AccountID:
required: true
in: path
Expand Down

0 comments on commit d773c36

Please sign in to comment.