AccessLevelEntryItem

Represents one Access Level Entry in the set that defines an AccessLevelInfo .

This is used to link a reader and schedule to the Access Level.

AccessLevelEntryItem Properties

Item -> AccessLevelEntryItem

Field Type Inherited from Description
Href String Item Gets or sets the href.
ReaderCommonName String AccessLevelEntryItem Gets or sets the name of the reader common.
ReaderId String AccessLevelEntryItem Gets or sets the reader identifier.
ScheduleCommonName String AccessLevelEntryItem Gets or sets the name of the schedule common.
ScheduleId String AccessLevelEntryItem Gets or sets the schedule identifier.

JSON Structure of AccessLevelEntryItem

{
   "Href"	:	"String",
   "ReaderCommonName"	:	"String",
   "ReaderId"	:	"String",
   "ScheduleCommonName"	:	"String",
   "ScheduleId"	:	"String"
}