Get Room Type List

Description: Get room type list

Path: /api/v1/hotel/getRoomTypeList

Method: GET

Request

Attributes

* = required

hotelSn*

integer

Identify of hotel

Response

Attributes

roomTypeSn

integer

Identify of room type

name

string

Name of room type

numOfRoomHotel

integer

Number of room

square

integer

Square of room type

memo

string

Room’s description

roomBedTypeList.*.sn

integer

Identify of bed type

roomBedTypeList.*.name

string

Name of bed type (VIE)

roomBedTypeList.*.nameEn

string

Name of bed type (ENG)

roomViewList.*.sn

integer

Identify of view

roomViewList.*.name

string

Name of view (VIE)

roomViewList.*.nameEn

string

Name of view (ENG)

facilityList.*.sn

integer

Identify of facility

facilityList.*.name

string

Name of facility (VIE)

facilityList.*.nameEn

string

Name of facility (ENG)

facilityList.*.fullUrl

string

Facility image’s URL

imageList.*.sn

integer

Identify of room image

imageList.*.fullUrl

string

Room image’s URL

imageList.*.firstDisplay

integer

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

maxNumHour

integer

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

firstHours

integer

First hours With 0: Not in operation

priceFirstHours

integer

First hour original of price With 0: Not in operation

additionalHours

integer

Additional hour With 0: Not in operation

priceAdditionalHours

integer

Additional origin of price With 0: Not in operation

priceOvernight

integer

Overnight origin of price With 0: Not in operation

priceOneDay

integer

Original price of a day With 0: Not in operation

Example

Last updated