/
Space

Space

Structure

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

roomSpaceStatusType

RoomSpaceStatusTypetrueStatus of this Space.

JSON representation

{
	"id": 1,
	"code": "101",
	"name": "S101",
	"roomSpaceStatusType": {
		"id": 1,
		"code": "CL",
		"name": "Clean"
	}
}

Related content