ReservationType

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identificator of the ReservationType.
chainIdIntegertrueId of the Chain
propertyIdIntegertrueId of the Property
codestringtrueCode of the ReservationType.
namestringtrueName of the ReservationType.
colorCodestringfalseColor of the ReservationType.
activeBooleanfalseReservationType is Active/unActive

JSON representation

{
  "id": 2,
  "chainId": 1,
  "propertyId": 2,
  "code": "PREVIEW",
  "name": "Pending Review",
  "colorCode": "#FDD835",
  "active": true
}