Request for date range search.
<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">
<soapenv:Header/>
<soapenv:Body>
<avia:DateRangeSearch>
<avia:Request>
<stl:Requisites>
<stl:AuthToken>token</stl:AuthToken>
</stl:Requisites>
<stl:UserID>11111</stl:UserID>
<stl:RequestType>P</stl:RequestType>
<stl:RequestBody>
<avia1:RequestedFlightInfo>
<avia1:ODPairs>
<avia1:ODPair>
<avia1:StartDate>2024-12-02T00:00:00</avia1:StartDate>
<avia1:EndDate>2024-12-21T00:00:00</avia1:EndDate>
<avia1:DeparturePoint>
<avia:Code>PAR</avia:Code>
<avia:IsCity>true</avia:IsCity>
</avia1:DeparturePoint>
<avia1:ArrivalPoint>
<avia:Code>BCN</avia:Code>
<avia:IsCity>true</avia:IsCity>
</avia1:ArrivalPoint>
</avia1:ODPair>
</avia1:ODPairs>
</avia1:RequestedFlightInfo>
<avia1:Restrictions>
<avia:ClassPreference>
<avia:ClassOfService>Economy</avia:ClassOfService>
</avia:ClassPreference>
<avia:ResultsGrouping>None</avia:ResultsGrouping>
<avia:SourcePreference>
<avia:Source>-10000</avia:Source>
</avia:SourcePreference>
</avia1:Restrictions>
</stl:RequestBody>
</avia:Request>
</avia:DateRangeSearch>
</soapenv:Body>
</soapenv:Envelope>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<DateRangeSearchResponse xmlns="http://ws-ibe.com/Avia">
<DateRangeSearchResult xmlns:a="http://ws-ibe.com/STL" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<a:RequestID>1000000006</a:RequestID>
<a:ResponseBody>
<SearchData>
<Now i:nil="true"/>
<StartTime>2024-12-27 17:13:10 +03:00</StartTime>
<IsComplete>true</IsComplete>
<IsAsync>false</IsAsync>
<Sources i:nil="true"/>
<SearchThreads>
<SearchThreadInfo>
<SourceID>-10000</SourceID>
<IsComplete>true</IsComplete>
<StartTime>2024-12-27 14:13:10 +00:00</StartTime>
<Duration>00:00:00.1691782</Duration>
<FromCache>false</FromCache>
<OriginalSearchID>1000000006</OriginalSearchID>
</SearchThreadInfo>
</SearchThreads>
<ProcessingData>
<FlightsFromSuppliersCount>2</FlightsFromSuppliersCount>
</ProcessingData>
</SearchData>
<PlaneFlights>
<Flight>
<a:ID i:nil="true"/>
<SourceID>-10000</SourceID>
<TypeInfo>
<Type>Regular</Type>
<DirectionType>OW</DirectionType>
</TypeInfo>
<MandatoryLatinNames>true</MandatoryLatinNames>
<Segments>
<Segment>
<a:ID>0</a:ID>
<DepAirp>
<AirportCode>CDG</AirportCode>
<CityCode>PAR</CityCode>
<UTC>3</UTC>
</DepAirp>
<ArrAirp>
<AirportCode>BCN</AirportCode>
<CityCode>BCN</CityCode>
<UTC>5</UTC>
</ArrAirp>
<FlightNumber>373</FlightNumber>
<DepDateTime>2024-12-27T00:00:00</DepDateTime>
<ArrDateTime>2024-12-27T00:00:00</ArrDateTime>
<ETicket>false</ETicket>
<RequestedSegment>0</RequestedSegment>
</Segment>
</Segments>
<PriceInfo>
<Price>
<a:ID>0</a:ID>
<ValidatingCompany i:nil="true"/>
<Refundable>Unknown</Refundable>
<PrivateFareInd>false</PrivateFareInd>
<PassengerFares>
<PassengerFare>
<Type>ADT</Type>
<Quantity>1</Quantity>
<TotalFare>
<a:Amount>92.74</a:Amount>
<a:Currency>USD</a:Currency>
</TotalFare>
</PassengerFare>
</PassengerFares>
</Price>
</PriceInfo>
</Flight>
<Flight>
<a:ID i:nil="true"/>
<SourceID>-10000</SourceID>
<TypeInfo>
<Type>Regular</Type>
<DirectionType>OW</DirectionType>
</TypeInfo>
<MandatoryLatinNames>true</MandatoryLatinNames>
<Segments>
<Segment>
<a:ID>0</a:ID>
<DepAirp>
<AirportCode>CDG</AirportCode>
<CityCode>PAR</CityCode>
<UTC>3</UTC>
</DepAirp>
<ArrAirp>
<AirportCode>BCN</AirportCode>
<CityCode>BCN</CityCode>
<UTC>5</UTC>
</ArrAirp>
<FlightNumber>373</FlightNumber>
<DepDateTime>2024-12-28T00:00:00</DepDateTime>
<ArrDateTime>2024-12-28T00:00:00</ArrDateTime>
<ETicket>false</ETicket>
<RequestedSegment>0</RequestedSegment>
</Segment>
</Segments>
<PriceInfo>
<Price>
<a:ID>0</a:ID>
<ValidatingCompany i:nil="true"/>
<Refundable>Unknown</Refundable>
<PrivateFareInd>false</PrivateFareInd>
<PassengerFares>
<PassengerFare>
<Type>ADT</Type>
<Quantity>1</Quantity>
<TotalFare>
<a:Amount>92.74</a:Amount>
<a:Currency>USD</a:Currency>
</TotalFare>
</PassengerFare>
</PassengerFares>
</Price>
</PriceInfo>
</Flight>
</PlaneFlights>
</a:ResponseBody>
</DateRangeSearchResult>
</DateRangeSearchResponse>
</s:Body>
</s:Envelope>