Get Room Type Feed API

Description: Get room type feed

Path: api/v1/datafeed/getRoomTypeFeed

Method: POST

Content Type/Accept Type: application/json

Request

Attributes

* = required

clientId*

string

Identity of client

timestamp*

timestamp

Current timestamp

hotelSn*

integer

Identify of hotel

roomTypeSnList

array<integer>

List of Go2Joy room type SN

Example

Response

Attributes

sn

integer

Identity of room type

name

string

Name of room type

bedType

integer

Bed type of room type

Possible enum values: 1 = Single 2 = Double 3 = Twin 4 = Triple 5 = 2 Double

square

integer

Square of room type

memo

string

Note

imageList.image

imageList.image.sn

integer

Identity of image

imageList.image.imageUrl

string

Image’s URL

imageList.image.firstDisplay

integer

The image which will display first in a lot of images.

Possible enum values: 0 = Not displayed first 1 = Displayed first

facilityList.facility

facilityList.facility.sn

integer

Identity of facility

facilityList.facility.name

string

Facility's name (Vietnamese)

facilityList.facility.nameEn

string

Facility's name (English)

viewList.view

viewList.view.sn

integer

Identity of view

viewList.view.name

string

View's name (Vietnamese)

viewList.view.nameEn

string

View's name (English)

Example