Versions Compared

Key

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

Structure

Excerpt


FieldTypeRequiredDescription
idIntegertrueUnique identificator of the Room.
codestringtrueCode of the Room
namestringtrueName of the Room



JSON representation

Code Block
languagepowershell
themeDJango
{
	"id": 1,
	"code": "101",
	"name": "Room 101"
}