AddBoschDoorAsync

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

Create a new Bosch Door on the designated Bosch Panel.

Name Description
panel The Bosch panel to add the door to
item The Bosch door information to create

Add Bosch Door Async

Example in C#

// Returns: BoschDoorInfo
var boschDoorInfo = await client.AddBoschDoorAsync(BoschPanelInfo panel, BoschDoorInfo item);

Example in CURL



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