sabre

Passenger type mismatch in search request and response

混江龙づ霸主 提交于 2019-12-25 09:24:00
问题 I send 3 adults and 2 childs in search request(action: BargainFinderMax_RQ ) and in response(action: BargainFinderMax_RS) we receive 5 adults. Sabre returns as info : CNN NOT APPLICABLE - ADT FARE USED - VERIFY RESTRICTIONS I would like to ask if there is any parameter supplied that Sabre provides that will let me receive only given passenger type. Edit: Here is the BargainFinderMaxRQ: <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

cvc-elt.1.a: Cannot find the declaration of element 'OTA_AirLowFareSearchRQ'

感情迁移 提交于 2019-12-25 05:46:09
问题 I am using the Sabre GDS API. Every request on GDS needs Session so that i have developed the session but when i call the Bargain Finder Max Alternate Date API then i am getting the following error. I am badly stuck on it and things are going over to my head. Please help me on this and i am really grateful to you guys. Following is the request : <?xml version="1.0" encoding="UTF-8" ?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org

Looking for some fields in TravelItineraryReadRS

非 Y 不嫁゛ 提交于 2019-12-25 04:28:28
问题 I am looking for some fields in TravelItineraryReadRS XML 1. Title of a person 2. Initial of a person 3. PAXAge of a person 4. AgeFactor of a person They were extracted from clear text respnose. But I can not find corresponding element in xsd. http://webservices.sabre.com/wsdl/sabreXML1.0.00/pnrservices/TravelItineraryReadRS3.5.0.xsd Thanks for your help. Cheers 回答1: It is my understanding that there are no specific tags for those fields. As per the format in which you enter the name

Sabre Hotel Rate Description Request

99封情书 提交于 2019-12-25 01:13:46
问题 I am trying to get Hotel Rate Description using Sabre SOAP API. But I am getting error which I am unable to debug. My request payload is <?xml version='1.0' encoding='UTF-8'?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:eb="http://www.ebxml.org/namespaces/messageHeader"> <SOAP-ENV:Header> <eb:MessageHeader SOAP-ENV:mustUnderstand="0"> <eb:From> <eb:PartyId eb:type="urn:x12.org:IO5:01">from</eb:PartyId> </eb:From> <eb:To> <eb:PartyId eb:type="urn:x12.org

Rest/SOAP API workflow for flight booking and payment

你离开我真会死。 提交于 2019-12-13 07:45:18
问题 Is there a workflow for making payments to the airlines and getting the flight ticket after the InstaFlight search? 回答1: You can use the combination of EnhancedAirBook and PassengerDetails APIs to create a reservation including your selected flights from InstaFlights: In order to issue a ticket afterwards, you can use the API AirTicketLLSRQ - here's a workflow that explains how to use it: https://developer.sabre.com/docs/workflows/issue_air_ticket The same API - AirTicketLLSRQ - accepts the

Sabre Passenger Details production resources

依然范特西╮ 提交于 2019-12-12 03:33:13
问题 I Need Prod Samples of Passenger details. Until now I cant open passenger details resources. If you guys do have access to these could you email me the entire samples? Thanks 回答1: In order to have access to the PassengerDetails resource page you have to have a webservices contract. You can go to the contact us page and select the option I want to become a Sabre customer for more information 来源: https://stackoverflow.com/questions/35195825/sabre-passenger-details-production-resources

How many fields are required for Create Passenger Name Record REST API call?

天大地大妈咪最大 提交于 2019-12-12 02:29:25
问题 According to your REST API documentation for Create Passenger Name Record how many fields are required to send RQ as in description(enter link description here) there are approx. 266 fields are required is that true? How can i get the detail information of required fields? 回答1: Many elements are required if an optional element is used, for example: If you use: CreatePassengerNameRecordRQ.Profile that it is not required Required: false The you must use CreatePassengerNameRecordRQ.Profile

Sabre Bargain Finder Max REST API IF2 Schedule Error in v3.0.0

妖精的绣舞 提交于 2019-12-12 02:24:52
问题 I am working with SabreDev REST API for Bargain Finder Max (https://developer.sabre.com/docs/read/rest_apis/air/search/bargain_finder_max). When I run the example they provide in version 3.0.0, I get the following error: "DSF server returned an error: Generic exception Schedule error : EA market not found - check user and owner." The error type is "IF2". I'm still getting a 200 OK response from the server, but the content of the response is the DSF error. The endpoint that I'm using is https:

Error CODE - UC SEG STATUS NOT ALLOWED

丶灬走出姿态 提交于 2019-12-12 01:07:45
问题 I am trying to generate PNR. For this purpose I used “EnhancedAirBookRQ” for Air Book “OTA_AirBookRQ” and “OTA_AirPriceRQ” for Price. The work flow is given below. (1) I used “BargainFinderMaxRQ” for search (2) Then I used “EnhancedAirBookRQ” for Air book and Price Iternary. (3) Then I used “PassengerDetailsRQ” to input passenger details (4) Last I want to end transaction. I tried so many things but did not able to finish it successfully. What necessary fields I am missing in

Sabre's SOAP method for multicity search

你说的曾经没有我的故事 提交于 2019-12-11 14:53:49
问题 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 回答1: 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 来源: https://stackoverflow.com/questions/50968146/sabres-soap-method-for-multicity-search