OVPAY-2346 - Added query param for voucherStatus.

This commit is contained in:
Bas Boterman 2026-03-31 16:47:12 +02:00
parent 2094ef46e4
commit 175c81f5cd

View File

@ -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: