Аналогичен формату запроса RunCitySearch.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:stl="http://nemo-ibe.com/STL" xmlns:hot="http://nemo-ibe.com/Hotels">
<soapenv:Header/>
<soapenv:Body>
<tem:CitySearch>
<!--Optional:-->
<tem:Request>
<stl:Requisites>
<!--Optional:-->
<stl:Login>...</stl:Login>
<!--Optional:-->
<stl:Password>...</stl:Password>
</stl:Requisites>
<stl:UserID>...</stl:UserID>
<stl:RequestBody>
<hot:CheckInDate>2016-09-25T00:00:00.000Z</hot:CheckInDate>
<hot:CheckOutDate>2016-09-28T00:00:00.000Z</hot:CheckOutDate>
<hot:CityId>1870586</hot:CityId>
<hot:Rooms>
<!--Zero or more repetitions:-->
<hot:Room>
<hot:AdultsCount>1</hot:AdultsCount>
<!--Optional:-->
<hot:ChildrenCount>1</hot:ChildrenCount>
<!--Optional:-->
<hot:ChildrenAges>
<!--Zero or more repetitions:-->
<hot:Age>10</hot:Age>
</hot:ChildrenAges>
</hot:Room>
</hot:Rooms>
<hot:CurrencyCode>EUR</hot:CurrencyCode>
<!--Optional:-->
<hot:ClientNationality>AF</hot:ClientNationality>
</stl:RequestBody>
</tem:Request>
</tem:CitySearch>
</soapenv:Body>
</soapenv:Envelope>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<CitySearchResponse xmlns="http://tempuri.org/">
<CitySearchResult xmlns:a="http://nemo-ibe.com/STL" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<a:RequestID>449123</a:RequestID>
<a:ResponseBody xmlns:b="http://nemo-ibe.com/Hotels">
<b:RoomsRequestData>
<b:Room>
<b:AdultsCount>1</b:AdultsCount>
<b:ChildrenCount>1</b:ChildrenCount>
<b:ChildrenAges>
<b:Age>10</b:Age>
</b:ChildrenAges>
</b:Room>
</b:RoomsRequestData>
<b:RoomTypesGroup>
<b:Type>
<b:Id>4491230100000</b:Id>
<b:Name>Double</b:Name>
<b:CommonName>Double</b:CommonName>
</b:Type>
<b:Type>
<b:Id>4491230100001</b:Id>
<b:Name>Superior Double</b:Name>
<b:CommonName>Superior Double</b:CommonName>
</b:Type>
.
.
.
<b:Type>
<b:Id>4491230100016</b:Id>
<b:Name>Studio Superior with balcony</b:Name>
<b:CommonName>Studio Superior with balcony</b:CommonName>
</b:Type>
</b:RoomTypesGroup>
<b:RoomMealsGroup>
<b:Meal>
<b:Id>4491230100000</b:Id>
<b:MealCode>BB</b:MealCode>
<b:Name>Завтрак "Шведский стол"</b:Name>
</b:Meal>
<b:Meal>
<b:Id>4491230100001</b:Id>
<b:MealCode>RO</b:MealCode>
<b:Name>-</b:Name>
</b:Meal>
</b:RoomMealsGroup>
<b:RoomRatesGroup>
<b:Rate>
<b:Id>4491230000000</b:Id>
<b:Price>
<a:Amount>300.89</a:Amount>
<a:Currency>EUR</a:Currency>
</b:Price>
<b:IsSpecialOffer>false</b:IsSpecialOffer>
<b:VisaSupportProvided>false</b:VisaSupportProvided>
<b:IsNonRefundable>false</b:IsNonRefundable>
<b:BookingRemarks i:nil="true"/>
<b:CancellationRules/>
<b:Availability>OnRequest</b:Availability>
<b:AdditionalInfo xmlns:c="">
<c:SupplierInformation>
<c:Name>Rate info</c:Name>
<c:Value xmlns:d="">
<d:string>Marriott Senior Discount - Available to guests 62 years of age or older. - Proof of age eligibility required at check-in.</d:string>
<d:string>Marriott Senior Discount, includes 62 years and older valid ID required</d:string>
</c:Value>
</c:SupplierInformation>
<c:SupplierInformation>
<c:Name>Cancellation rules</c:Name>
<c:Value xmlns:d="">
<d:string>2020-04-27T23:59:00</d:string>
<d:string>Cancel Penalty Amount: 1130.64 </d:string>
</c:Value>
</c:SupplierInformation>
</b:AdditionalInfo>
</b:Rate>
<b:Rate>
<b:Id>4491230000001</b:Id>
<b:Price>
<a:Amount>435.31</a:Amount>
<a:Currency>EUR</a:Currency>
</b:Price>
<b:IsSpecialOffer>false</b:IsSpecialOffer>
<b:VisaSupportProvided>false</b:VisaSupportProvided>
<b:IsNonRefundable>false</b:IsNonRefundable>
<b:BookingRemarks i:nil="true"/>
<b:CancellationRules/>
<b:Availability>OnRequest</b:Availability>
</b:Rate>
.
.
.
<b:Rate>
<b:Id>4491230000669</b:Id>
<b:Price>
<a:Amount>277.5</a:Amount>
<a:Currency>EUR</a:Currency>
</b:Price>
<b:IsSpecialOffer>false</b:IsSpecialOffer>
<b:VisaSupportProvided>false</b:VisaSupportProvided>
<b:IsNonRefundable>false</b:IsNonRefundable>
<b:BookingRemarks i:nil="true"/>
<b:CancellationRules/>
<b:Availability>FreeSale</b:Availability>
</b:Rate>
</b:RoomRatesGroup>
<b:RoomsGroup>
<b:Room>
<b:Id>0</b:Id>
<b:TypeId>0</b:TypeId>
<b:MealId>0</b:MealId>
<b:RateId>0</b:RateId>
</b:Room>
<b:Room>
<b:Id>1</b:Id>
<b:TypeId>1</b:TypeId>
<b:MealId>0</b:MealId>
<b:RateId>1</b:RateId>
</b:Room>
.
.
.
<b:Room>
<b:Id>840</b:Id>
<b:TypeId>473</b:TypeId>
<b:MealId>1</b:MealId>
<b:RateId>669</b:RateId>
</b:Room>
</b:RoomsGroup>
<b:CancellationRules i:nil="true"/>
<b:Hotels>
<b:Hotel>
<b:HotelId>50216702</b:HotelId>
<b:Name>Ibis Moscow Paveletskaya</b:Name>
<b:RoomGroups>
<b:Room>
<b:SearchRoomId>0</b:SearchRoomId>
<b:RoomVariants>
<b:RoomId>4491230000000</b:RoomId>
</b:RoomVariants>
<b:Markups>
<b:Markup>
<b:RoomVariantId>4491230000000</b:RoomVariantId>
<b:Sum>
<a:Amount>-26.8307638168335</a:Amount>
<a:Currency>EUR</a:Currency>
</b:Sum>
</b:Markup>
</b:Markups>
<b:AgencyCharges>
<b:AgencyCharge>
<b:RoomVariantId>4491230000000</b:RoomVariantId>
<b:Sum>
<a:Amount>-1.24884233810008</a:Amount>
<a:Currency>EUR</a:Currency>
</b:Sum>
</b:AgencyCharge>
</b:AgencyCharges>
<b:ServiceCharges>
<b:ServiceCharge>
<b:RoomVariantId>4491230000000</b:RoomVariantId>
<b:Sum>
<a:Amount>-3.43047529459</a:Amount>
<a:Currency>EUR</a:Currency>
</b:Sum>
</b:ServiceCharge>
</b:ServiceCharges>
</b:Room>
</b:RoomGroups>
</b:Hotel>
.
.
.
<b:Hotel>
<b:HotelId>50851579</b:HotelId>
<b:Name>Kvart Apartments Mayakovskaya</b:Name>
<b:RoomGroups>
<b:Room>
<b:SearchRoomId>0</b:SearchRoomId>
<b:RoomVariants>
<b:RoomId>4491230000011</b:RoomId>
</b:RoomVariants>
<b:Markups>
<b:Markup>
<b:RoomVariantId>4491230000011</b:RoomVariantId>
<b:Sum>
<a:Amount>-26.8307638168335</a:Amount>
<a:Currency>EUR</a:Currency>
</b:Sum>
</b:Markup>
</b:Markups>
<b:AgencyCharges>
<b:AgencyCharge>
<b:RoomVariantId>4491230000011</b:RoomVariantId>
<b:Sum>
<a:Amount>-1.24884233810008</a:Amount>
<a:Currency>EUR</a:Currency>
</b:Sum>
</b:AgencyCharge>
</b:AgencyCharges>
<b:ServiceCharges>
<b:ServiceCharge>
<b:RoomVariantId>4491230000011</b:RoomVariantId>
<b:Sum>
<a:Amount>-3.43047529459</a:Amount>
<a:Currency>EUR</a:Currency>
</b:Sum>
</b:ServiceCharge>
</b:ServiceCharges>
</b:Room>
</b:RoomGroups>
</b:Hotel>
</b:Hotels>
<b:SearchId>41348</b:SearchId>
</a:ResponseBody>
</CitySearchResult>
</CitySearchResponse>
</s:Body>
</s:Envelope>