AddAscendCabinAccessAsync

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

Overview of AddAscendCabinAccessAsync goes here.

Name Description
folder The folder.
item The item.

Add Ascend Cabin Access Async

Example in C#

// Returns: AscendCabinAccessInfo
var ascendCabinAccessInfo = await client.AddAscendCabinAccessAsync(FolderInfo folder, AscendCabinAccessInfo item);

Example in CURL



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