OVPAY-2473 - TripId and TransactionId are optional.

This commit is contained in:
Bas Boterman 2026-04-13 12:24:35 +02:00
parent 534ee3f8fd
commit 354a8bf75d

View File

@ -995,7 +995,7 @@ paths:
- name: tripId
in: query
description: A tripId IS AN identifier THAT distinguishes a Trip from all other Trips
required: true
required: false
schema:
type: integer
format: int64
@ -1004,7 +1004,7 @@ paths:
description: >-
A transactionId IS A unique identifier THAT is generated by the GBO
and assigned to every Transaction that is received
required: true
required: false
schema:
type: string
responses: