Creation of a flight booking. Works with a 2.2 booking structure. The latest version of the BookFlight request.
Similar to the previous version of BookFlight_2_0, the difference is only in the ancillary services block:
<avia1:AncillaryServices>
<avia1:AncillaryService>
<avia1:ID>1</avia1:ID>
<avia1:Name>SEA FOOD</avia1:Name>
<avia1:Group>ML</avia1:Group>
<avia1:RFIC>G</avia1:RFIC>
<avia1:RFISC>SW3</avia1:RFISC>
<avia1:Type>F</avia1:Type>
<avia1:TravellerRef>1</avia1:TravellerRef>
<avia1:SegmentRef>
<stl:Ref>1</stl:Ref>
</avia1:SegmentRef>
<avia1:Quantity>1</avia1:Quantity>
<avia1:EMDType>A</avia1:EMDType>
</avia1:AncillaryService>
</avia1:AncillaryServices>
Creation of a flight booking. Works with a 2.1 booking structure.
Similar to the previous version of BookFlight_2_0, the difference is only in the flat format of ancillary services.
<a:AncillaryServiceRQ_1_1>
<a:ID>0</a:ID>
<a:Name i:nil="true"/>
<a:RFIC>G</a:RFIC>
<a:RFISC>BF1</a:RFISC>
<a:Type>F</a:Type>
<a:TravellerRef>1</a:TravellerRef>
<a:SegmentRef>1</a:SegmentRef>
<a:Quantity>1</a:Quantity>
</a:AncillaryServiceRQ_1_1>
<a:AncillaryServiceRQ_1_1>
<a:ID>0</a:ID>
<a:Name i:nil="true"/>
<a:RFIC>G</a:RFIC>
<a:RFISC>BF1</a:RFISC>
<a:Type>F</a:Type>
<a:TravellerRef>1</a:TravellerRef>
<a:SegmentRef>2</a:SegmentRef>
<a:Quantity>1</a:Quantity>
</a:AncillaryServiceRQ_1_1>
Creation of a flight booking. Works with a 2.0 booking structure. Differences are only in the ancillary services block.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:avia="http://ws-ibe.com/Avia" xmlns:stl="http://ws-ibe.com/STL" xmlns:avia1="http://websky.travel/Avia" xmlns:stl1="http://websky.travel/STL" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://websky-ibe.com/STL" xmlns:ns2="http://websky-ibe.com/Avia" xmlns:ns3="http://websky.travel/Avia">
<soapenv:Header/>
<soapenv:Body>
<avia:BookFlight_2_2>
<avia:Request>
<stl:Requisites>
<stl:AuthToken>token</stl:AuthToken>
</stl:Requisites>
<stl:UserID>111111</stl:UserID>
<stl:RequestType>P</stl:RequestType>
<stl:RequestBody>
<avia:FlightID>1212541422000000</avia:FlightID>
<avia1:Travellers>
<stl:Traveller>
<stl:ID>1</stl:ID>
<stl:Type>ADT</stl:Type>
<stl:Name>SEBASTIAN</stl:Name>
<stl:LastName>VETTEL</stl:LastName>
<stl:MiddleName></stl:MiddleName>
<stl:DateOfBirth>11.02.1994</stl:DateOfBirth>
<stl:Nationality>DE</stl:Nationality>
<stl:Gender>M</stl:Gender>
</stl:Traveller>
</avia1:Travellers>
<avia1:DataItems>
<stl:DataItem>
<stl:ID>1</stl:ID>
<stl:Type>ValidatingCompany</stl:Type>
<stl:ValidatingCompany>
<stl:Code>BA</stl:Code>
<stl:IsForced>false</stl:IsForced>
</stl:ValidatingCompany>
</stl:DataItem>
<stl:DataItem>
<stl:ID>3</stl:ID>
<stl:TravellerRef>
<stl:Ref>1</stl:Ref>
</stl:TravellerRef>
<stl:Type>ContactInfo</stl:Type>
<stl:ContactInfo>
<stl:EmailID>[email protected]</stl:EmailID>
<stl:Telephone>
<stl:Type>M</stl:Type>
<stl:PhoneNumber>+4915903711111</stl:PhoneNumber>
</stl:Telephone>
</stl:ContactInfo>
</stl:DataItem>
<stl:DataItem>
<stl:ID>4</stl:ID>
<stl:TravellerRef>
<stl:Ref>1</stl:Ref>
</stl:TravellerRef>
<stl:Type>IDDocument</stl:Type>
<stl:Document>
<stl:Type>AutosetByNumber</stl:Type>
<stl:Number>C8W83AAA1</stl:Number>
<stl:IssueCountryCode>DE</stl:IssueCountryCode>
<stl:ElapsedTime>03.03.2032</stl:ElapsedTime>
</stl:Document>
</stl:DataItem>
</avia1:DataItems>
</stl:RequestBody>
</avia:Request>
</avia:BookFlight_2_2>
</soapenv:Body>
</soapenv:Envelope>
Attention! In the response for booking request Traveller.ID parameters may not match the parameters shown in the request. Passengers order may be changed due to the special features of the interaction with some GDS/providers.
<?xml version="1.0"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<BookFlight_2_2Response xmlns="http://ws-ibe.com/Avia">
<BookFlight_2_2Result xmlns:a="http://ws-ibe.com/STL" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<a:RequestID>11057350042</a:RequestID>
<a:ResponseBody>
<a:ID>1438774</a:ID>
<a:OwnerID>30712</a:OwnerID>
<a:DateInfo>
<a:Created>2018-05-18 13:26:58 +02:00</a:Created>
<a:LastUpdate>2018-05-18 13:26:59 +02:00</a:LastUpdate>
</a:DateInfo>
<a:PossibleActions>
<a:Action>Get</a:Action>
<a:Action>Update</a:Action>
<a:Action>GetHistory</a:Action>
<a:Action>Ticket</a:Action>
<a:Action>Modify</a:Action>
<a:Action>Cancel</a:Action>
<a:Action>GetPNRTerminalView</a:Action>
</a:PossibleActions>
<a:Travellers>
<a:Traveller>
<a:ID>1</a:ID>
<a:IDInPNR>12</a:IDInPNR>
<a:Type>ADT</a:Type>
<a:Name>SEBASTIAN</a:Name>
<a:LastName>VETTEL</a:LastName>
<a:DateOfBirth>11.02.1994</a:DateOfBirth>
<a:Nationality>DE</a:Nationality>
<a:Gender>M</a:Gender>
<a:ExternalID/>
</a:Traveller>
</a:Travellers>
<a:Services>
<a:Service i:type="a:FlightService">
<a:ID>0</a:ID>
<a:SupplierID>AFBCEF</a:SupplierID>
<a:Status>Booked</a:Status>
<a:SubStatus/>
<a:Type>Regular</a:Type>
<a:DirectionType>OW</a:DirectionType>
<a:Segments>
<a:FlightSegment>
<a:ID>0</a:ID>
<a:IDInPNR>12</a:IDInPNR>
<a:DepatureAirport>
<a:Code>CDG</a:Code>
<a:CityCode>PAR</a:CityCode>
<a:UTC>2</a:UTC>
</a:DepatureAirport>
<a:ArrivalAirport>
<a:Code>BCN</a:Code>
<a:UTC>5</a:UTC>
</a:ArrivalAirport>
<a:DepatureDateTime>2018-09-01T18:00:00</a:DepatureDateTime>
<a:ArrivalDateTime>2018-09-02T00:15:00</a:ArrivalDateTime>
<a:FlightNumber>610</a:FlightNumber>
<a:AircraftType>752</a:AircraftType>
<a:OperatingAirline>BA</a:OperatingAirline>
<a:MarketingAirline>BA</a:MarketingAirline>
<a:ETicket>true</a:ETicket>
<a:BookingClassCode>L</a:BookingClassCode>
<a:Status>Confirmed</a:Status>
<a:StatusCode>HK</a:StatusCode>
<a:RequestedSegment>0</a:RequestedSegment>
</a:FlightSegment>
</a:Segments>
</a:Service>
</a:Services>
<a:Price>
<a:TotalPrice>
<a:Amount>92</a:Amount>
<a:Currency>EUR</a:Currency>
</a:TotalPrice>
<a:ExpectedTicketCount>1</a:ExpectedTicketCount>
<a:PriceBreakdown>
<a:PricePart>
<a:ServiceRef>
<a:Ref>0</a:Ref>
</a:ServiceRef>
<a:TotalPrice>
<a:Amount>92</a:Amount>
<a:Currency>EUR</a:Currency>
</a:TotalPrice>
<a:ValidatingCompany>BA</a:ValidatingCompany>
<a:Refundable>Unknown</a:Refundable>
<a:PassengerTypePriceBreakdown>
<a:PassengerTypePrice>
<a:TravellerRef>
<a:Ref>1</a:Ref>
</a:TravellerRef>
<a:PricingType>ADT</a:PricingType>
<a:BaseFare>
<a:Amount>92</a:Amount>
<a:Currency>EUR</a:Currency>
</a:BaseFare>
<a:EquiveFare>
<a:Amount>92</a:Amount>
<a:Currency>EUR</a:Currency>
</a:EquiveFare>
<a:TotalFare>
<a:Amount>92</a:Amount>
<a:Currency>EUR</a:Currency>
</a:TotalFare>
<a:Taxes/>
<a:Tariffs>
<a:Tariff i:type="a:AirTariff">
<a:Code>LPT12M</a:Code>
<a:Type>Public</a:Type>
<a:ClassOfService>Economy</a:ClassOfService>
<a:BookingClassCode>L</a:BookingClassCode>
<a:SegmentID>0</a:SegmentID>
<a:FreeBaggage>
<a:Value>30</a:Value>
<a:Measure>Kilograms</a:Measure>
</a:FreeBaggage>
<a:FareFamilyDescID>0</a:FareFamilyDescID>
</a:Tariff>
</a:Tariffs>
</a:PassengerTypePrice>
</a:PassengerTypePriceBreakdown>
</a:PricePart>
</a:PriceBreakdown>
<a:FareFamiliesDescriptions>
<a:Description>
<a:ID>0</a:ID>
<a:Name>Tariff 1</a:Name>
<a:Carryon/>
<a:UniversalParameters/>
</a:Description>
</a:FareFamiliesDescriptions>
</a:Price>
<a:DataItems>
<a:DataItem>
<a:ID>0</a:ID>
<a:Type>SourceInfo</a:Type>
<a:SourceInfo>
<a:ID>223344</a:ID>
<a:BookingSupplierAgencyID>1</a:BookingSupplierAgencyID>
<a:TicketingSupplierAgencyID>1</a:TicketingSupplierAgencyID>
<a:Supplier>Sabre</a:Supplier>
<a:Environment>PROD</a:Environment>
</a:SourceInfo>
</a:DataItem>
<a:DataItem>
<a:ID>1</a:ID>
<a:ServiceRef>
<a:Ref>0</a:Ref>
</a:ServiceRef>
<a:Type>TL</a:Type>
<a:TimeLimits>
<a:EffectiveTimeLimit>2018-05-23 23:59:00 +02:00</a:EffectiveTimeLimit>
<a:PriceTimeLimit>2018-05-23 23:59:00 +02:00</a:PriceTimeLimit>
<a:AgencyTimeLimit>2018-05-19 13:26:58 +02:00</a:AgencyTimeLimit>
<a:TicketingTimeLimit>2018-09-01 18:00:00 +02:00</a:TicketingTimeLimit>
</a:TimeLimits>
</a:DataItem>
<a:DataItem>
<a:ID>2</a:ID>
<a:Type>ValidatingCompany</a:Type>
<a:ValidatingCompany>
<a:Code>BA</a:Code>
</a:ValidatingCompany>
</a:DataItem>
<a:DataItem>
<a:ID>3</a:ID>
<a:Type>FOP</a:Type>
<a:PNRFOP>
<a:FOPs>
<a:FOP>
<a:Type>CA</a:Type>
</a:FOP>
</a:FOPs>
</a:PNRFOP>
</a:DataItem>
<a:DataItem>
<a:ID>4</a:ID>
<a:TravellerRef>
<a:Ref>1</a:Ref>
</a:TravellerRef>
<a:Type>IDDocument</a:Type>
<a:Document>
<a:Type>InternationalPassport</a:Type>
<a:Number>C8W83AAA1</a:Number>
<a:IssueCountryCode>DE</a:IssueCountryCode>
<a:ElapsedTime>03.03.2032</a:ElapsedTime>
</a:Document>
</a:DataItem>
<a:DataItem>
<a:ID>5</a:ID>
<a:TravellerRef>
<a:Ref>1</a:Ref>
</a:TravellerRef>
<a:Type>ContactInfo</a:Type>
<a:ContactInfo>
<a:EmailID>[email protected]</a:EmailID>
<a:Telephone>
<a:Type>M</a:Type>
<a:PhoneNumber>+4915903711111</a:PhoneNumber>
</a:Telephone>
</a:ContactInfo>
</a:DataItem>
<a:DataItem>
<a:ID>6</a:ID>
<a:Type>ContactInfo</a:Type>
<a:ContactInfo>
<a:Telephone>
<a:Type>A</a:Type>
<a:PhoneNumber>+4915903700000</a:PhoneNumber>
</a:Telephone>
</a:ContactInfo>
</a:DataItem>
</a:DataItems>
</a:ResponseBody>
</BookFlight_2_2Result>
</BookFlight_2_2Response>
</s:Body>
</s:Envelope>