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

FieldTypeRequiredDescription
idinttrueId of the Room Type
namestringtrueName of the Room Type
nameI18nstringtrueThe translation of the name.
mainImagestringfalseImage that was uploaded for this RoomType

JSON representation

{
  "id": 2,
  "name": "Single",
  "nameI18n": "Single",
  "mainImage": "1/2/propertyroomtypeimages/43c8a6e9-21b5-4657-bf14-57fd835add23.jpg"
}
  • No labels