AddBoschAuthorityLevelAsync

Returns (Task)

Create a Bosch Authority Level for the designated Bosch Panel.

Name Description
panel
item

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://keepapi.feenicshosting.com/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
                   }'