-
Notifications
You must be signed in to change notification settings - Fork 191
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
Booking two one-way tickets #403
Comments
Yeah, why not? You can use MasterPricer or the Air_Availability call to do that... You'll have to implement all the logic yourself though. |
You can explain in more detail the steps to explain how to implement this. |
I no longer work in this domain, so even if I could find the time (I can't), I have forgotten too much and I no longer have inside information (the documentation site). You should contact Amadeus Support with this question. Also it helps a lot to have access to a person who knows Amadeus Selling platform: They will be able to explain the flow to you. Then you just have to translate their cryptic commands into web services calls. |
Dear Colleagues, can anyone know how to do this? When searching, do we need to use the multiTicket option? |
you can't do a masterpricer search to book multiple separate PNR's at once. One masterpricer search would usually result in 1 PNR (unless it gets split afterwards). So the logical thing to do is to do 2 separate searches and book 2 separate PNR's... |
This means that you can’t make it possible to book two one-way tickets in one PNR? On some sites this is implemented. |
Ah, you want it in 1 PNR? Yeah i guess that's possible. It would probably still need 2 separate masterpricer calls, 2 separate sellFromRecommtdation calls (into the same active PNR). Again, i have not worked for/on Amadeus for a few years now. Amadeus Support is your best bet. Otherwise you should ask any travel agent who works with Amadeus Selling Platform how they'd do it and then mimic their workflow of cryptic calls into similar Web Services calls. |
How can I make it so that I can book two flights (round trip, |
i recommend not to do round trip but two oneway tickets. Do MPTB with included All Air segments then Search. Then create PNR. |
Thanks for the answer. Maybe you have an example implementation? Something more specific? |
1st Use Fare_MasterPricerTravelBoardSearch And Add Itenaries Use Search, Use Below Example
#235 connecting recommendation with flighs & baggage info. Select Air Segments As many As You want. The Call for Aircell Recommendation . & use Stateful session. |
Thank you very much for your help! Is it possible with this approach to do, that the tickets to/from will be of different airlines, even if they are not part of the alliance. Is this possible? |
Yes Fare_MasterPricerTravelBoardSearch Gives You Diffrent Types OF Airlines For Itenaries Refer This link |
I basically have just one airline company round trip. What is the options? |
Did u Use Fare_MasterPricerTravelBoardSearch Msg? It will Give All possible Iternaries And You Should Connect it with fares. seen the pic on last comment. Is it your interface ? |
Yes i used method Fare_MasterPricerTravelBoardSearch and in the screenshot you can see my interface. |
Cn u post your Fare_MasterPricerTravelBoardSearch CODE. SO i can give look. Or U may be forward your query to amadeus and ask them or it may be related to your search parameters. Try different different dates & cities. |
private function _fareMasterPricerSearch() {
... |
Your Code is fine. Then You Must Contact Amadeus & send them your XML request & response. So they will investigate. |
Hello to you all. What is the best way to book two one way routes within two bookings, but in one action. From the documentation: "The Multi-Ticket option allows to return at the same time: |
Yes, it is the perfect solution. You may try adding “MTK” option to your Master Pricer requests. This option will enable a multi-ticket flow: you will be given not only “normal” round trip recommendations but also a set of one-way recommendations for outbound trip and another set for the inbound trip. Further, you may combine all these one-way recommendations in your own way. This will lead you creating one PNR but issuing two tickets for every passenger in this PNR: one for outbound trip and another for inbound one. |
Hi, yes you can. Book 2 one ways.The best thing is to price them as 2 one ways,two TSTs. Otherwise it may cause future problems if rebooking is needed and so on. Airlines will sometime object. Virtual interlining, 2 one ways, the traveler will probably perceive it as a return ticket though. |
Hello!
Can I Booking two one-way tickets instead of a round-trip flight under one PNR.
This is necessary in order to calculate the cost of a round-trip flight by two oneway (different companies or I can get you greater savings at times, for example)
The text was updated successfully, but these errors were encountered: