SetAssaAbloyIPLockModeForIPLockAsync

Set the provided IP lock mode for an IP lock. Returns ()Exception Type: ArgumentNullException

Overview of SetAssaAbloyIPLockModeForIPLockAsync goes here.

Name Description
item The IP lock to set the mode for
mode The IP lock mode to set

Set Assa Abloy IPLock Mode For IPLock Async

Example in C#

// Returns: nothing
await client.SetAssaAbloyIPLockModeForIPLockAsync(AssaAbloyIPLockInfo item, AssaAbloyIPLockModeInfo mode);

Example in CURL



           curl -X PUT \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/readers2/READER2.KEY/assaabloyiplockmodes \
               -H 'Content-Type: application/javascript' \
               -d '"/api/f/INSTANCE.KEY/assaabloyiplockmodes/ASSAABLOYIPLOCKMODE.KEY"'