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 4 Next »

Structure

FieldTypeRequiredDescription
idinttrueId of the Room Type
namestringtrueName of the Room Type
nameI18nstringtrueThe translation of the name.

JSON representation

{
  "id": 2,
  "name": "Single",
  "nameI18n": "Single"
}
  • No labels