Compare commits

..

No commits in common. "5c950701e096726cfd751cc99d52fc23cd6613aa" and "c45f2059f4255c5031f6ee644fa048916645d134" have entirely different histories.

2 changed files with 88 additions and 45 deletions

View File

@ -709,65 +709,92 @@ paths:
summary: Possible stops for a trip with missing check-out summary: Possible stops for a trip with missing check-out
value: value:
xbot: 36637b86-7a31-4b77-99dd-2d39b9c1a9b6 xbot: 36637b86-7a31-4b77-99dd-2d39b9c1a9b6
counterpartTransactionId: 003D08FF-75032799-emv-1773668001000 counterpartTransactionId: 001e8481-1151-gemaltoPure-1622527200000
counterpartEntryExitType: ENTRY counterpartEntryExitType: ENTRY
counterpartTimeStamp: 2026-03-16T14:33:21+01:00 counterpartTimeStamp: "2021-06-01T06:00:00Z"
counterpartStop: counterpartStop:
alternativeTexts: alternativeTexts:
- text: - text:
lang: nl-NL lang: nl-NL
textIdType: publicName textIdType: Utrecht Centraal
text: Delftsewallen text: Utrecht Centraal
- text: name: Utrecht Centraal
lang: en-US shortName: Utrecht Centraal
textIdType: publicName description: Station Utrecht Centraal
text: Delftsewallen location:
name: Stop point8124 longitude: 5.1099
description: Stop point8124 latitude: 52.0894
stopId: 8124 altitude: 0
transportModes: [] stopId: 621
deviceId: 3999999 transportModes:
deviceClassId: 0 - BUS
- RAIL
deviceId: 3212967
deviceClassId: 9
scheduledStopPoints: scheduledStopPoints:
- alternativeTexts: - alternativeTexts:
- text: - text:
lang: nl-NL lang: nl-NL
textIdType: publicName textIdType: publicName
text: Centrum-West text: Brouwersgracht
- text: name: Brouwersgracht
lang: en-US shortName: Brouwersgracht
textIdType: publicName description: Brouwersgracht
text: Centrum-West location:
name: Stop point8127 longitude: 4.3050492
description: Stop point8127 latitude: 52.0737538
stopId: 8127 altitude: 0
transportModes: [] stopId: 42
- alternativeTexts: transportModes:
- text: - RAIL
lang: nl-NL
textIdType: publicName
text: Halte Onbekend
- text:
lang: en-US
textIdType: publicName
text: Halte Onbekend
name: Stop point65533
description: Stop point65533
stopId: 65533
transportModes: []
- alternativeTexts: - alternativeTexts:
- text: - text:
lang: nl-NL lang: nl-NL
textIdType: publicName textIdType: publicName
text: Dorp text: Grote Markt
name: Grote Markt
shortName: Grote Markt
description: Grote Markt
location:
longitude: 4.3092398
latitude: 52.075929
altitude: 0
stopId: 42
transportModes:
- RAIL
- BUS
- alternativeTexts:
- text: - text:
lang: en-US lang: nl-NL
textIdType: publicName textIdType: publicName
text: Dorp text: Spui
name: Stop point8126 name: Spui
description: Stop point8126 shortName: Spui
stopId: 8126 description: Spui
transportModes: [] location:
longitude: 4.3172
latitude: 52.0764
altitude: 0
stopId: 42
transportModes:
- RAIL
- BUS
- alternativeTexts:
- text:
lang: nl-NL
textIdType: publicName
text: Den Haag Centraal
name: Den Haag Centraal
shortName: Den Haag Centraal
description: Den Haag Centraal
location:
longitude: 4.32553
latitude: 52.08176
altitude: 0
stopId: 42
transportModes:
- RAIL
- BUS
'400': '400':
description: '400' description: '400'
content: content:

View File

@ -10,9 +10,25 @@ 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 the calling touch point is allowed to see or sell Retrieve all issued vouchers for a specific touch point. This means that only products that have active sellingPeriods for touch points within the same
(i.e. has active sellingPeriods for touchPointId of the calling touch point) are returned. retailer as 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