Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
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 | false | Image that was uploaded for this RoomType |
JSON representation
{
"id": 2,
"name": "Single",
"nameI18n": "Single",
"mainImage": "1/2/propertyroomtypeimages/43c8a6e9-21b5-4657-bf14-57fd835add23.jpg"
}