Open ratheepan opened 8 years ago
Hi ratheepan,
We can book Meals and other optional services (Except Seat ) while creating a booking using AirCreateReservationReq. Please find below the link with the details and samples.
The Special Service Request or in uAPI terms , OSI(Other Service Information) can be booked while creating booking also. But OxygenCylinder is not OSI. It is an Optional Service and if the flight provides the Optional Service then only it can be booked. While WheelChair is an OSi and can be booked using the below tag during booking or UniversalRecordModify.
<com:OSI Key="?" Carrier="?" Code="?" Text="?" ProviderCode="?"/>
Please find below the sample for FlightTimeTableReq with the all the details requested.
Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:air="http://www.travelport.com/schema/air_v33_0" xmlns:com="http://www.travelport.com/schema/common_v33_0">
<soapenv:Header/>
<soapenv:Body>
<air:FlightTimeTableReq TraceId="trace" AuthorizedBy="user" TargetBranch="TargetBranch">
<com:BillingPointOfSaleInfo OriginApplication="UAPI"/>
<air:FlightTimeTableCriteria>
<air:GeneralTimeTable StartDate="2016-02-01" EndDate="2016-03-01" IncludeConnection="true">
<air:DaysOfOperation Mon="true" Tue="true" Wed="true" Thu="true"/>
<air:FlightOrigin>
<com:Airport Code="DEN"/>
</air:FlightOrigin>
<air:FlightDestination>
<com:Airport Code="SYD"/>
</air:FlightDestination>
<air:CarrierList IncludeCarrier="true">
<air:CarrierCode>BA</air:CarrierCode>
</air:CarrierList>
</air:GeneralTimeTable>
<!--<air:SpecificTimeTable StartDate="" Carrier="?" FlightNumber="?">
<air:FlightOrigin>
<com:Airport Code="?"/>
</air:FlightOrigin>
<air:FlightDestination>
<com:Airport Code="?"/>
</air:FlightDestination>
</air:SpecificTimeTable>-->
</air:FlightTimeTableCriteria>
</air:FlightTimeTableReq>
</soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP:Body>
<air:FlightTimeTableRsp TraceId="trace" TransactionId="8498BA0B0A047114C742D34208A82A7B" ResponseTime="227" xmlns:air="http://www.travelport.com/schema/air_v33_0">
<air:FlightTimeTableList>
<air:FlightTimeDetail Key="PYO9rLiOSQSygBFkPK8MJA==" VendorCode="BA" FlightNumber="218" Origin="DEN" Destination="LHR" DepartureTime="17:50:00-07:00" ArrivalTime="09:35:00+00:00" StopCount="0" Equipment="744" ScheduleStartDate="2016-02-01" ScheduleEndDate="2016-03-01" DisplayOption="true" DayChange="1" JourneyTime="525" FlightTime="525" EndTerminal="3" InsideAvailability="Y" SecureSell="SS">
<air:DaysOfOperation Mon="true" Wed="true" Thu="true" Fri="true" Sat="true" Sun="true"/>
<air:Connection/>
</air:FlightTimeDetail>
<air:FlightTimeDetail Key="FioXPEdUTfKmYUWpW7uvCw==" VendorCode="BA" FlightNumber="15" Origin="LHR" Destination="SYD" DepartureTime="21:45:00+00:00" ArrivalTime="06:50:00+11:00" StopCount="1" Equipment="777" ScheduleStartDate="2016-02-01" ScheduleEndDate="2016-03-01" DisplayOption="true" DayChange="2" JourneyTime="1325" FlightTime="1325" StartTerminal="5" EndTerminal="1" FirstIntermediateStop="SIN" LastIntermediateStop="SIN" InsideAvailability="Y" SecureSell="SS">
<air:DaysOfOperation Mon="true" Tue="true" Wed="true" Thu="true" Fri="true" Sat="true" Sun="true"/>
</air:FlightTimeDetail>
</air:FlightTimeTableList>
</air:FlightTimeTableRsp>
</SOAP:Body>
</SOAP:Envelope>
For the FlightInformationReq, please use the URL endpoint as 'https://americas.universal-api.pp.travelport.com/B2BGateway/connect/uAPI/FlightService'
Please let me know how it goes. Thanks.
Thanks & Regards Vivekjyoti Pramanik
Hi Vivek,
Thank you much
FlightInformationReq request and other service reques()OSRt have bone. now i am doing SSR request with with AirCreateReservationReq. i will let you know the progress
Thank you very much for your support.
Hi vivekjyotipramanik ,
Beside SSR, how can get information regarding services like Free Meal, Number of available seats in with LowFareSerach Request.
Regards, Rajesh
Hi rajeshtandukar,
The details if a particular AirSegment offers meals, seats etc and the number of seats, we can run the AirMerchandisingofferAvailability and Seatmapreq. Please find below the link with the complete flow samples. Please let us know how it goes. Thanks.
Hi rajeshtandukar, i run AirMerchandisingofferAvailability request but get error. Below are my request and response xml. <?xml version="1.0"?>
Hi rajeshtandukar,
Could you please check the below sample request and update your xml request as the below. Also, Could you please confirm the endpoint URL you are using. The above error, looks like coming from incorrect use of endpoint URL. Please let us know how it goes. Thanks.
Hello Vivek,
i have some requirements to do with air reservation
1 meal request and
2 special service request (eg wheel chair , oxygen cylinder)
Is it possible to send above request with AirCreateReservationReq? or could you please send me some sample request format?
can i have sample request for FlightTimeTableReq'' to get First intermediate stop, Last intermediate and technical stop detailsstop?
For get NumberofStop information i am using following request. request
i am getting following error Universal API/uAPI9422509294-4f737f4adW}52=eYSkError 404: SRVE0295E: Error reported: 404
is Anything missing with this request or permission problems??
Thanks in Advance