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

View File

@ -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