GET RoomPrice/{hotelCode}/{roomCode}/{userGuid}
Fetch room pricing of a room in a hotel Hotel at all dates from now to future
دریافت قیمت گذاری های یک اتاق مشخص برای یک هتل در تمام روز ها از حال تا آینده
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
hotelCode |
Code of the desired hotel کد هتل مد نظر |
integer |
Required |
roomCode |
Code of the desired room type کد نوع اتاق مد نظر |
integer |
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-08T11:58:36.439415+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-08T11:58:36.439415+03:30</QueryableDate> <RemainingCapacity>5</RemainingCapacity> <RoomCode>2</RoomCode> <StayingNights>1</StayingNights> </HotelRoomPriceVm> </ArrayOfHotelRoomPriceVm>