Splitting of a part of passengers into a separate new booking.
The latest version of the request, differences are only in the response to the request in the additional services block from the Book_2_2 request.
<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:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://websky-ibe.com/STL" xmlns:ns2="http://websky-ibe.com/Avia">
<soapenv:Header/>
<soapenv:Body>
<avia:SplitBook_2_2>
<avia:Request>
<stl:Requisites>
<stl:AuthToken>token</stl:AuthToken>
</stl:Requisites>
<stl:UserID>11111</stl:UserID>
<stl:RequestType>P</stl:RequestType>
<stl:RequestBody>
<avia:BookID>100000</avia:BookID>
<avia:Passengers>
<stl:Ref>3</stl:Ref>
</avia:Passengers>
</stl:RequestBody>
</avia:Request>
</avia:SplitBook_2_2>
</soapenv:Body>
</soapenv:Envelope>
2.0 version Booking with the splitted passengers. Information about the parent and child booking is stored in the DataItems.DataItem.ReferencedBooks.
[Warning] When importing a reservation in this item, only the parent and child PNR codes from the provider system will be displayed.
[Warning] For the uAPI provider, information about the parent and child PNR will be lost, since it is not stored in the PNR.
[Warning] For the SitaGabriel provider, PNRs that are linked to the current one through the third one will also be parsed into the child PNRs, because there is no way to distinguish them.
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<SplitBook_2_2Response xmlns="http://ws-ibe.com/Avia">
<SplitBook_2_2Result xmlns:a="http://ws-ibe.com/STL" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<a:RequestID>10000657921</a:RequestID>
<a:ResponseBody xmlns:b="http://websky.travel/STL">
<a:ID>100001</a:ID>
<b:OwnerID>36110</b:OwnerID>
<b:DateInfo>
<a:Created>2024-12-10 12:31:27 +03:00</a:Created>
<a:LastUpdate>2024-12-10 12:31:31 +03:00</a:LastUpdate>
</b:DateInfo>
<b:PossibleActions>
<a:Action>Get</a:Action>
<a:Action>Update</a:Action>
<a:Action>GetHistory</a:Action>
<a:Action>GetEDData</a:Action>
<a:Action>Void</a:Action>
<a:Action>Modify</a:Action>
<a:Action>AdditionalOperations</a:Action>
<a:Action>Refund</a:Action>
<a:Action>Exchange</a:Action>
<a:Action>ReleaseSeat</a:Action>
<a:Action>GetPNRTerminalView</a:Action>
</b:PossibleActions>
<b:Travellers>
<a:Traveller>
<a:ID>1</a:ID>
<a:IDInPNR>14</a:IDInPNR>
<a:Type>ADT</a:Type>
<a:Name>NICO</a:Name>
<a:LastName>ROSBERG</a:LastName>
<a:MiddleName>ERIK</a:MiddleName>
<a:DateOfBirth>20.06.1996</a:DateOfBirth>
<a:Nationality>DE</a:Nationality>
<a:Gender>F</a:Gender>
</a:Traveller>
</b:Travellers>
<b:Services>
<a:Service i:type="a:FlightService">
<a:ID>0</a:ID>
<a:SupplierID>ABCDEF</a:SupplierID>
<a:Status>Ticketed</a:Status>
<a:Type>Regular</a:Type>
<a:DirectionType>OW</a:DirectionType>
<a:Segments>
<a:FlightSegment>
<a:ID>0</a:ID>
<a:IDInPNR>14</a:IDInPNR>
<a:DepatureAirport>
<a:Code>CDG</a:Code>
<a:SubPointCode>2F</a:SubPointCode>
<a:CityCode>PAR</a:CityCode>
<a:UTC>1</a:UTC>
</a:DepatureAirport>
<a:ArrivalAirport>
<a:Code>BCN</a:Code>
<a:SubPointCode>1</a:SubPointCode>
<a:CityCode>BCN</a:CityCode>
<a:UTC>1</a:UTC>
</a:ArrivalAirport>
<a:DepatureDateTime>2024-12-14T12:00:00</a:DepatureDateTime>
<a:ArrivalDateTime>2024-12-14T12:30:00</a:ArrivalDateTime>
<a:FlightTime>30</a:FlightTime>
<a:FlightNumber>603</a:FlightNumber>
<a:AircraftType>321</a:AircraftType>
<a:OperatingAirline>AY</a:OperatingAirline>
<a:MarketingAirline>AY</a:MarketingAirline>
<a:ETicket>true</a:ETicket>
<a:BookingClassCode>E</a:BookingClassCode>
<a:Status>Confirmed</a:Status>
<a:StatusCode>HK</a:StatusCode>
<a:SupplierRef>ABBCCDD/AY</a:SupplierRef>
<a:RequestedSegment>0</a:RequestedSegment>
<a:OperatingFlightNumber>603</a:OperatingFlightNumber>
<a:CabinLayout>C12Y120</a:CabinLayout>
</a:FlightSegment>
</a:Segments>
<a:GroupOrder>false</a:GroupOrder>
</a:Service>
</b:Services>
<b:Price>
<a:TotalPrice>
<a:Amount>40.1</a:Amount>
<a:Currency>USD</a:Currency>
</a:TotalPrice>
<a:ExpectedTicketCount>1</a:ExpectedTicketCount>
<a:PriceBreakdown>
<a:PricePart>
<a:ServiceRef>
<a:Ref>0</a:Ref>
</a:ServiceRef>
<a:SegmentRef>
<a:Ref>0</a:Ref>
</a:SegmentRef>
<a:TotalPrice>
<a:Amount>40.1</a:Amount>
<a:Currency>USD</a:Currency>
</a:TotalPrice>
<a:ValidatingCompany>AY</a:ValidatingCompany>
<a:Refundable>Refundable</a:Refundable>
<a:PassengerTypePriceBreakdown>
<a:PassengerTypePrice>
<a:TravellerRef>
<a:Ref>1</a:Ref>
</a:TravellerRef>
<a:PricingType>ADT</a:PricingType>
<a:BaseFare>
<a:Amount>5</a:Amount>
<a:Currency>USD</a:Currency>
</a:BaseFare>
<a:EquiveFare>
<a:Amount>5</a:Amount>
<a:Currency>USD</a:Currency>
</a:EquiveFare>
<a:TotalFare>
<a:Amount>40.1</a:Amount>
<a:Currency>USD</a:Currency>
</a:TotalFare>
<a:Taxes>
<a:Tax>
<a:Amount>35.1</a:Amount>
<a:Currency>USD</a:Currency>
<a:TaxCode>YQ</a:TaxCode>
<a:Type>aircompany</a:Type>
</a:Tax>
</a:Taxes>
<a:Tariffs>
<a:Tariff i:type="a:AirTariff">
<a:Code>ELTOW</a:Code>
<a:Type>Public</a:Type>
<a:ClassOfService>Economy</a:ClassOfService>
<a:BookingClassCode>E</a:BookingClassCode>
<a:SegmentID>0</a:SegmentID>
<a:FreeBaggage>
<a:Value>1</a:Value>
<a:Measure>Pieces</a:Measure>
</a:FreeBaggage>
<a:Cabin>Economy</a:Cabin>
<a:BaggageDetailsList>
<Baggage>
<a:Type>CheckedBaggage</a:Type>
<a:Count>1</a:Count>
<a:Weight i:nil="true"/>
<a:WeightUnit i:nil="true"/>
<a:Size i:nil="true"/>
</Baggage>
</a:BaggageDetailsList>
</a:Tariff>
</a:Tariffs>
<a:FareCalc>Text</a:FareCalc>
</a:PassengerTypePrice>
</a:PassengerTypePriceBreakdown>
</a:PricePart>
</a:PriceBreakdown>
<a:FareFamiliesDescriptions/>
<a:SubsidiesInformation/>
</b:Price>
<b:DataItems>
<a:DataItem>
<a:ID>0</a:ID>
<a:Type>SourceInfo</a:Type>
<a:SourceInfo>
<a:ID>-1000000</a:ID>
<a:BookingSupplierAgencyID>34214312</a:BookingSupplierAgencyID>
<a:TicketingSupplierAgencyID>34214312</a:TicketingSupplierAgencyID>
<a:Supplier>Sabre</a:Supplier>
<a:Environment>CERT</a:Environment>
<a:RequisitesTimeZoneId>UTC</a:RequisitesTimeZoneId>
</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>2024-12-14 13:30:00 +03:00</a:EffectiveTimeLimit>
<a:AgencyTimeLimit>2024-12-11 12:31:27 +03:00</a:AgencyTimeLimit>
<a:VoidTimeLimit>2024-12-10 23:59:00 +03:00</a:VoidTimeLimit>
</a:TimeLimits>
</a:DataItem>
<a:DataItem>
<a:ID>2</a:ID>
<a:Type>ValidatingCompany</a:Type>
<a:ValidatingCompany>
<a:Code>AY</a:Code>
</a:ValidatingCompany>
</a:DataItem>
<a:DataItem>
<a:ID>3</a:ID>
<a:TravellerRef>
<a:Ref>1</a:Ref>
</a:TravellerRef>
<a:ServiceRef>
<a:Ref>0</a:Ref>
</a:ServiceRef>
<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>110288036</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>C8W83KAA2</a:Number>
<a:IssueCountryCode>DE</a:IssueCountryCode>
<a:ElapsedTime>11.07.2034</a:ElapsedTime>
</a:Document>
</a:DataItem>
<a:DataItem>
<a:ID>1366170419</a:ID>
<a:TravellerRef>
<a:Ref>1</a:Ref>
</a:TravellerRef>
<a:ServiceRef>
<a:Ref>0</a:Ref>
</a:ServiceRef>
<a:SegmentRef>
<a:Ref>0</a:Ref>
</a:SegmentRef>
<a:Type>ED</a:Type>
<a:ElectronicDocument>
<a:Number>00Z2400065803</a:Number>
<a:Status>Active</a:Status>
<a:ServiceType>Flight</a:ServiceType>
<a:IssueDateTime>2024-12-10 12:30:00 +03:00</a:IssueDateTime>
<a:VAT>
<a:Amount>0</a:Amount>
<a:Currency>USD</a:Currency>
</a:VAT>
<a:VATBreakdown>
<a:Tariff>
<a:Amount>0</a:Amount>
<a:Currency>USD</a:Currency>
<a:Percent>0</a:Percent>
<b:Breakdown i:nil="true"/>
</a:Tariff>
<a:Taxes>
<a:Amount>0</a:Amount>
<a:Currency>USD</a:Currency>
</a:Taxes>
<a:Total>
<a:Amount>0</a:Amount>
<a:Currency>USD</a:Currency>
</a:Total>
</a:VATBreakdown>
<a:IssuedExternally>false</a:IssuedExternally>
</a:ElectronicDocument>
</a:DataItem>
<a:DataItem>
<a:ID>6</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>4915903752222</a:PhoneNumber>
</a:Telephone>
</a:ContactInfo>
</a:DataItem>
<a:DataItem>
<a:ID>7</a:ID>
<a:Type>ContactInfo</a:Type>
<a:ContactInfo>
<a:Telephone>
<a:Type>A</a:Type>
<a:PhoneNumber>4915903751111</a:PhoneNumber>
</a:Telephone>
</a:ContactInfo>
</a:DataItem>
<a:DataItem>
<a:ID>8</a:ID>
<a:Type>ContactInfo</a:Type>
<a:ContactInfo>
<a:Telephone>
<a:Type>A</a:Type>
<a:PhoneNumber>4915903750000</a:PhoneNumber>
</a:Telephone>
</a:ContactInfo>
</a:DataItem>
<a:DataItem>
<a:ID>11</a:ID>
<a:Type>ReferencedBooks</a:Type>
<a:ReferencedBooks>
<a:ParentBook>
<a:ID>100000</a:ID>
<a:SupplierID>ABBTTRDD</a:SupplierID>
</a:ParentBook>
</a:ReferencedBooks>
</a:DataItem>
</b:DataItems>
</a:ResponseBody>
</SplitBook_2_2Result>
</SplitBook_2_2Response>
</s:Body>
</s:Envelope>