Versions Compared

Key

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

Structure

Excerpt


FieldTypeRequiredDescription
idIntegertrueUnique identificator of the ReservationStatusType.
namestringtrueName of the ReservationStatusType.
codenameI18nstringtrueCode Name of the ReservationStatusType translated.
codestringtrue
colorCodestringtrueColor of the ReservationStatusType.



JSON representation

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