/
PropertyRoomType

PropertyRoomType

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the PropertyRoomType.
propertyPropertytrueProperty related to the PropertyRoomType.
chainRoomTypeChainRoomTypetrueChainRoomType is the parent of this PropertyRoomType.
nameStringtrueName of the PropertyRoomType.
orderIntegerfalseOrder of the PropertyRoomType set by the user.

JSON representation

{
  "id": 2,
  "createdDate": "2018-08-03T13:50:38.143Z",
  "modifiedDate": "2018-08-03T13:50:38.153Z",
  "createdUser": 0,
  "modifiedUser": 0,
  "chainRoomType": {
    "id": 1,
    "createdDate": "2018-08-03T13:50:38.073Z",
    "modifiedDate": "2018-08-03T13:50:38.080Z",
    "createdUser": 0,
    "modifiedUser": 0,
    "code": "SGL",
    "name": "Single",
    "propertyRoomTypeSet": null
  },
  "name": "Single",
  "propertyRoomTypeRoomSubTypeSet": null
}

Related content