Skip to content
Open
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
16 changes: 16 additions & 0 deletions xero_accounting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11127,6 +11127,12 @@ paths:
example: 1
schema:
type: integer
- in: query
name: References
description: Filter by comma-separated list of References
example: "Ref1,Ref2"
schema:
type: string
- $ref: "#/components/parameters/unitdp"
- $ref: "#/components/parameters/pageSize"
responses:
Expand All @@ -11150,6 +11156,7 @@ paths:
- OverpaymentID: 098b4dcb-5622-4699-87f8-9d40c4ccceb3
ID: 098b4dcb-5622-4699-87f8-9d40c4ccceb3
Type: SPEND-OVERPAYMENT
Reference: Reference for payment1
RemainingCredit: 500.00
Allocations: []
Payments: []
Expand All @@ -11175,6 +11182,7 @@ paths:
- OverpaymentID: 2a8bda49-8908-473b-8bcf-1f90990460eb
ID: 2a8bda49-8908-473b-8bcf-1f90990460eb
Type: RECEIVE-OVERPAYMENT
Reference: Reference for payment2
RemainingCredit: 20.00
Allocations: []
Payments: []
Expand All @@ -11200,6 +11208,7 @@ paths:
- OverpaymentID: ed7f6041-c915-4667-bd1d-54c48e92161e
ID: ed7f6041-c915-4667-bd1d-54c48e92161e
Type: SPEND-OVERPAYMENT
Reference: Reference for payment3
RemainingCredit: 3000.00
Allocations: []
Payments: []
Expand All @@ -11225,6 +11234,7 @@ paths:
- OverpaymentID: 0859adbc-ea00-40cd-a877-258cf8644975
ID: 0859adbc-ea00-40cd-a877-258cf8644975
Type: RECEIVE-OVERPAYMENT
Reference: Reference for payment4
RemainingCredit: 20.00
Allocations: []
Payments: []
Expand All @@ -11250,6 +11260,7 @@ paths:
- OverpaymentID: 687b877f-634a-415d-92b2-74e62977de30
ID: 687b877f-634a-415d-92b2-74e62977de30
Type: RECEIVE-OVERPAYMENT
Reference: Reference for payment5
RemainingCredit: 20.00
Allocations: []
Payments: []
Expand Down Expand Up @@ -11303,6 +11314,7 @@ paths:
ID: ed7f6041-c915-4667-bd1d-54c48e92161e
CurrencyRate: 1.000000
Type: SPEND-OVERPAYMENT
Reference: Reference for payment
RemainingCredit: 2999.00
Allocations:
- Amount: 1.00
Expand Down Expand Up @@ -23691,6 +23703,10 @@ components:
type: boolean
default: "false"
example: "false"
Reference:
description: An optional description for Overpayment
type: string
example: "Ref for payment"
Attachments:
description: See Attachments
type: array
Expand Down
Loading