Add an ASSA ABLOY IP lock entry to an access level Returns (Task)
Overview of AddAccessLevelAssaAbloyEntryItemAsync goes here.
| Name | Description |
|---|---|
| accessLevel | The access level to add the entry to |
| entryItem | The ASSA ABLOY entry item to add |
Example in C#
// Returns: nothing
await client.AddAccessLevelAssaAbloyEntryItemAsync(AccessLevelInfo accessLevel, AccessLevelAssaAbloyEntryItem entryItem);
Example in CURL
curl -X POST \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/accesslevels/ACCESSLEVEL.KEY/assaabloyentries \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-d '{
"$type": "Feenics.Keep.WebApi.Model.AccessLevelAssaAbloyEntryItem, Feenics.Keep.WebApi.Model",
"ReaderId": "READER.KEY"
}'