From 175c81f5cda545206c4ddc00d14e6793e7715b8b Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Tue, 31 Mar 2026 16:47:12 +0200 Subject: [PATCH] OVPAY-2346 - Added query param for voucherStatus. --- src/openapi/products/SE-vouchers-TP.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/openapi/products/SE-vouchers-TP.yaml b/src/openapi/products/SE-vouchers-TP.yaml index 821cb79..b176784 100644 --- a/src/openapi/products/SE-vouchers-TP.yaml +++ b/src/openapi/products/SE-vouchers-TP.yaml @@ -20,6 +20,22 @@ paths: schema: type: string example: VOUCHER123 + - name: highestVoucherStatusId + in: query + required: false + explode: false + description: |- + The highest voucher status id to filter the issued vouchers on. + - 1 = new + - 2 = issued + - 3 = redeemed + - 4 = revoked + - 5 = expired + schema: + type: array + items: + type: integer + example: [1, 2] tags: - Vouchers responses: