Skip to content

Commit 753339f

Browse files
NehaNaithanithe-chris-mitchell
authored andcommitted
feat: Added a new query parameter Reference in the BankTransaction and Prepayment endpoint
1 parent e313746 commit 753339f

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

xero_accounting.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,6 +1255,20 @@ paths:
12551255
type: integer
12561256
- $ref: "#/components/parameters/unitdp"
12571257
- $ref: "#/components/parameters/pageSize"
1258+
- in: query
1259+
name: References
1260+
x-snake: references
1261+
description: Filter by a comma-separated list of References
1262+
style: form
1263+
explode: false
1264+
example: ""Ref1", "Ref2""
1265+
x-example-java: Arrays.asList("Ref1","Ref2")
1266+
x-example-php: ""Ref1", "Ref2""
1267+
x-example-csharp: new List<string>{"Ref1","Ref2"}
1268+
schema:
1269+
type: array
1270+
items:
1271+
type: string
12581272
responses:
12591273
"200":
12601274
description: Success - return response of type BankTransactions array with 0 to n BankTransaction
@@ -12325,6 +12339,20 @@ paths:
1232512339
type: array
1232612340
items:
1232712341
type: string
12342+
- in: query
12343+
name: References
12344+
x-snake: references
12345+
description: Filter by a comma-separated list of References
12346+
style: form
12347+
explode: false
12348+
example: ""Ref1", "Ref2""
12349+
x-example-java: Arrays.asList("Ref1","Ref2")
12350+
x-example-php: ""Ref1", "Ref2""
12351+
x-example-csharp: new List<string>{"Ref1","Ref2"}
12352+
schema:
12353+
type: array
12354+
items:
12355+
type: string
1232812356
responses:
1232912357
"200":
1233012358
description: Success - return response of type Prepayments array for all Prepayment

0 commit comments

Comments
 (0)