Commercial Offers request¶
General terms¶
Endpoint: /api/HotelPage
To obtain an array of all available offers for a specific hotel from a particular provider, the Mixvel_HotelPageRQ method is used.
If it is necessary to obtain prices from several providers, separate requests must be made to each of them. Each provider's response will return its own set of offers.
The Mixvel_HotelPageRQ method can be used as a second step in the booking chain (if Mixvel_HotelListRQ, which returns a list of hotels in the desired location is called in the first step), or as a first step (if the client already knows the hotel for which they are interested in rates for specific dates).
Request structure¶
The input data for the request must satisfy the Mixvel_HotelPageRQ.xsd schema and contain the following main data (the table shows the main message parameters, full parameters can be found in the xsd schema or in xml examples of a specific message):
| Parameter XPath | Filling example | Description | Coomments |
|---|---|---|---|
| Mixvel_HotelPageRQ/ Request/ HotelRequest | complex | Hotel information request structure | Structure, see below. |
| …/ ConfirmationMode | Online | Automatic or manual confirmation flag | Optional element. Currently, only offers with auto-confirmation ( ConfirmationMode="Online")are requested. The value ConfirmationMode="OnRequest" is not used. |
| …/ HotelID | ef22b7ac-a176-46b4-b530-03384f817af8 | Hotel ID for which offers are requested | The ID is populated from the MixVel directory. |
| Mixvel_HotelPageRQ/ Request/ HotelRequest/ Period | complex | Check-in/check-out dates | Structure, see below. |
| …/ CheckInDate | 2025-10-25 | Hotel check-in date | - The check-in date is always greater than or equal to the date when the search is performed; - Only the date is transmitted, without reference to the check-in time. |
| …/ CheckOutDate | 2025-10-30 | Hotel check-out date | - The check-out date must be no earlier than 1 day after the check-in date; - The maximum duration of stay for one room is 60 nights ( CheckOutDate - CheckInDate ≤ 60);- Only the date is specified in the parameters, without the check-in time. |
| …/ ProviderCode | HBPro | Provider code in MixVel | The code of the Provider from whom offers are to be obtained is specified. |
| Mixvel_HotelPageRQ/ Request/ RoomsSearchDetails | complex | Number of adult and child occupants in 1 room | Maximum number of persons per room in the search: - maximum 4 adults (ADT); - maximum 3 children (CNN). |
| …/ AdultsAmount | 2 | Number of adults | There must be at least 1 adult per room. |
| …/ Children/AgeMeasure | 10 | Age of child/children | - The AgeMeasure value is an integer from 0 to 17;- The number of AgeMeasure elements corresponds to the number of children;- A child cannot be booked in a room without an adult. |
| …/ RoomsAmount | 1 | Number of rooms | - Within one request, 1 to 4 rooms can be specified; - If more than one room is requested, all rooms of one order will be under the same rate code (i.e., with the same conditions and prices), with the same occupancy (by number of persons, by adults and children). |
Example of the Mixvel_HotelPageRQ request:
Show request example
<MixEnv:Envelop xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelop/1_06">
<Header/>
<Body>
<MessageInfo MessageId="79b67a26-6fc3-41e3-0ac4-14e0ac0245c8" TimeSent="2025-09-18T03:04:38.6129323Z"/>
<AppData>
<HotelPage:Mixvel_HotelPageRQ xmlns:HotelPage="https://www.mixvel.com/API/XSD/Mixvel_HotelPageRQ/1_00">
<Request>
<HotelRequest>
<ConfirmationMode>Online</ConfirmationMode>
<HotelID>ef22b7ac-a176-46b4-b530-03384f817af8</HotelID>
<Period>
<CheckInDate>2025-09-20</CheckInDate>
<CheckOutDate>2025-09-21</CheckOutDate>
</Period>
<ProviderCode>HBPro</ProviderCode>
</HotelRequest>
<RoomsSearchDetails>
<AdultsAmount>1</AdultsAmount>
<RoomsAmount>1</RoomsAmount>
</RoomsSearchDetails>
</Request>
</HotelPage:Mixvel_HotelPageRQ>
</AppData>
</Body>
</MixEnv:Envelop>
Response structure¶
The system's response to a hotel search query by city corresponds to the Mixvel_HotelPageRS.xsd schema and contains the following main data (the table shows the main message parameters, full parameters can be found in the xsd schema or in xml examples of a specific message):
Hotel information is contained in the block:
- Mixvel_HotelPageRS/Response/HotelPage/Hotel
| Parameter XPath | Filling example | Description | Coomments |
|---|---|---|---|
| Mixvel_HotelPageRS/ Response/ HotelPage/ Hotel/ ProviderGeneralInfo | complex | General hotel information from the provider | Structure, see below. |
| …/ CheckInCheckOutTime | complex | Check-in and check-out time | Local check-in and check-out time is provided. |
| …/ CheckInTime | 14:00 | Check-in time at a specific hotel | |
| …/ CheckOutTime | 12:00 | Check-out time at a specific hotel | |
| …/ BasicInfo | complex | General hotel information | Structure, see below. |
| …/ BasicInfo/ ChildrenInfo | Children of all ages are allowed. | Information about children's accommodation | Provided as free text. |
| …/ BasicInfo/ HotelAdditionalInfo | Additional hotel information | Provided as free text. | |
| …/ BasicInfo/ HotelDescription | Modern comfortable rooms, decorated in different styles, where a cozy home atmosphere always reigns, are at your service. | Hotel description | Provided as free text. |
| …/ BasicInfo/ HotelTypeName | City type | Hotel type (city, beach, etc.) | |
| …/ BasicInfo/ RoomsNumber | 20 | Number of rooms in a specific hotel | |
| …/ BasicInfo/ StarCategoryName | 3 | Hotel star rating | Optional element. If "-" is returned, then: - either it is an unrated object; - or star rating information is missing. |
| …/ HotelDirectContacts | complex | Direct hotel contacts | Structure, see below. |
| …/ HotelDirectContacts/ Email | example@hotel.ru | Hotel email | |
| …/ HotelDirectContacts/ Phone | 7(999)123-45-67 | Hotel contact phone number | |
| …/ HotelDirectContacts/ Website | example-hotel.ru | Hotel website | |
| …/ HotelFacility/HotelFacilityName | 24-hour reception | Hotel amenities options | |
| …/ Photo | complex | Hotel photos | Hotel photos may be missing. Structure, see below. |
| …/ Photo/ IsMain | true | Flag indicating whether this photo is the main one | |
| …/ Photo/ PhotoUrl/ DescText | Photo description | ||
| …/ Photo/ PhotoUrl/ MarkupStyleText | HTML | Markup language for DescText description | |
| …/ Photo/ PhotoUrl/ MediaObject | complex | Electronic documents, images and other files | Structure, see below. |
| …/ Photo/ PhotoUrl/ MediaObject/BinaryObject | Binary object information | ||
| …/ Photo/ PhotoUrl/ MediaObject/DescText | Description of attached files | ||
| …/ Photo/ PhotoUrl/ MediaObject/FileSizeMeasure | 60 | File size in KB | |
| …/Photo/ PhotoUrl/ MediaObject/ MediaID | 7cfd43d5-5c01-4fdc-be2f-4fd0792a7960 | ID of attached files | |
| …/Photo/ PhotoUrl/ URL | link | URL of the description source | |
| Mixvel_HotelPageRS/ Response/ HotelPage/ Hotel/ HotelID | ef22b7ac-a176-46b4-b530-03384f817af8 | Hotel ID in MixVel directory | |
| Mixvel_HotelPageRS/ Response/ HotelPage/ Hotel/ HotelName | Hotel | Hotel name in MixVel directory | This is the hotel name in the Mixvel directory, by which the initial search is performed. For the client, the booking is confirmed with the name from the Provider (ProviderHotelName). |
| Mixvel_HotelPageRS/ Response/ HotelPage/ Hotel/ ProviderHotelName | Hotel | Hotel name in provider directory | Full hotel name from the Провайдера(Provider), offering this offer. This is the name that will appear in the guest's confirmation. |
| Mixvel_HotelPageRS/ Response/ HotelPage/ Hotel/ ProviderLocationDetails | complex | Location details in provider directory | Structure, see below. |
| …/ CityName | Москва (Moscow) | Name of the city where the hotel is located | |
| …/ Coordinates/Latitude | 55.7974554701 | Geographical latitude | |
| …/ Coordinates/Longitude | 37.8003654722 | Geographical longitude | |
| …/ CountryName | Россия (Russia) | Name of the country where the hotel is located | |
| …/ HotelAddress | 105264, Россия, г. Москва, ул. Московская, 49Б (105264, Russia, Moscow, Moskovskaya St., 49B) | Hotel address | Provided in free format, without reference to GAR standards. |
| Mixvel_HotelPageRS/ Response/ HotelPage/ Hotel/ Update | 2025-01-01T13:33:10Z | Date and time of hotel data change in the directory |
Commercial offer information¶
Commercial offer information is contained in the block:
- Mixvel_HotelPageRS/ Response/ HotelPage/ Provider/Offer
Within the Mixvel_HotelPageRS response, one or more offers for a specific hotel are returned.
| Parameter XPath | Filling example | Description | Coomments |
|---|---|---|---|
| Mixvel_HotelPageRS/Response/HotelPage/Provider/Offer/ExtraInformation | complex | Additional information from the provider about the key features of the offer | Structure, see below. |
| …/ TextBody | Text of additional information | ||
| …/ TextTitle | Title | ||
| Mixvel_HotelPageRS/ Response/ HotelPage/ Provider/ Offer/OfferExpirationTimeLimitDateTime | 2025-02-13T17:31:48.5735082Z | Time limit for booking an offer | This limit is set on the MixVel side and is up to 30 minutes. After the time limit expires, it will not be possible to make a booking for this offer. |
| Mixvel_HotelPageRS/ Response/ HotelPage/ Provider/ Offer/OfferID | 212e31ae-689e-49f0-a4db-a890284317b8 | Offer ID | Offer ID on the MixVel side. |
| Mixvel_HotelPageRS/ Response/ HotelPage/ Provider/ Offer/OfferPolicies | complex | Information about the terms of application of the offer | Structure, see below. |
| …/ FinesPolicies | complex | Structure with information about penalties, may contain: - CancelPolicy - cancellation rules; - ChangePolicy - change rules; - NoShowPolicy - no-show rules. |
Structure, see below. |
| …/ FinesPolicies/ CancelPolicy/ PenaltyAmount | 1000 | Penalty amount | The penalty is set only in RUB. |
| …/ FinesPolicies/ CancelPolicy/ PolicyStartsFrom | Date and time (local, where the hotel is located) after which the penalty comes into effect | ||
| …/ FinesPolicies/ CancelPolicy/ PolicyDescription | Text description of the cancellation or change policy | ||
| …/ FinesPolicies/ InfoDescription | General information on penalties | Transmitted as free text. | |
| …/ FinesPolicies/ NoShowPolicy/ NOShowAmount | 1000 | No-show penalty amount | The penalty is set only in RUB. |
| …/ OfferPolicies/ MarkUp/ IsMarkupAllowed | true | Flag indicates whether markup is allowed on the seller's side | |
| …/ OfferPolicies/ Refundable | true | Flag, whether this rate is refundable | true - can be canceled;false - cannot be canceled. |
| Mixvel_HotelPageRS/ Response/ HotelPage/ Provider/ Offer/ OwnerCode | HBP | Provider code in the MixVel system | Contains an attribute indicating stock ownership. |
| Mixvel_HotelPageRS/ Response/ HotelPage/ Provider/ Offer/ PriceDetails | complex | Offer cost breakdown | Structure, see below. |
| …/ AgentComission | 1000 | Agent commission amount for all rooms within one request | Total agent commission. For example, if the user requests 3 rooms, the amount is returned for all three rooms. |
| …/ TotalAmount | 10000 | Total amount that the end client will have to pay the agent for the entire order for all rooms within one request | If the user requests 3 rooms, the amount is returned for all three rooms. The CurCode attribute indicates the payment currency. For hotels, this is only RUB. |
| Mixvel_HotelPageRS/ Response/ HotelPage/ Provider/ Offer/ RoomList/ Room/ Paxes | complex | Information about a specific room | Structure, see below. |
| …/ AdultsAmount | 2 | Number of adults in the room | |
| …/ Children/AgeMeasure | 10 | Age of child/children | The number of AgeMeasure elements corresponds to the number of children. |
| Mixvel_HotelPageRS/ Response/ HotelPage/ Provider/ Offer/ RoomList/ Room/ ProviderMealName | No meals | Meal type | Only included meals are indicated. |
| Mixvel_HotelPageRS/ Response/ HotelPage/ Provider/ Offer/ RoomList/ Room/ RoomFeatures | complex | Room description from the Провайдера (Provider) | Structure, see below. |
| …/ InfoText/TextBody | Text of additional information | ||
| …/ InfoText/TextTitle | Title | ||
| …/ IsSmokingAllowed | false | Is smoking allowed in the room | In the Russian Federation, all rooms are non-smoking. |
| …/ RoomName | Стандарт (Standard) | Room category name | - Each hotel may have its own set of room categories; - Commercial names of room categories are not regulated in any way. |
| …/ RoomBedTypes/IsExtraBed | false | Is the bed an extra bed | |
| …/ RoomBedTypes/ BedName | Bed name | ||
| …/ RoomBedTypes/ BedsAmount | 1 | Number of beds of the specified type | |
| Mixvel_HotelPageRS/ Response/ HotelPage/ Provider/ Offer/ RoomList/ Room/ RoomID | 6fce4d42-ed21-4011-b3ce-a43ea92b4360 | Room ID | |
| Mixvel_HotelPageRS/ Response/ HotelPage/ Provider/ Offer/ SubProviderName | HBPro | Name of the Провайдера (Provider), partner through whom the Provider operates within the offer | MixVel Провайдеры (Providers) may have direct contracts with hotels (in this case, Провайдеры (Providers) request an offer directly from the hotel). Or they may work through a third party with hotels with which there is no contract. |
Example of the Mixvel_HotelPageRS response:
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="5fd7a117-800f-4d1b-806a-870b467cd05e" ReplyTo="79b67a26-6fc3-41e3-0ac4-14e0ac0245c8" TimeSent="2025-09-18T03:44:40.4731403Z" />
<AppData>
<Page:Mixvel_HotelPageRS xmlns:Page="https://www.mixvel.com/API/XSD/Mixvel_HotelPageRS/1_00">
<Response>
<HotelPage>
<Hotel>
<ProviderGeneralInfo>
<CheckInCheckOutTime>
<CheckInTime>14:00</CheckInTime>
<CheckOutTime>12:00</CheckOutTime>
</CheckInCheckOutTime>
<BasicInfo>
<ChildrenInfo>Разрешается проживание детей любого возраста.</ChildrenInfo>
<HotelDescription> К вашим услугам современные комфортабельные номера, оформленные в разных стилях, где всегда царит атмосфера домашнего уюта. Внимательный персонал круглосуточно заботится о беззаботном проживании гостей, а невысокие цены приятно удивляют в течение всего года. Одно из преимуществ гостиницы Мастер-Отель Первомайская– это удобное расположение рядом со станцией метро Первомайская, от которой всего 15 минут до центра столицы. Гостиница Мастер-Отель отлично подходит для отдыха и работы, для проживания в одиночестве или всей семьей. В ней уютно себя чувствуют молодые люди и родители с маленькими детьми, пенсионеры и бизнесмены. Как и другие недорогие гостиницы Москвы, отель Мастер-Отель предоставляет на выбор сто номеров разных категорий. Интерьеры всех номеров, холлов и ресторанных залов выполнены в соответствии с высокими европейскими требованиями и оснащены качественной современной мебелью. В недорогие гостиницы Москвы приезжают люди с самыми разными вкусами, поэтому в отеле Мастер-Отель можно найти и строгую классику, и современный модерн, и колоритный фольклорный стиль. Каждый номер предоставляет максимум удобств проживающим, в том числе отлично оснащенный санузел, холодильник, телевизор, телефон и фен. Не все дешевые гостиницы Москвы, как Мастер-Отель, могут предложить своим постояльцам услуги доступа к сети Интернет, факс. </HotelDescription>
<HotelTypeName>Городского типа</HotelTypeName>
<StarCategoryName>-</StarCategoryName>
</BasicInfo>
<HotelDirectContacts>
<Phone>7(906)068-11-44, +7(906)068-11-33</Phone>
<Website>http://master-hotel.ru/</Website>
</HotelDirectContacts>
<HotelFacility>
<HotelFacilityName>Салон красоты</HotelFacilityName>
<HotelFacilityName>Обслуживание в номерах</HotelFacilityName>
<HotelFacilityName>Сауна</HotelFacilityName>
<HotelFacilityName>Допускается размещение домашних животных (условия могут измениться)</HotelFacilityName>
<HotelFacilityName>Вызов такси</HotelFacilityName>
<HotelFacilityName>Ресторан</HotelFacilityName>
<HotelFacilityName>Круглосуточная регистрация</HotelFacilityName>
<HotelFacilityName>Номера для некурящих</HotelFacilityName>
<HotelFacilityName>Бар</HotelFacilityName>
<HotelFacilityName>Места для курения</HotelFacilityName>
<HotelFacilityName>Wi-Fi</HotelFacilityName>
<HotelFacilityName>Курение запрещено на всей территории</HotelFacilityName>
</HotelFacility>
<Photo>
<IsMain>false</IsMain>
<PhotoUrl>
<URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626923.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T034111Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=6db3d846fd5c26e5baddc99b4b322d98d915bfcff64c7f24cb5533137332bc25</URL>
</PhotoUrl>
</Photo>
<Photo>
<IsMain>false</IsMain>
<PhotoUrl>
<URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626927.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T034111Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=e56320f4a4280b92c1af2163499cc2f678483c9084852e38963e32ddf118f331</URL>
</PhotoUrl>
</Photo>
<Photo>
<IsMain>false</IsMain>
<PhotoUrl>
<URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626929.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T034111Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=33d444cc3bdf3d16b75bc4a20ec3b3b14670f8334793dea8ab2bf0cbff38b16f</URL>
</PhotoUrl>
</Photo>
<Photo>
<IsMain>false</IsMain>
<PhotoUrl>
<URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626930.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T034111Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=75ceb69b0827b3eb225f0525e2b09c8b2c9e38a2313a771876bcd7081a941307</URL>
</PhotoUrl>
</Photo>
<Photo>
<IsMain>false</IsMain>
<PhotoUrl>
<URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626931.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T034111Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=a9932e1c8a36b60565f21fb4c14093a94e20de62b1c5183414fbdb12829d8080</URL>
</PhotoUrl>
</Photo>
<Photo>
<IsMain>false</IsMain>
<PhotoUrl>
<URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626932.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T034111Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=bbcb54e61aeb8b2b3a27328489dd2a801cfe4c5c9ef6f40d48efcadc941caa78</URL>
</PhotoUrl>
</Photo>
<Photo>
<IsMain>false</IsMain>
<PhotoUrl>
<URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626933.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T034111Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=174ebd5026e06ed76a5fdb0418e9b142af00767fb1a410ce487f3e85efb42c67</URL>
</PhotoUrl>
</Photo>
<Photo>
<IsMain>false</IsMain>
<PhotoUrl>
<URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626934.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T034111Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=b85f5f277e89ce84562bc8500d14d38ab1d648399212cbdd6c3ec3bc3db50e6a</URL>
</PhotoUrl>
</Photo>
<Photo>
<IsMain>false</IsMain>
<PhotoUrl>
<URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626935.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T034111Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=b3bd958839b39cf8a3dd7a934468371f5034520f7d8ae81c24f1c836226d5ea5</URL>
</PhotoUrl>
</Photo>
<Photo>
<IsMain>false</IsMain>
<PhotoUrl>
<URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626936.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T034111Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=27656b360fdb3770ef98d332d6f80dcfd58c81aab726e2f8e8de754a251f5466</URL>
</PhotoUrl>
</Photo>
<Photo>
<IsMain>false</IsMain>
<PhotoUrl>
<URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626937.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T034111Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=f9e2de599b2b71dd7ae50784fa89510d8a18ecfdc56f0e528e43eb14a1a9b2e3</URL>
</PhotoUrl>
</Photo>
<Photo>
<IsMain>false</IsMain>
<PhotoUrl>
<URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626938.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T034111Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=9c94c800ea010389d38607990a8bb1e7305fa422701304e01bcc7ad44ca3f86b</URL>
</PhotoUrl>
</Photo>
<Photo>
<IsMain>false</IsMain>
<PhotoUrl>
<URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626939.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T034111Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=60484a415dc92f7e091daf83a73d12a8c333609a8fbb0b978684f7e5767eb9d5</URL>
</PhotoUrl>
</Photo>
<Photo>
<IsMain>false</IsMain>
<PhotoUrl>
<URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626940.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T034111Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=17550a94056218d8352c76adf1555563fb7dc39bc4e997aca22e87068051f2b3</URL>
</PhotoUrl>
</Photo>
<Photo>
<IsMain>false</IsMain>
<PhotoUrl>
<URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626941.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T034111Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=1117641eea4cbc6aa28a0f11855050d0f176d39da45f0ddf782da3ace91d3ec7</URL>
</PhotoUrl>
</Photo>
<Photo>
<IsMain>false</IsMain>
<PhotoUrl>
<URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626942.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T034111Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=264b625b3c779bd38255e0a9246be3813b73c65320a0643043405a4fc612d8cc</URL>
</PhotoUrl>
</Photo>
<Photo>
<IsMain>false</IsMain>
<PhotoUrl>
<URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626943.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T034111Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=49e5d1bb731f0d0b7d1210502dc993e49cd81bda08db75dd0b49dcb71c09ed6a</URL>
</PhotoUrl>
</Photo>
<Photo>
<IsMain>false</IsMain>
<PhotoUrl>
<URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626944.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T034111Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=a68cdde0bd1bcc49c56ed3d610f2527397d4a69d89667e60736b1c99535f0d20</URL>
</PhotoUrl>
</Photo>
<Photo>
<IsMain>true</IsMain>
<PhotoUrl>
<URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/mxvl_main?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T034111Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=7099269ac9be98dbf4b60d82816a8e5b754b6e378b363018e05b32c2df317f43</URL>
</PhotoUrl>
</Photo>
</ProviderGeneralInfo>
<HotelID>ef22b7ac-a176-46b4-b530-03384f817af8</HotelID>
<HotelName>Мастер-Отель Первомайская</HotelName>
<ProviderHotelName>Мастер-Отель Первомайская</ProviderHotelName>
<ProviderLocationDetails>
<CityName>Москва</CityName>
<Coordinates>
<Latitude>55.7974554701</Latitude>
<Longitude>37.8003654722</Longitude>
</Coordinates>
<CountryName>Россия</CountryName>
<HotelAddress>105264, Россия, г. Москва, Измайловский бульвар, д. 49</HotelAddress>
</ProviderLocationDetails>
<Updated>2024-12-10T13:33:10Z</Updated>
</Hotel>
<Provider>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4291053Z</OfferExpirationTimeLimitDateTime>
<OfferID>dc8caa3d-cd6c-46dd-b6b0-4f420c30bb9e</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">90.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Завтрак Шведский стол</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>77934994-cf78-49a1-b879-e19f2892b2a5</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.429335Z</OfferExpirationTimeLimitDateTime>
<OfferID>3d44b7e2-2490-4549-84f3-473d12a5a39a</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">90.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Завтрак Шведский стол</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>ae500958-e69d-4c0b-bcd9-b0152e204a02</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4291644Z</OfferExpirationTimeLimitDateTime>
<OfferID>bd156d22-5dc2-4107-b074-d770826be2c2</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1000.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>2376eb11-3755-4180-af16-0a4839743873</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4292203Z</OfferExpirationTimeLimitDateTime>
<OfferID>32f3c8cb-08d4-48c4-a5f5-8a453ab17591</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1000.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>8ac39e6e-c431-4548-981e-66229fd02ba1</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4290295Z</OfferExpirationTimeLimitDateTime>
<OfferID>10ffa96e-d374-400c-a15e-ad4feb65fd67</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1058.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>c0b3ddd1-c9c7-4770-aae6-eba43f7e851a</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4290951Z</OfferExpirationTimeLimitDateTime>
<OfferID>93babdb4-4f9f-4070-8b1d-7673609e38d5</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1058.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>e104b32b-3b7c-4bd1-befb-24a531579b31</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4290658Z</OfferExpirationTimeLimitDateTime>
<OfferID>d9c6b539-ada7-406f-9463-2bd70ee4d355</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1115.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>90460c6a-eb28-4591-9037-9f4e32d9e5bb</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4291327Z</OfferExpirationTimeLimitDateTime>
<OfferID>07e44037-6eb5-499f-b262-15e09e16c7d4</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1115.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>e64fb051-8af2-4129-8076-e1ed0a2551c8</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4292441Z</OfferExpirationTimeLimitDateTime>
<OfferID>aebba244-5c5b-45f9-851d-468aae59d8e7</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1115.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>27cc7b05-bc0d-4163-9165-406f7f52a20d</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4292764Z</OfferExpirationTimeLimitDateTime>
<OfferID>f8ea7829-c474-4091-bb71-5c28beed98f2</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1115.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>553ea69f-fdb4-4936-a3e0-04c39bb8c561</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4291468Z</OfferExpirationTimeLimitDateTime>
<OfferID>7d60f027-67ef-4058-b0b5-0e7e675b0ff9</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1184.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>c1431cd8-3179-4c33-8d47-9f0e79f85c82</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4291817Z</OfferExpirationTimeLimitDateTime>
<OfferID>27fdf0e5-d61b-4bdf-b3a6-0c8c24cf3e1d</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1184.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>57427968-0511-4d1f-8633-cb8e5fb692b6</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.428986Z</OfferExpirationTimeLimitDateTime>
<OfferID>71e745ea-9fbd-4f5a-8df1-f0193761cd61</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1253.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>2c6c5a9b-fef6-4bab-9855-a38c564b5bff</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4290825Z</OfferExpirationTimeLimitDateTime>
<OfferID>5ccb2a56-765c-4bcc-91fc-0803ab58a3a1</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1253.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>b1c9b867-2e02-4018-bd6d-db71a791196a</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4290453Z</OfferExpirationTimeLimitDateTime>
<OfferID>e4470155-6791-45b1-9daf-b3a9aacb0d17</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1322.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>94056c18-5757-4f0a-8043-4e4ed78b3b1d</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4291137Z</OfferExpirationTimeLimitDateTime>
<OfferID>a881dde8-014c-4cce-aef1-66e7fffe49e3</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1322.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>c1906a35-9563-4bfa-9b8e-da29e1ff7842</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4292311Z</OfferExpirationTimeLimitDateTime>
<OfferID>a9ef63bc-4218-4ff1-8df9-cbfa4482714d</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1322.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>bf8e8141-0d5b-4030-8257-87af240feb8e</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4292602Z</OfferExpirationTimeLimitDateTime>
<OfferID>341cd6e8-537a-4402-bb8e-2cddacfcaab2</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1322.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>433c26a4-e621-4bf4-add6-0af6c549a1f1</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4292952Z</OfferExpirationTimeLimitDateTime>
<OfferID>388890d3-6abb-4da3-bf78-1582f0d80307</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1322.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>07e7674a-b996-47ab-96c9-82e0788b36eb</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4293057Z</OfferExpirationTimeLimitDateTime>
<OfferID>1e92fa4f-c0a6-4449-bf01-ce2267d67f18</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1322.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>8e719bba-e301-412c-bfa2-af89bb0060dd</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4291725Z</OfferExpirationTimeLimitDateTime>
<OfferID>b5bf3a2b-e0e8-47ab-baf2-d92a765718f0</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1575.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Завтрак Шведский стол</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>516731db-3537-4ff4-8645-922375af38a2</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4292256Z</OfferExpirationTimeLimitDateTime>
<OfferID>f8b06817-a613-4a74-b885-8d550335dee6</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1575.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Завтрак Шведский стол</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>b9ae3c78-d77c-429b-9688-718edbb4ec62</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4290373Z</OfferExpirationTimeLimitDateTime>
<OfferID>5c7f7edd-a22d-40e0-8b20-4b247983c0f6</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1633.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Завтрак Шведский стол</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>4546ef1c-a596-4f0b-8142-124ec9148b3c</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4291003Z</OfferExpirationTimeLimitDateTime>
<OfferID>9e4a0a63-7203-49b2-b6c7-f6fa93a04383</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1633.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Завтрак Шведский стол</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>ab7506e1-3469-4e66-a89c-254d5ef8feeb</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4290749Z</OfferExpirationTimeLimitDateTime>
<OfferID>201a5e23-3d09-4f75-b579-8caf7b85cee9</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1690.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Завтрак Шведский стол</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>7260dfbc-5b44-4375-8f37-a9829ef4b35f</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.42914Z</OfferExpirationTimeLimitDateTime>
<OfferID>de292b15-a9ce-4e58-bb31-6a5b1a74018a</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1690.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Завтрак Шведский стол</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>05a22a07-db3b-48b2-9b5a-a369809967eb</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4292519Z</OfferExpirationTimeLimitDateTime>
<OfferID>4937a314-9bbc-46fa-97ac-61830afcec71</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1690.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Завтрак Шведский стол</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>39a2f886-658c-48e1-92fd-7c240d7c75a8</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4292877Z</OfferExpirationTimeLimitDateTime>
<OfferID>1812a9d8-5058-4394-a6d1-ce81c3029048</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1690.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Завтрак Шведский стол</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>575bcbef-8495-48e0-8904-5ff156569de9</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4291558Z</OfferExpirationTimeLimitDateTime>
<OfferID>6083ee53-fcab-46d4-bf63-489447ff3902</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1759.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>4154b046-d985-4ae0-bff9-6f65f8a50b3a</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4291901Z</OfferExpirationTimeLimitDateTime>
<OfferID>b0e5e6d1-a91d-49b3-9654-6750cd9eff4d</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1759.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>e0d6dc2a-4231-4c88-8fdd-4c2069a6c59f</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4290216Z</OfferExpirationTimeLimitDateTime>
<OfferID>c5abe94b-038c-4ebf-a045-4ddfa0681fe5</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1828.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>acebf5d5-915e-4224-b6c2-0debda2c7d73</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4290898Z</OfferExpirationTimeLimitDateTime>
<OfferID>12d4b1b9-2b86-4346-98bf-4604afc2015c</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1828.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>b5cce7e4-a56c-4b8b-92df-57509c92da81</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4290571Z</OfferExpirationTimeLimitDateTime>
<OfferID>b03dbea4-fdb1-4457-ae01-2540e01e4c30</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1897.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>3f3a6b3a-40b8-4893-ba9d-8728353fcc2a</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4291245Z</OfferExpirationTimeLimitDateTime>
<OfferID>7239dfe5-1c29-4514-8ebf-b03e1b2be4e5</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1897.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>d6976487-0fc4-47eb-a07d-11c24aacdad0</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4292361Z</OfferExpirationTimeLimitDateTime>
<OfferID>25e53c35-e3bc-43a5-b0ae-f116c9280972</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1897.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>2a2f32e4-c303-41e4-97d8-7edc33abc046</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4292682Z</OfferExpirationTimeLimitDateTime>
<OfferID>56f74ce8-5614-4cd2-82de-f804fda6ebf1</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1897.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>923a7580-27ef-492f-8ecb-e9fd82f7b77b</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4293005Z</OfferExpirationTimeLimitDateTime>
<OfferID>e68cc5ed-1866-499e-a7b6-1c6ebbbaf0b7</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1897.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>c800aeec-ba68-4695-b735-ce0676fbf069</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
<Offer>
<OfferExpirationTimeLimitDateTime>2025-09-18T04:44:40.4293127Z</OfferExpirationTimeLimitDateTime>
<OfferID>35ad1bef-a6ce-40d0-8af3-4e6c33468238</OfferID>
<OfferPolicies>
<FinesPolicies>
<NoShowPolicy>
<NOShowAmount CurCode="RUB">0.00</NOShowAmount>
</NoShowPolicy>
</FinesPolicies>
<MarkUp>
<IsMarkupAllowed>true</IsMarkupAllowed>
</MarkUp>
<Refundable>true</Refundable>
</OfferPolicies>
<OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
<PriceDetails>
<AgentComission CurCode="RUB">30.00</AgentComission>
<TotalAmount CurCode="RUB">1897.00</TotalAmount>
</PriceDetails>
<RoomList>
<Room>
<Paxes>
<AdultsAmount>1</AdultsAmount>
</Paxes>
<ProviderMealName>Без питания</ProviderMealName>
<RoomFeatures>
<InfoText>
<TextBody>Номер тестовый, отеля не существует!</TextBody>
</InfoText>
<RoomName>Эконом Double (тестовый номер!)</RoomName>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>Трехместная кровать</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1522792861848</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
<RoomBedTypes>
<IsExtraBed>false</IsExtraBed>
<BedName>autobedtype1523224955372</BedName>
<BedsAmount>1</BedsAmount>
</RoomBedTypes>
</RoomFeatures>
<RoomID>fc7efd40-130a-4e42-bbfa-46e0c39eb1a6</RoomID>
</Room>
</RoomList>
<SubProviderName>HBPro</SubProviderName>
</Offer>
</Provider>
</HotelPage>
</Response>
</Page:Mixvel_HotelPageRS>
</AppData>
</Body>
</MixEnv:Envelope>
Additional request parameters¶
Preferred language in response¶
The following structure is used to pass the language code:
- Mixvel_HotelPageRQ/PayloadAttributes/PrimaryLangID
The default value is RU – Russian. Information will be returned in the requested language only if it is available, otherwise the response language will be Russian.
Example of the Mixvel_HotelPageRQ request with a language filter:
Show request example
<MixEnv:Envelop xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelop/1_06">
<Header/>
<Body>
<MessageInfo MessageId="79b67a26-6fc3-41e3-0ac4-14e0ac0245c8" TimeSent="2025-09-18T03:07:38.6129323Z"/>
<AppData>
<HotelPage:Mixvel_HotelPageRQ xmlns:HotelPage="https://www.mixvel.com/API/XSD/Mixvel_HotelPageRQ/1_00">
<PayloadAttributes>
<PrimaryLangID>RU</PrimaryLangID>
</PayloadAttributes>
<Request>
<HotelRequest>
<ConfirmationMode>Online</ConfirmationMode>
<HotelID>ef22b7ac-a176-46b4-b530-03384f817af8</HotelID>
<Period>
<CheckInDate>2025-09-20</CheckInDate>
<CheckOutDate>2025-09-21</CheckOutDate>
</Period>
<ProviderCode>HBPro</ProviderCode>
</HotelRequest>
<RoomsSearchDetails>
<AdultsAmount>1</AdultsAmount>
<RoomsAmount>1</RoomsAmount>
</RoomsSearchDetails>
</Request>
</HotelPage:Mixvel_HotelPageRQ>
</AppData>
</Body>
</MixEnv:Envelop>
Settlement currency¶
The following structure is used to pass the currency code:
- Mixvel_HotelPageRQ/Request/ResponseParameters/CurParameter/CurCode
Only RUB is allowed for hotels.
Example of the Mixvel_HotelPageRQ request with currency specified:
Show request example
<MixEnv:Envelop xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelop/1_06">
<Header/>
<Body>
<MessageInfo MessageId="79b67a26-6fc3-41e3-0ac4-14e0ac0245c8" TimeSent="2025-09-18T03:07:38.6129323Z"/>
<AppData>
<HotelPage:Mixvel_HotelPageRQ xmlns:HotelPage="https://www.mixvel.com/API/XSD/Mixvel_HotelPageRQ/1_00">
<Request>
<HotelRequest>
<ConfirmationMode>Online</ConfirmationMode>
<HotelID>ef22b7ac-a176-46b4-b530-03384f817af8</HotelID>
<Period>
<CheckInDate>2025-09-20</CheckInDate>
<CheckOutDate>2025-09-21</CheckOutDate>
</Period>
<ProviderCode>HBPro</ProviderCode>
</HotelRequest>
<ResponseParameters>
<CurParameter>
<CurCode>RUB</CurCode>
</CurParameter>
</ResponseParameters>
<RoomsSearchDetails>
<AdultsAmount>1</AdultsAmount>
<RoomsAmount>1</RoomsAmount>
</RoomsSearchDetails>
</Request>
</HotelPage:Mixvel_HotelPageRQ>
</AppData>
</Body>
</MixEnv:Envelop>