From 83f44901bdd0bf8ae565ee079c8d91f9adfdfb20 Mon Sep 17 00:00:00 2001 From: Neha Naithani Date: Thu, 16 Apr 2026 14:03:17 +1200 Subject: [PATCH] feat: Added a new query parameter Reference in the BankTransaction and Prepayment endpoint --- xero_accounting.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/xero_accounting.yaml b/xero_accounting.yaml index 736ba4305..9a946fc25 100644 --- a/xero_accounting.yaml +++ b/xero_accounting.yaml @@ -1255,6 +1255,20 @@ paths: type: integer - $ref: "#/components/parameters/unitdp" - $ref: "#/components/parameters/pageSize" + - in: query + name: References + x-snake: references + description: Filter by a comma-separated list of References + style: form + explode: false + example: ""Ref1", "Ref2"" + x-example-java: Arrays.asList("Ref1","Ref2") + x-example-php: ""Ref1", "Ref2"" + x-example-csharp: new List<string>{"Ref1","Ref2"} + schema: + type: array + items: + type: string responses: "200": description: Success - return response of type BankTransactions array with 0 to n BankTransaction @@ -12591,6 +12605,20 @@ paths: type: array items: type: string + - in: query + name: References + x-snake: references + description: Filter by a comma-separated list of References + style: form + explode: false + example: ""Ref1", "Ref2"" + x-example-java: Arrays.asList("Ref1","Ref2") + x-example-php: ""Ref1", "Ref2"" + x-example-csharp: new List<string>{"Ref1","Ref2"} + schema: + type: array + items: + type: string responses: "200": description: Success - return response of type Prepayments array for all Prepayment