RoomType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id of the Room Type |
name | string | true | Name of the Room Type |
nameI18n | string | true | The translation of the name. |
mainImage | String | true | Image url or Image Url |
active | boolean | true | Status of the Room Type |
chainRoomTypeId | int | true | Id of the ChainRoomType related |
propertyId | int | false | Property Id of the Room Type. Only available in Multiproperty request |
JSON representation
{ "id": 2, "name": "Single", "nameI18n": "Single", "mainImage": null, "active": true, "propertyId": 3, "chainRoomTypeId": 2 }