AccessLevelElevatorEntryItem

Represents one Elevator Access Level Entry in the set.

This is used to link an Access Level with an Elevator AccessLevel.

AccessLevelElevatorEntryItem Properties

Item -> AccessLevelElevatorEntryItem

Field Type Inherited from Description
Href String Item Gets or sets the href.
ElevatorAccessLevelCommonName String AccessLevelElevatorEntryItem Gets or sets the name of the schedule common.
ElevatorAccessLevelId String AccessLevelElevatorEntryItem Gets or sets the schedule identifier.
ReaderCommonName String AccessLevelElevatorEntryItem Gets or sets the name of the reader common.
ReaderId String AccessLevelElevatorEntryItem Gets or sets the reader identifier.

JSON Structure of AccessLevelElevatorEntryItem

{
   "Href"	:	"String",
   "ElevatorAccessLevelCommonName"	:	"String",
   "ElevatorAccessLevelId"	:	"String",
   "ReaderCommonName"	:	"String",
   "ReaderId"	:	"String"
}