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
Version 1
Current »
Structure
Field | Type | Required | Description |
---|
id | int | true | Unique identifier for the PropertyRoomSubType. |
property | Property | true | Property related to the PropertyRoomSubType. |
chainRoomSubType | ChainRoomSubType | true | ChainRoomSubType is the parent of this PropertyRoomSubType. |
name | String | true | Name of the PropertyRoomSubType. |
order | Integer | true | Order of the PropertyRoomSubTypeset by the user. |
JSON representation
{
"id": 2,
"createdDate": "2018-08-03T13:50:38.423Z",
"modifiedDate": "2018-08-03T13:50:38.437Z",
"createdUser": 0,
"modifiedUser": 0,
"property": null,
"chainRoomSubType": null,
"name": "RunOfTheHouse",
"propertyRoomTypeRoomSubTypeSet": null
}