Запрос поиска по диапазону дат.
<RequestWithDateRangeSearchRQBody xmlns="http://nemo-ibe.com/STL" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Requisites>
<stl:AuthToken>token010203D</stl:AuthToken>
</Requisites>
<UserID>100</UserID>
<RequestType>P</RequestType>
<RequestBody>
<a:RequestedFlightInfo>
<a:ODPairs>
<a:ODPair>
<a:StartDate>2022-09-14T00:00:00</a:StartDate>
<a:EndDate>2023-09-30T00:00:00</a:EndDate>
<a:DeparturePoint>
<b:Code>PAR</b:Code>
</a:DeparturePoint>
<a:ArrivalPoint>
<b:Code>BCN</b:Code>
</a:ArrivalPoint>
</a:ODPair>
</a:ODPairs>
</a:RequestedFlightInfo>
<a:Restrictions>
<b:ClassPreference>
<b:ClassOfService>Economy</b:ClassOfService>
</b:ClassPreference>
<b:SourcePreference>
<b:Source>-10656</b:Source>
</b:SourcePreference>
</a:Restrictions>
</RequestBody>
</RequestWithDateRangeSearchRQBody>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<DateRangeSearchResponse xmlns="http://nemo-ibe.com/Avia">
<DateRangeSearchResult xmlns:a="http://nemo-ibe.com/STL" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<a:RequestID>144738956</a:RequestID>
<a:ResponseBody>
<PlaneFlights>
<Flight>
<a:ID i:nil="true"/>
<SourceID>84786</SourceID>
<TypeInfo>
<Type>Regular</Type>
<DirectionType>OW</DirectionType>
</TypeInfo>
<Segments>
<Segment>
<a:ID>0</a:ID>
<DepAirp>
<AirportCode>VOZ</AirportCode>
<CityCode>VOZ</CityCode>
<UTC>3</UTC>
</DepAirp>
<ArrAirp>
<AirportCode>VKO</AirportCode>
<CityCode>MOW</CityCode>
<UTC>3</UTC>
</ArrAirp>
<FlightNumber>560</FlightNumber>
<OpAirline>7R</OpAirline>
<DepDateTime>02.06.2019</DepDateTime>
<BookingClass>
<BaseClass>Economy</BaseClass>
<BookingClassCode>U</BookingClassCode>
</BookingClass>
<ETicket>true</ETicket>
<RequestedSegment>0</RequestedSegment>
</Segment>
</Segments>
<PriceInfo>
<Price>
<a:ID>0</a:ID>
<ValidatingCompany>7R</ValidatingCompany>
<Refundable>Unknown</Refundable>
<PrivateFareInd>false</PrivateFareInd>
<PassengerFares>
<PassengerFare>
<Type>ADT</Type>
<Quantity>1</Quantity>
<TotalFare>
<a:Amount>4210</a:Amount>
<a:Currency>RUB</a:Currency>
</TotalFare>
</PassengerFare>
</PassengerFares>
</Price>
</PriceInfo>
</Flight>
</PlaneFlights>
<SubsidiesInformation/>
</a:ResponseBody>
</DateRangeSearchResult>
</DateRangeSearchResponse>
</s:Body>
</s:Envelope>