Compare commits

...

2 Commits

2 changed files with 45 additions and 88 deletions

View File

@ -709,92 +709,65 @@ 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: 001e8481-1151-gemaltoPure-1622527200000 counterpartTransactionId: 003D08FF-75032799-emv-1773668001000
counterpartEntryExitType: ENTRY counterpartEntryExitType: ENTRY
counterpartTimeStamp: "2021-06-01T06:00:00Z" counterpartTimeStamp: 2026-03-16T14:33:21+01:00
counterpartStop: counterpartStop:
alternativeTexts: alternativeTexts:
- text: - text:
lang: nl-NL lang: nl-NL
textIdType: Utrecht Centraal textIdType: publicName
text: Utrecht Centraal text: Delftsewallen
name: Utrecht Centraal - text:
shortName: Utrecht Centraal lang: en-US
description: Station Utrecht Centraal textIdType: publicName
location: text: Delftsewallen
longitude: 5.1099 name: Stop point8124
latitude: 52.0894 description: Stop point8124
altitude: 0 stopId: 8124
stopId: 621 transportModes: []
transportModes: deviceId: 3999999
- BUS deviceClassId: 0
- RAIL
deviceId: 3212967
deviceClassId: 9
scheduledStopPoints: scheduledStopPoints:
- alternativeTexts: - alternativeTexts:
- text: - text:
lang: nl-NL lang: nl-NL
textIdType: publicName textIdType: publicName
text: Brouwersgracht text: Centrum-West
name: Brouwersgracht - text:
shortName: Brouwersgracht lang: en-US
description: Brouwersgracht textIdType: publicName
location: text: Centrum-West
longitude: 4.3050492 name: Stop point8127
latitude: 52.0737538 description: Stop point8127
altitude: 0 stopId: 8127
stopId: 42 transportModes: []
transportModes: - alternativeTexts:
- RAIL - text:
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: Grote Markt text: Dorp
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: nl-NL lang: en-US
textIdType: publicName textIdType: publicName
text: Spui text: Dorp
name: Spui name: Stop point8126
shortName: Spui description: Stop point8126
description: Spui stopId: 8126
location: transportModes: []
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,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