Get Room Type List

Description: Get room type list

Path: /api/v1/hotel/getRoomTypeList

Method: GET

Request

Attributes

* = required

chevron-righthotelSn*hashtag

integer

Identify of hotel

Response

Attributes

chevron-rightroomTypeSnhashtag

integer

Identify of room type

chevron-rightnamehashtag

string

Name of room type

chevron-rightnumOfRoomHotelhashtag

integer

Number of room

chevron-rightsquarehashtag

integer

Square of room type

chevron-rightmemohashtag

string

Room’s description

chevron-rightroomBedTypeList.*.snhashtag

integer

Identify of bed type

chevron-rightroomBedTypeList.*.namehashtag

string

Name of bed type (VIE)

chevron-rightroomBedTypeList.*.nameEnhashtag

string

Name of bed type (ENG)

chevron-rightroomViewList.*.snhashtag

integer

Identify of view

chevron-rightroomViewList.*.namehashtag

string

Name of view (VIE)

chevron-rightroomViewList.*.nameEnhashtag

string

Name of view (ENG)

chevron-rightfacilityList.*.snhashtag

integer

Identify of facility

chevron-rightfacilityList.*.namehashtag

string

Name of facility (VIE)

chevron-rightfacilityList.*.nameEnhashtag

string

Name of facility (ENG)

chevron-rightfacilityList.*.fullUrlhashtag

string

Facility image’s URL

chevron-rightimageList.*.snhashtag

integer

Identify of room image

chevron-rightimageList.*.fullUrlhashtag

string

Room image’s URL

chevron-rightimageList.*.firstDisplayhashtag

integer

The image which will display first in a lot of images. Possible enum values: 0 = Not displayed first 1= Displayed first

chevron-rightmaxNumHourhashtag

integer

Maximum number of hours allowed to book this room for Hourly Booking With null : Not in operation

chevron-rightfirstHourshashtag

integer

First hours With 0: Not in operation

chevron-rightpriceFirstHourshashtag

integer

First hour original of price With 0: Not in operation

chevron-rightadditionalHourshashtag

integer

Additional hour With 0: Not in operation

chevron-rightpriceAdditionalHourshashtag

integer

Additional origin of price With 0: Not in operation

chevron-rightpriceOvernighthashtag

integer

Overnight origin of price With 0: Not in operation

chevron-rightpriceOneDayhashtag

integer

Original price of a day With 0: Not in operation

Example

Last updated