AddEngageReaderAsync

Creates a new Allegion Engage reader in the specified folder. Returns ()

Create new Engage Reader in the designated Folder.

Name Description
folder The folder where the Engage reader will be created
item The Engage reader information to create

Add Engage Reader Async

Example in C#

// Returns: EngageReaderInfo
var engageReaderInfo = await client.AddEngageReaderAsync(FolderInfo folder, EngageReaderInfo item);

Example in CURL



           curl -X POST \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/engagereaders \  
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -d '{
                   "$type":"Feenics.Keep.WebApi.Model.EngageReaderInfo, Feenics.Keep.WebApi.Model",
                   "LinkId":null,
                   "EngageLockType":0,
                   "Type":0,
                   "Relock":0,
                   "CentralDecisionTimeout":0,
                   "CredentialSectorNumber":0,
                   "JaguarSectors":0,
                   "LockId":0,
                   "GroupIds":null,
                   "DoorPropDelay":0,
                   "DoorPropEnabled":false,
                   "AdaDelay":0,
                   "FirstManInEnabled":false,
                   "DogOnNextExit":false,
                   "BatteryFailState":0,
                   "BlinkLEDWhenLocked":false,
                   "PrivacyRapidBlick":false,
                   "IPBAuditEnabled":false,
                   "DaylightSavingTimeEnabled":false,
                   "DstStart":null,
                   "DstEnd":null,
                   "ImmediateWiFiAlertEnabled":null,
                   "IndividualWiFiImmediateAlertSelection":null,
                   "FirmwareAddress":null,
                   "FirmwareDownloadTime":"0001-01-01T00:00:00",
                   "FirmwareImplementUpdateTime":"0001-01-01T00:00:00",
                   "DPSAuditsEnabled":false,
                   "BeeperEnabled":false,
                   "ReaderSensitivity":0,
                   "ProxConfigHID":false,
                   "ProxConfigGECASCI":false,
                   "ProxConfigGE4001":false,
                   "ProxConfigGE4002":false,
                   "ProxConfigAWID":false,
                   "SmartCard14443UID":false,
                   "SmartCard14443MiFare":false,
                   "SmartCard14443MiFarePlus":false,
                   "SmartCard14443NOC":false,
                   "SmartCard15693IClassSE":false,
                   "SmartCard15693UID":false,
                   "SmartCardIClassUID":false,
                   "PIVConfig":0,
                   "IClassFormat":false,
                   "MagCardTrack1Enabled":false,
                   "MagCardTrack2Enabled":false,
                   "MagCardTrack3Enabled":false,
                   "MagCardLowPowerEnabled":false,
                   "BacklightTimeout":0,
                   "KeypadOutputFormat":0,
                   "KeypadFacility":0,
                   "Code":0,
                   "KeysToBuffer":0,
                   "KeystrokeTimeout":0,
                   "PinLength":0,
                   "PinEnabled":false,
                   "AntiTailgateEnabled":false,
                   "GatewayCommFailure":0,
                   "TamperFailure":0,
                   "InvalidCardAuditEnabled":false,
                   "ScheduleDurations":null,
                   "AutoUnlockSchedules":null,
                   "ReaderHolidays":null,
                   "Status":null,
                   "DeviceType":null,
                   "SerialNumberShort":null,
                   "SerialNumberLong":null,
                   "DeviceReference":null,
                   "Timestamp":null,
                   "Timezone":null,
                   "LastUpdatedOn":null,
                   "Version":null,
                   "Key":null,
                   "CommonName":"EngageReader_for_cURL",
                   "InFolderHref":null,
                   "InFolderKey":null,
                   "Links":[],
                   "ObjectLinks":null,
                   "Metadata":null,
                   "Notes":null,
                   "Tags":null,
                   "Monikers":null,
                   "Href":null
               }'