Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


FieldTypeRequiredDescription
idinttrueId of the Room Type
namestringtrueName of the Room Type
nameI18nstringtrueThe translation of the name.
mainImageStringtrueImage url or Image Url
activebooleantrueStatus of the Room Type
chainRoomTypeIdinttrueId of the ChainRoomType related
propertyIdintfalseProperty Id of the Room Type. Only available in Multiproperty request



JSON representation

Code Block
languagepowershell
themeDJango
{
  "id": 2,
  "name": "Single",
  "nameI18n": "Single",
  "mainImage": null,
  "active": true,
  "propertyId": 3,
  "chainRoomTypeId": 2
}