AddBoschAreaAsync

Returns (Task)

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

Name Description
panel
item

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