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