What type Airline seat information is available from the itinerary soap api? The TravelItineraryReadRQ sample provide the seat details for cruise but not from flight segment.
If looking to get specific Seat Map information for Flights, you are best consuming the Enhanced Seat Map API -
https://developer.sabre.com/docs/read/soap_apis/air/book/seat_map
Related
I'm trying to collect information on EV charging stations through the Google Maps API. One thing I'm trying to collect data on is the connector information, as shown in the image attached shown in the red box. I tried Google Maps API nearby search, and the resulting JSON response doesn't seem to have any field indicating this information. I have more than 10 thousand charging point EV locations which I need to get the information regarding connectors from. Is it possible to get this information through Google Maps API?
Fellow Techies, I am implementing Sabre's SOAP api for flight bookings. I wish to know if there is any SOAP method available for Multi City search.
Thanks
Check out the below link with the Alternate Airport Shop API:
https://developer.sabre.com/docs/read/soap_apis/air/search/bargain_finder_max/alternate_airport_shop
I want to know whether I can use uber api to track the ride real-time basis. I have found uber help suggest the following:
"Can I see the path a rider took during a trip?"
This feature is only available for ongoing UberPOOL rides. The request details return a set of waypoints (incl. pickup and dropoff locations) for each UberPOOL ride. This information is not accessible in the history but just during the ride.
So does it mean it is not applicable to other types of ride? Please let me know. It will be great if someone can suggest exact API endpoint for tracking the ride on a real-time basis.
Thanks.
It can be checked for any type of ride that you've requested
The Ride Request endpoint allows retrieving the status of an ongoing or completed trip that was created by your app
You have a few different options
Ride Request - Map API
Ride Request - Current API
Ride Request - Details API
on Uber developer documentation i have seen that is possible to retrieve the histroy trip about user.
Is possible to retrieve the list of driver trip with start city and end city into response?
The /trips endpoint with the Driver API is essentially /history for drivers. You are correct that this does not include end city, just the start city: https://developer.uber.com/docs/drivers/references/api/v1/partners-trips-get
So if you need the destination location for Driver history, that is currently not possible with Driver API. Thanks for the request, but no changes imminent there.
I am using Nokia Mixradio REST api to get the charts. But i can request the charts for a particular country only. I want to get the charts for a particular genre of a particular country. Here's the request message which I am using currently. Is there a way to get the charts for a particular genre?
http://api.mixrad.io:80/1.x/in/products/charts/album?itemsperpage=50&startindex=0&client_id=eac56b8ec397c8a40a4c66ce703a70c5&domain=music
We don't have an API specifically for that, but you can get the information by searching for artists, albums or tracks for the specific genre - e.g. http://api.mixrad.io/1.x/in/?itemsperpage=50&startindex=0&client_id=eac56b8ec397c8a40a4c66ce703a70c5&domain=music&genre=Bollywood&category=album - more search options are documented here: http://dev.mixrad.io/doc/rest/public/Search.html