Can anyone explain a workflow for booking international flights via Sabre api? - api

I've been working on a project to book international flights where I used BargainFinderMax (soap api) for searching and revalidate itinerary for revalidating. After reading the sabre docs I found out that Create Passenger Name record api is retired. Can anyone help me to find the workflow ??
I tried alternative booking OTA_AirBookRQ, but they dont provide any PNR or ticket no in response.

Related

Google People API: Get contact by a specific group

I am migrating our code from Google Contacts API to Google People API as Google Contacts API will be deprecated soon, but I noticed new People APIs are simple to compare with the old Contacts API.
How I can find a contact for a specific group?
f.e. getContactByGroupId
Answer:
Assuming that you meant getContactGroupById instead of getContactByGroupId, you can retrieve a specific contact group in People API by calling:
contactGroups.get
Further info:
In this case, you have to provide the resourceName instead of the contact id. If you don't know how to get the former, consider taking a look at this answer.
If you are using Apps Script, you can enable the Advanced People Service and do something like this:
People.ContactGroups.get(resourceName);

Any Amazon API available to read the product user reviews and post the sellers reply by Product?

I am looking for an API that gets the Amazon product user reviews and posts the seller response by product name/Id.
For example - Google play review provides API - Ref: https://developers.google.com/android-publisher/reply-to-reviews
Before post a question here I had some below research but I didn't find the expected answer.
Is there an Amazon.com API to retrieve product reviews?
Amazon product API capabilities (user reviews)
https://rapidapi.com/
Amazon Product API
Retrieve Amazon Reviews for a particular product
https://webservices.amazon.com/paapi5/documentation/
Checked the highlighted line
good morning,
I have the same need as you. I found the same links
I chose the Product Advertising API solution:
https://webservices.amazon.com/paapi5/documentation/operations.html
but to test these api, you need to have a seller account and register for the api to get access.
the problem with this api is that it does not allow you to respond to reviews, questions and comments. it just allows you to retrieve product data.
If you find a complete solution, please share it with us.
I will continue my study and I will do the same if I find a solution.
Regards,
Lotfi.

New API does not return the Watch History

The application that we are developing is related to creating a service that seeks to identify informal learning activities using YouTube as a tool. This is a doctoral thesis and the service aims to provide teachers / educational institutions of learning activity information that are related to the themes seen in the classroom classroom or using a Virtual Learning Environment. All these identifications will be made with the permission of users (students) within the period set by the subject teacher / course.
All the necessary information for our service were available until the new version of the API of the day 15.9.2016 came to not return history information of watched videos that our service needs.
Is there a specific procedure for the release of funds, in view of the launch of the new version? Can you help us?
According to the latest revision of the YouTube API
requests to retrieve playlist items (playlistItems.list) for a channel's watch history now return empty lists.
Avaliable in - https://developers.google.com/youtube/v3/revision_history de September 15, 2016.

Which Amadeus API will return the flight details with price?

I am working on the Amadeus API and using the Air_MultiAvailability. it gives me the flight search results data but not giving me the flight price. SO i need to get the all the flight details with price.
I don't know that i am using the correct API or not but i looking the flight search data with price details.
Kindly help
If you want to get started quickly to test, you may want to consider using the Amadeus Travel Innovation Sandbox Flight Low Fare Search API.
If you are using Amadeus Web Services, a good starting point is the Fare_MasterPricerTravelBoardSearch message. The Amadeus WBS Implementation Guide - Internet Booking Engine with Master Pricer document which you can find on the webservices portal may also be useful to you.
You can have both price and availibility with a product like MasterPricer.
Otherwise you should use Fare_PricePNRWithBookingClass
I have just used the Amadeus and find the flight search and flight details and also FlightBooking.
To get the Flight Search use Fare_MastepricerTravelBoardSearch
To Get the Flight Details with Price use Fare_InformativeBestPricingWithoutPNR
if you need more info please ask, i am able to answer related to Amadeus

API Connecting to GDS and IDS (hotels distribution channels)

I have one question about gds and ids for hotel my own reservation system.
Developed my own reservation system for my hotel and i need solution to connect my API with GDS and IDS.
I need to manage my distibution channel with other channels easily and automatically based my own hotel inventory with other channels
like booking , expedia , venere and GDS like Amadeus Gallilelo Sabre and Worldspan.
Do you have any idea how can do this connection ? (I need a service to do this and i dont know how can find it)
If you are looking for an open standard to expose your hotel availability to distributors, you should probably use Open Travel Alliance (OTA) standards: http://www.opentravel.org/
However these standards are quite recent and not widely implemented. For example TripAdvisor has its own API: http://developer.tripadvisor.com/index.html
Same thing for GDS systems.
Moreover, you will anyway have to contact each agency / GDS independently to know their conditions and pricing.