Update Room Type Info

Description: Update room type info

Path: /api/v1/hotel/updateRoomTypeInfo

Method: POST

Request

Attributes

* = required

chevron-righthotelSn*hashtag

integer

Identify of hotel

chevron-rightroomTypeSn*hashtag

integer

Identify of room type

chevron-rightname*hashtag

string

Name of room type

chevron-rightnumOfRoomHotel*hashtag

integer

Number of physical rooms

chevron-rightsquare*hashtag

integer

Square of room type

chevron-rightmemohashtag

string

Room’s description

chevron-rightroomBedTypeSnList*hashtag

array

List of SN of bed type

chevron-rightroomViewSnList*hashtag

array

List of SN of view

chevron-rightfacilitySnList*hashtag

array

List of SN of facility

chevron-rightimageList.image.sn*hashtag

integer

Identify of hotel image

chevron-rightimageList.image.flag*hashtag

integer

The action on hotel image Possible enum values: 1 = Delete 2 = Add new 3 = If update firstDisplay only 4 = Skip/ Ignore

With flag = 2 (Add new) will not required imageList.image.sn

chevron-rightimageList.image.fullUrl*hashtag

string

Hotel image’s URL

chevron-rightimageList.image.firstDisplay*hashtag

integer

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

Example

Response

Attributes

chevron-rightacknowledgedhashtag

boolean

The update has been applied yet

chevron-rightneedsToSendRequesthashtag

boolean

The update information to wait for approval

Example

Last updated