AddBoschAreaAsync

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

Create a new Bosch Area and attach it to the designatged Bosch Panel.

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

Add Bosch Area Async

Example in C#

// Returns: BoschAreaInfo
var boschAreaInfo = await client.AddBoschAreaAsync(BoschPanelInfo panel, BoschAreaInfo item);

Example in CURL



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