GET RoomPrice/{hotelCode}/{startDate}/{nightCount}/{calendar}/{userGuid}
Search for list of rooms of all type in the specific date range and returns price list
جستوجو برای لیست اتاق های موجود از هر نوع در یک بازه تاریخی و باز گرداندن لیست قیمت و ظرفیت
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
hotelCode |
Code of the desired hotel کد هتل مد نظر |
integer |
Required |
startDate |
Desired date in desired calendar system with following format : yyyymmdd تاریخ مورد نظر در سیستم تقویم دلخواه به فرمت: yyyymmdd |
string |
Required |
nightCount |
Counts of nights to stay on تعداد شب های اقامت |
integer |
Required |
calendar |
Desired calendar that you want to send or receive date values in
تقویم دلخواه برای ارسال یا دریافت داده های تاریخی |
string |
Required |
userGuid |
GUID of the User شناسه GUID کاربر |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of HotelRoomPriceVmName | Description | Type | Additional information |
---|---|---|---|
HotelCode |
Code of the Hotel whose own the Room کد هتلی که دارنده ی این اتاق ها می باشد |
integer |
None. |
RoomCode |
Code of the Room whose owned by the Hotel کد نوع اتاقی که هتل آن را در بر گرفته است |
integer |
None. |
Date |
The Persian Date that the pricing is valid (related to) in following format: yyyymmdd تاریخ شمسی روزی که این قیمت گذاری در آن معتبر است (باآن در ارتباط است) با فرمت: yyyymmdd |
string |
None. |
GregorianDate |
The Gregorian Date that the pricing is valid (related to) in following format: yyyymmdd تاریخ میلادی روزی که این قیمت گذاری در آن معتبر است (باآن در ارتباط است) با فرمت: yyyymmdd |
string |
None. |
CalendarDate |
The Date in the user desired calendar system that the pricing is valid (related to) in following format: yyyymmdd تاریخ روزی که این قیمت گذاری در آن معتبر است (باآن در ارتباط است) در تقویم مورد نظر کاربر با فرمت: yyyymmdd |
string |
None. |
RemainingCapacity |
The remaining capacity of the room, within the hotel ظرفیت باقی مانده اتاق در این هتل |
integer |
None. |
PriceBoard |
Hotel Board Price which indicate the price that hotel sales this room if you buy it right in there Without intermediary قیمت برد داخل هتل که مشخص کننده قیمتی است که هتل این اتاق را به صورت حضوری و بدون واسط به فروش می رساند |
decimal number |
None. |
PriceOnline |
Price of the room which is sold directly on the alaedin website قیمت اتاق که به صورت مستقیم داخل وب سایت علاالدین به فروش می رسد |
decimal number |
None. |
Price |
Price of the room in the specified date (For Persian passengers) قیمت اتاق در تاریخ مشخص شده (برای مسافران ایرانی) |
decimal number |
None. |
CityCode |
The city Code of the related Hotel کد شهر هتل مرتبط |
integer |
None. |
CanReserveOnTheFly |
Ability to reserve On The Fly
قابلیت رزرو شناوری |
boolean |
None. |
PriceExtraBed |
Price for a single extra bed. قیمت تخت اضافه |
decimal number |
None. |
PriceHalfCharge |
قیمت نیم سارژ |
decimal number |
None. |
HasEntrance |
*NEW* This Field Has Been Added Recently
*جدید* این فیلد به تازگی افزوده شده است
|
boolean |
None. |
StayingNights |
*NEW* This Field Has Been Added Recently
*جدید* این فیلد به تازگی افزوده شده است
|
integer |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.
application/xml, text/xml
<ArrayOfHotelRoomPriceVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlaedinApi.Models.Hotel"> <HotelRoomPriceVm> <CanReserveOnTheFly>true</CanReserveOnTheFly> <CityCode>1</CityCode> <HasEntrance>true</HasEntrance> <HotelCode>1</HotelCode> <Price>1</Price> <PriceBoard>1</PriceBoard> <PriceExtraBed>1</PriceExtraBed> <PriceHalfCharge>1</PriceHalfCharge> <PriceOnline>1</PriceOnline> <QueryableCalendar>sample string 4</QueryableCalendar> <QueryableDate>2025-01-08T15:53:31.9344767+03:30</QueryableDate> <RemainingCapacity>5</RemainingCapacity> <RoomCode>2</RoomCode> <StayingNights>1</StayingNights> </HotelRoomPriceVm> <HotelRoomPriceVm> <CanReserveOnTheFly>true</CanReserveOnTheFly> <CityCode>1</CityCode> <HasEntrance>true</HasEntrance> <HotelCode>1</HotelCode> <Price>1</Price> <PriceBoard>1</PriceBoard> <PriceExtraBed>1</PriceExtraBed> <PriceHalfCharge>1</PriceHalfCharge> <PriceOnline>1</PriceOnline> <QueryableCalendar>sample string 4</QueryableCalendar> <QueryableDate>2025-01-08T15:53:31.9344767+03:30</QueryableDate> <RemainingCapacity>5</RemainingCapacity> <RoomCode>2</RoomCode> <StayingNights>1</StayingNights> </HotelRoomPriceVm> </ArrayOfHotelRoomPriceVm>