Versions Compared

Key

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

Structure

Excerpt


FieldTypeRequiredDescription
idinttrueUnique identifier for the PropertyRoomSubType.
propertyPropertytrueProperty related to the PropertyRoomSubType.
chainRoomSubTypeChainRoomSubTypetrueChainRoomSubType is the parent of this PropertyRoomSubType.
nameStringtrueName of the PropertyRoomSubType.
orderIntegertruefalseOrder of the PropertyRoomSubTypeset by the user.



JSON representation

Code Block
languagepowershell
themeDJango
{
	"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
}