TOMP-WG / TOMP-API

Transport Operator to Mobility-as-a-Service Provider-API development for Mobility as a Service
Apache License 2.0
99 stars 41 forks source link

[CHANGE REQUEST] In the booking request you can only supply information for one traveler #493

Open edwinvandenbelt opened 1 year ago

edwinvandenbelt commented 1 year ago

API Version

Until version 1.4.1

Summary

When you're traveling with a group (like a family), you can only supply card numbers in the booking for the customer, not for all of the travelers.

Expected Behavior

It should be in there!

Current Behavior

We cannot book a train ride with a group.

Possible Solution

add in the booking request in 'travelers' array, consistent with the offer request.

edwinvandenbelt commented 9 months ago

MUST

edwinvandenbelt commented 8 months ago

Already applied in https://github.com/TOMP-WG/TOMP-API/tree/transmodel-v1. In the bookingRequest we've added the travelers field (array of travelers).