ReservationType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identificator of the ReservationType. |
chainId | Integer | true | Id of the Chain |
propertyId | Integer | true | Id of the Property |
code | string | true | Code of the ReservationType. |
name | string | true | Name of the ReservationType. |
colorCode | string | false | Color of the ReservationType. |
active | Boolean | false | ReservationType is Active/unActive |
JSON representation
{ "id": 2, "chainId": 1, "propertyId": 2, "code": "PREVIEW", "name": "Pending Review", "colorCode": "#FDD835", "active": true }