diff --git a/xero_accounting.yaml b/xero_accounting.yaml index df6e4740e..4f41ff200 100644 --- a/xero_accounting.yaml +++ b/xero_accounting.yaml @@ -8255,6 +8255,7 @@ paths: - $ref: '#/components/parameters/unitdp' - $ref: '#/components/parameters/summaryOnly' - $ref: '#/components/parameters/pageSize' + - $ref: '#/components/parameters/searchTerm' responses: '200': description: Success - return response of type Invoices array with all Invoices @@ -23436,6 +23437,15 @@ components: schema: type: boolean default: false + searchTerm: + in: query + name: searchTerm + x-snake: search_term + description: Search parameter that performs a case-insensitive text search across the fields e.g. InvoiceNumber, Reference. + example: "SearchTerm=REF12" + x-example-python: "True" + schema: + type: string FromDate: in: query name: fromDate