AddKoneCabinAccessAsync

Add the provided Kone Cabin Access configuration to the folder.The folder must alrady exist. The Kone Cabin Access must not already exist. Returns (Task.)Exception Type: NullReferenceExceptionPost failed to get an Href as the result

Name Description
folder The folder.
item The item.

Add Kone Cabin Access Async

Example in C#

// Returns: KoneCabinAccessInfo
var koneCabinAccessInfo = await client.AddKoneCabinAccessAsync(FolderInfo folder, KoneCabinAccessInfo item);

Example in CURL



           curl -X POST \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/konecabinaccess \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -d '{ "name": "Kone Configuration", ... }'