ReservationStatusType

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identificator of the ReservationStatusType.
codestringtrueCode of the ReservationStatusType.
namestringtrueName of the ReservationStatusType.
nameI18nstringtruetrueName of the ReservationStatusType translated.
colorCodestringtrueColor of the ReservationStatusType.

JSON representation

{
    "id": 1,
    "code": "RES",
    "name": "Reserved",
    "nameI18n": "Reserved",
    "colorCode": "#43A047"
}