ChainRoomTypeGroup
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id of the Chain Room Type Group |
code | string | true | Code of the Chain Room Type Group |
name | string | true | Name of the Chain Room Type Group |
active | boolean | true | Status of the Chain Room Type Group |
JSON representation
{ "id" : 1, "code" : "STD", "name" : "Standard", "active" : true }