amabnl / amadeus-ws-client

PHP Amadeus SOAP Web Service client library
Apache License 2.0
178 stars 191 forks source link

How to change the tariff number #373

Open tolya1984a opened 4 years ago

tolya1984a commented 4 years ago

Hello everybody

Is it possible to query FareMasterPricerTbSearch to get all possible tariff numbers (rbd), not only the minimum? [cabinProduct] => stdClass Object ( [rbd] => W [cabin] => M [avlStatus] => 9 ) Or how can I choose a different fare number during booking?

bimusiek commented 4 years ago

When you are reserving a seat you can define different RBD and then when pricing the segments it will pick this RBD and try to find the cheapest pricing.

Amadeus returns 250 options for flights, you cannot query more. If you want to get more fares for specific flight, you can use Anchored Segments functionality on Amadeus and then you should see 250 options of fares for specific flight.