Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id of the Room Type |
name | string | true | Name of the Room Type |
JSON representation
{ "id": 2, "name": "Single" }
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id of the Room Type |
name | string | true | Name of the Room Type |
{ "id": 2, "name": "Single" }