ChainRoomType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id of the Chain Room Type |
code | string | true | Code of the Chain Room Type |
name | string | true | Name of the Chain Room Type |
description | string | true | Description of the Chain Room Type |
chainRoomTypeGroupId | int | true | Id of the RoomTypeGroup |
order | int | true | Order of the Chain Room Type |
JSON representation
{ "id": 1, "code": "PR", "name": "PR - Promo Room", "description": null, "chainRoomTypeGroupId": 5, "order": 10 }