/
ReservationType
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 }
, multiple selections available,
Related content
Reservation
Reservation
More like this
ReservationRoomStayStatusInfoChange
ReservationRoomStayStatusInfoChange
More like this
Ticket
Ticket
More like this
CustomerLoyalty
CustomerLoyalty
More like this
Allotment
Allotment
More like this
PropertyRoomTypeAllotmentDailyQuantity
PropertyRoomTypeAllotmentDailyQuantity
More like this