Questions tagged [sabre]

Sabre is a technology solutions provider to the global travel and tourism industry. This tag is for questions about software development on the Sabre development platform.

Sabre provides information and services to the global travel and tourism industry.

Sabre offers a broad range of technology solutions including, data-driven business intelligence, mobile, distribution and Software as a Service (SaaS) solutions that are used by travel suppliers (airlines, hotels, car rental outlets, railways, cruise lines and tour operators) and travel buyers (travel agencies, travel management companies and corporate travel departments) to plan, market, sell, serve and operate their business.

Given the variety of development languages available, in order to simplify troubleshooting when diagnosing issues, please make sure to include SOAP and/or REST traffic (depending on the APIs being used) when asking questions.

'Traffic' represents http request uri, request headers and request body generated by your app when testing REST APIs, and XML serialized request and responses when testing SOAP APIs.

This tag is for questions about software targeting Sabre APIs.

645 questions
2
votes
1 answer

Generating C# model classes from JSON Schema for Sabre REST API

We are implementing Sabre REST API to access air, hotel and vehicle content in our C# ASP.NET MVC application. So far we have hit some issues when generating C# model classes from the JSON Schema documents provided by Sabre Dev Studio. We are using…
2
votes
1 answer

Response Bargain Finder Max Compress c#

good morning, I have a solution in .net where I call the webservices of saber bargain finder max. Now I want to download the compressed information but the response object returns null. I read that you have to call the interface…
Peter Polo
  • 31
  • 2
2
votes
2 answers

Sabre Retrieve Itinerary Soap API Error

I am using sabre soap api to retrieve PNR. But facing following error Action specified in EbxmlMessage does not exist. As mentioned in wsdl soap action is GetReservationOperation. But I don't why its returning invalid action. I am using rest api's…
2
votes
1 answer

Sabre air search and book flow

Hoping for a bit of guidance / reassurance on air search and book flow in Sabre (SOAP API) which I'm integrating with for a client website project. My client is planning to take payment separately via a 3rd party payment gateway and also have a 3rd…
2
votes
1 answer

Multiple SabreCommandLLSRQ HostCommands

Anyone know how to send multiple chained commands via SabreCommandLLSRQ HostCommand? I'm trying to avoid the network back and forward (gets slow when you need 50 commands to get one full page) Ex: FQYYZBKK15JAN-AC + all the necessary move downs, or…
Vali Dr
  • 56
  • 1
  • 4
2
votes
1 answer

FareNabber API on Sabre - where do the notifications go

I am interested in seeing if Sabre's FareNabber is an API that works for an application I am building. The documentation here https://developer.sabre.com/docs/read/rest_apis/air/search/fare_nabber does not explain where/how the notifications get…
randombits
  • 47,058
  • 76
  • 251
  • 433
2
votes
1 answer

Sabre Bargain Finder Max API with the Fly America Act

I am building an app for a federal government client using the Bargain Finder Max SOAP API. They need to adhere to the Fly America Act: any flight that leaves the US or arrives in the US must use a US flagged carrier. I have tried to use the…
RMorg
  • 21
  • 1
2
votes
1 answer

How to process sabre InstaFlight API JSON response

I connected to saber InstaFlight API and got a result in JSON. The output string is too long and I can get their values. But my way is taking lots of memory storage. I want a way that takes less memory storage and a dynamic way in VB.NET. The code…
2
votes
1 answer

Hotel Availability search utilising geo codes and a radius

We are using the OTA_HotelAvailLLSRQ action (https://developer.sabre.com/docs/read/soap_apis/hotel/search/hotel_availability/resources) and want to do a purely location based search using latitude and longitude. All fine except we cannot use a…
Nick Meldrum
  • 1,141
  • 1
  • 10
  • 27
2
votes
1 answer

Sabre how to book flight segment(s) with infant passenger

When I try to book with infant without seat I get the error below, booking with infants with seat has no problem. INF = infant without seat INS = infant with seat reference :…
chingchong
  • 73
  • 2
  • 10
2
votes
0 answers

JSON parsing in php to display the server response sabre

After making the authentication in sabre from php and make an inquiry about a flight, the response is a JSON string that I can not decipher, someone aid me, as I can show this readable string in php for my project. part of the code, thanks for your…
Brian
  • 1,295
  • 14
  • 25
2
votes
2 answers

HTTP/1.1 400 Bad Request Sabre REST Api

Currently using a test developer account for Sabre Dev Studio and trying to use their REST Api - Instaflights_Search. I'm creating the authentication and getting an access token fine but the problem arises when I try to send a request. I'm creating…
Sandi B
  • 23
  • 4
2
votes
2 answers

Consuming Sabre soap services using .net

I am trying to create session using SessionCreateRQ soap service. which is first step of using sabre soap services where I have created object of HttpWebRequest with end point https://sws3-crt.cert.sabre.com and passing the request xml copied from…
2
votes
3 answers

Sabre Web/ .NET - Special Characters In SabreCommandLLSRQ Response Not Handed Properly

I'm using VB.NET to consume Sabre Web Services, primarily using SabreCommandLLSRQ to send native Sabre commands. Sending special characters without any special encoding works fine, but when I try to manipulate any response that contain the Cross of…
drtrobridge
  • 419
  • 3
  • 10
2
votes
5 answers

Cancel a complete PNR

I'm writing a service which automtically cancels a PNR left on a certain queue. This sounds pretty straight forward with the OTA_CancelLLSRQ request, however it appears I have to loop through each segment individually, or is there a way I can…
Fysicus
  • 183
  • 2
  • 14
1 2
3
42 43