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
9
votes
7 answers

CODE - UC SEG STATUS NOT ALLOWED-0003 when requesting EnhancedAirBookRQ

I am currently using CURL in PHP to request XML. When using same flow in POSTMAN service I can get the success result but, when using CURL in PHP I get CODE - UC SEG STATUS NOT ALLOWED-0003 status. Below are my CURL request header and code. Is my…
user254153
  • 1,855
  • 4
  • 41
  • 84
6
votes
1 answer

How to call Sabre EnhancedSeatMapRQ soap web service from .NET?

I am able to invoke EnhancedSeatMapRQ in TSTS environment from SoapUI. When I use Visual Studio 2015 generated Soap proxies to make the same call, I am getting null deserialized Items section. I also get "Completed" (success) in ApplicationResults…
jficker
  • 175
  • 6
5
votes
2 answers

Got error: NO FARES/RBD/CARRIER 146 after submit OTA_Airpice

when i call OTA_Airprice than got error:*NO FARES/RBD/CARRIER146 Demo request:
David Leep
  • 101
  • 1
  • 5
5
votes
3 answers

Sabre special characters

I'm using Sabre web services (SabreCommandLLSRQ) to build a c# proof of concept for low fare re-booking. I'm now hitting some special sabre characters that I don't know what they are in c#. I have a few that are working but I'm sure to encounter…
fuchs_tx
  • 135
  • 1
  • 6
4
votes
1 answer

GetReservation returning Viewership is restricted for the PNR

I'm currently using the sabre web service TravelItineraryReadLLSRQ (version 2.2.0) and I can successfully retrieve all on the PNR data. Now I'm trying to implement GetReservation but I'm getting the error below. Not finding any further detail from…
fuchs_tx
  • 135
  • 1
  • 6
4
votes
3 answers

Trailing solidus not allowed on element

I am developing web application in php using soap api. I have the xml format as shown below to send the request to the api but I get the error like Trailing solidus not allowed on element companyname while viewing the xml in…
Kiran Subedi
  • 2,244
  • 3
  • 17
  • 34
4
votes
1 answer

Is it possible to access Sabre programatically without using their Web services?

I'm looking into developing a reservations systems using the GDS Sabre. I will have access to their normal system via a terminal, however their Web Services are too expensive and I'm looking for a workaround. Anyone with experience using this system…
buzali
  • 802
  • 1
  • 6
  • 12
3
votes
1 answer

Any documentation for new Sabre Header type - GetVehAvailRQ SOAP Header error

We are trying to implement the GetVehAvailRQ SOAP API currently, but are getting the following error when calling the Sabre Webservice:
3
votes
2 answers

Error: "Username value length exceeds 20 characters" when calling Sabre CarAvailability in Postman

I am trying to make a POST request to the Sabre CarAvailability API with Postman. When I make the request I get back the following error: Username value length exceeds 20 characters. I obtained a bearer token and added it to the authorization…
Filip
  • 31
  • 2
3
votes
1 answer

Sabre API Currency Conversion

I need help on how to change the US DOLLAR currency into Philippine currency in Sabre REST API. Using the Bargain Finder Max. It is need to change the currency because we are located in Philippines. Provided the code below and if there is a problem…
Miks Alibo
  • 61
  • 8
3
votes
1 answer

Got error FRMT.NOT ENT BGNG WITH in Sabre webservices

I have tried with this error. I got when i called Api: TravelItineraryAddInfo Request data to sabre: data send to sabre webserivces Sabre reponsed data: .FRMT.NOT ENT BGNG WITH
David Leep
  • 101
  • 1
  • 5
3
votes
2 answers

Issue the ticket from sabre API

We have successfully implemented the sabre low fare search and book workflows and created the PNR . Now , I want to issue the ticket of that PNR using api. My workflow is : 1. BargainFinderMaxRQ (find) 2. EnhancedAirBook (book) 3. PassengerDetails…
Kiran Subedi
  • 2,244
  • 3
  • 17
  • 34
3
votes
0 answers

Cannot find an attribute ID for an element RequestorID for added SOAP (wsdl) Generated serialized XML

I am using sabre SOAP Bargain Max finder api. i am missing "ID" Attribute in RequestorID node. In response it return an error of Schema Not Valid. and shows the error "cvc-complex-type.4: Attribute 'ID' must appear on element 'RequestorID ,…
Khaan
  • 759
  • 7
  • 23
3
votes
3 answers

What command do i need to pass in SabreCommandLLSRQ to get current price of PNR?

This is my current Request.
fizmhd
  • 526
  • 3
  • 10
  • 31
3
votes
1 answer

How to acquire Sabre's WSDL

Does anyone have an idea how to get WSDL of SOAP services by Sabre (https://developer.sabre.com/)? I'm totally stuck with it.
1
2 3
42 43