ChainRoomSubType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Unique identifier for the ChainRoomSubType. |
chain | Chain | true | Chain related to this ChainRoomSubType. |
code | String | true | Code of the ChainRoomSubType. |
name | String | true | Name 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 }