From 5c950701e096726cfd751cc99d52fc23cd6613aa Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Wed, 25 Mar 2026 16:30:58 +0100 Subject: [PATCH] OVPAY-2346 - Fixed query params for get voucher TP. --- src/openapi/products/SE-vouchers-TP.yaml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/src/openapi/products/SE-vouchers-TP.yaml b/src/openapi/products/SE-vouchers-TP.yaml index deb8954..821cb79 100644 --- a/src/openapi/products/SE-vouchers-TP.yaml +++ b/src/openapi/products/SE-vouchers-TP.yaml @@ -10,25 +10,9 @@ paths: get: summary: Get a list of issued vouchers that were issued for a specific touch point 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 - retailer as the calling touch point are returned. + 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 + (i.e. has active sellingPeriods for touchPointId of the calling touch point) are returned. 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 in: query required: false