OVPAY-2346 - Fixed query params for get voucher TP.
This commit is contained in:
parent
dc21af3cef
commit
5c950701e0
@ -10,25 +10,9 @@ paths:
|
|||||||
get:
|
get:
|
||||||
summary: Get a list of issued vouchers that were issued for a specific touch point
|
summary: Get a list of issued vouchers that were issued for a specific touch point
|
||||||
description:
|
description:
|
||||||
Retrieve all issued vouchers for a specific touch point. This means that only products that have active sellingPeriods for touch points within the same
|
Retrieve all issued vouchers for a specific touch point. This means that only products that the calling touch point is allowed to see or sell
|
||||||
retailer as the calling touch point are returned.
|
(i.e. has active sellingPeriods for touchPointId of the calling touch point) are returned.
|
||||||
parameters:
|
parameters:
|
||||||
- name: touchpointId
|
|
||||||
in: query
|
|
||||||
required: false
|
|
||||||
description: |
|
|
||||||
This endpoint is meant for salesTouchpoints to check the existance and validity of the voucher a customer has supplied
|
|
||||||
schema:
|
|
||||||
type: integer
|
|
||||||
example: 1001
|
|
||||||
- name: issuedVoucherId
|
|
||||||
in: query
|
|
||||||
required: false
|
|
||||||
description: The unique identifier of the issued voucher instance to retrieve.
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
format: uuid
|
|
||||||
example: d4e5f6a7-b8c9-0d1e-2f3a-4b5c6d7e8f90
|
|
||||||
- name: voucherCode
|
- name: voucherCode
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user