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