AddBoschAuthorityLevelAsync

Creates a new Bosch authority level for the specified panel. Returns (Task)

Create a Bosch Authority Level for the designated Bosch Panel.

Name Description
panel The Bosch panel to add the authority level to
item The Bosch authority level information to create

Add Bosch Authority Level Async

Example in C#

// Returns: BoschAuthorityLevelInfo
var boschAuthorityLevelInfo = await client.AddBoschAuthorityLevelAsync(BoschPanelInfo panel, BoschAuthorityLevelInfo item);

Example in CURL



           curl -X POST \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/boschpanels/BOSCHPANEL.KEY/boschauthoritylevels \
                -H 'Authorization: Bearer TOKEN_GOES_HERE' \
                -H 'Content-Type: application/json' \
                -d '{
                       "$type":"Feenics.Keep.WebApi.Model.BoschAuthorityLevelInfo, Feenics.Keep.WebApi.Model",
                       "Authorities":null,
                       "Index":0,
                       "Key":null,
                       "CommonName":"BoschAuthorityLevelFor_cUrl",
                       "InFolderHref":null,
                       "InFolderKey":null,
                       "Links":[],
                       "ObjectLinks":null,
                       "Metadata":null,
                       "Notes":null,
                       "Tags":null,
                       "Monikers":null,
                       "Href":null
                   }'