Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


FieldTypeRequiredDescription
idIntegertrueUnique identificator of the ReservationStatusType.
codestringtrueCode of the ReservationStatusType.
namestringtrueName of the ReservationStatusType.
nameI18nstringtrueName trueName of the ReservationStatusType translated.codestring
truecolorCodestringtrueColor of the ReservationStatusType.



JSON representation

Code Block
languagepowershell
themeDJango
{
    "id": 1,
    "code": "RES",
    "name": "ReservationReserved",
    "nameI18n": "ReservationReserved",
    "colorCode": "#43A047"
}