-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question - an optional reservartion part for an already purchased ticket #528
Comments
Hello @haghi82 this is something we have just made more clear in the documentation. The basic solution is to a new offer request for reservation only, and book it in a separate booking. However, distributors may support to add new offers to an existing booking, even one that already has all parts fulfilled. Please see https://osdm.io/spec/processes/#AddPartsToABookings |
Thanks for the response. According to the basic solution, is it possible to provide a reference to the primary booking or to the fulfilmentId, which includes a previously purchased admission? |
The basic/general solution doesn't have any interlink between the already existing admission and newly requested reservation. In fact, in the optional solution, there isn't a exact link between ADM and RES either. They are only put into the same booking. There is also possibility to provide a reference to an existing (multi-ride) ticket via AnonymousPassengerSpecification.card with TravelAccountType but that was never designed for single ride tickets and linkong them with separately booked reservations. I would suggest to bring it as a feature gap to the Friday Technical Group so it can be analysed, other carriers/deistributors/vendor provide they current solutions and if not covered by the current specification, we can figure out an improvement. |
Hi, thanks for your instant reply. |
Booking doesn't have a state, only its parts. So the openapi allows to add new parts even after first set of parts was all confirmed and fulfilled. The only exception is when a distributor explicitely disallow this. tl;dr Unless PKPIC explicitely forbids it in its own implementation, it will be able to add new parts as second purchase to already purchased and paid booking. |
I think Bookings Data Model should be updated though (btw. in "possible states" description it is also a mistake: CONFIRMED state is called "booked"). |
@Azurab Well, the booking status was actually removed from the API model. It can still be present internally in each inventory system but API doesn't disclose it for simplicity - for the same reason why the specification doesn't forbid or enforce ability to make secondary addition of new parts to already completed booking. Please, could you point where did you find "booked" state so we can review it on the Friday Technical Group Call? Thank you. |
TODO: update documentation in chaptermodel: Add Chapter BookingPartState Model and indicate in BookingStateModel that there is no booking State model. Clemens |
Hi, e.g. https://osdm.io/images/models/bookings-data-model.png (comment on Booking resource). |
@Azurab Thank you. This UML must be redrawn since it doesn't correspond to the current openapi specification. So far, we have adjusted the textual workding on the Models page to indicate there isn't a state on Booking. |
TODO - Split Models page to State Models and Object Models. |
additional reservation (or ancillaries) are allowed also in confirmed booking state. This is an optional feature. |
…-model-page #528 Separate model and state model pages
How to use the OSDM flow for the case where the purchaser wants to add an optional reservartion part for an already purchased ticket (especially of the multiride type) and, in addition, the carrier (distributor) requires control number of the reservations issued for admission? In such a situation, should a new bookingId be generated (if so, how can the fulfillmentID be transferred to the journey) or is there a way to add reservation parts to the booking in a FULFILLED state?
The text was updated successfully, but these errors were encountered: