Versions Compared

Key

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

Structure

Excerpt


FieldTypeRequiredDescription
idinttrueUnique identifier for the ModuleSpace.
codestringtrueCode of the ModuleSpace.
namestringtrueName of the ModuleSpace.

roomModuleStatusTyperoomSpaceStatusType

RoomSpaceStatusTypetrueStatus of this moduleSpace.



JSON representation

Code Block
languagepowershell
themeDJango
{
	"id": 1,
	"code": "101",
	"name": "M101S101",
	"roomModuleStatusTyperoomSpaceStatusType": {
		"id": 1,
		"code": "CL",
		"name": "Clean"
	}
}