OVPAY-2346 - Added query param for voucherStatus.
This commit is contained in:
parent
2094ef46e4
commit
175c81f5cd
@ -20,6 +20,22 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
example: VOUCHER123
|
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:
|
tags:
|
||||||
- Vouchers
|
- Vouchers
|
||||||
responses:
|
responses:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user