ChainRoomSubType

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the ChainRoomSubType.
chainChaintrueChain related to this ChainRoomSubType.
codeStringtrueCode of the ChainRoomSubType.
nameStringtrueName of the ChainRoomSubType.

JSON representation

{
	"id": 1,
	"createdDate": "2018-08-03T13:50:38.387Z",
	"modifiedDate": "2018-08-03T13:50:38.393Z",
	"createdUser": 0,
	"modifiedUser": 0,
	"code": "ROH",
	"name": "RunOfTheHouse",
	"propertyRoomSubTypeSet": null
}