Skip to content

Commit

Permalink
[APIB-5518] Adds the pageSize query parameter to GET /Overpayments an…
Browse files Browse the repository at this point in the history
…d /Prepayments endpoints
  • Loading branch information
ronnel-santiago-xero committed Jul 4, 2024
1 parent 5f7f7e1 commit f4ec93f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xero_accounting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12229,6 +12229,7 @@ paths:
schema:
type: integer
- $ref: '#/components/parameters/unitdp'
- $ref: '#/components/parameters/pageSize'
responses:
'200':
description: Success - return response of type Overpayments array with all Overpayments
Expand Down Expand Up @@ -13808,6 +13809,7 @@ paths:
schema:
type: integer
- $ref: '#/components/parameters/unitdp'
- $ref: '#/components/parameters/pageSize'
responses:
'200':
description: Success - return response of type Prepayments array for all Prepayment
Expand Down

0 comments on commit f4ec93f

Please sign in to comment.