From f237f677e34ce9369a108129985ed147aacc1264 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Mon, 16 Mar 2026 14:45:05 +0100 Subject: [PATCH] OVPAY-2473 - Improved examples part 2. --- src/openapi/customers/customers-trips.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/openapi/customers/customers-trips.yaml b/src/openapi/customers/customers-trips.yaml index 5964d6b..7fb5955 100644 --- a/src/openapi/customers/customers-trips.yaml +++ b/src/openapi/customers/customers-trips.yaml @@ -1443,32 +1443,32 @@ components: counterpartTransactionId: type: string description: Id of the transaction that is missing its pair - example: '1236589547' + example: 001e8481-1151-gemaltoPure-1622527200000 xbot: type: string description: Token identification code (external backoffice token) - example: '12272277752953521453' + example: 36637b86-7a31-4b77-99dd-2d39b9c1a9b6 stopId: type: string description: Id of the location of the tap - example: '123' + example: 42 deviceId: type: string description: Id of the device - example: '5415236' + example: 3212967 deviceClassId: type: string description: Class Id of the device - example: '54' + example: 9 transactionTimestamp: type: string description: Timestamp of the transaction format: date-time - example: '2019-11-25T17:39:45.000Z' + example: 2019-11-25T17:39:45.000Z entryExitType: type: string description: 'Direction of the tap: in or out' - example: ENTRY + example: EXIT enum: - UNKNOWN - ENTRY