AddBoschPanelAsync

Creates a new Bosch panel in the specified folder and service. Returns (Task)

Create a new Bosch Panel in the designated Folder and Bosch Service.

Name Description
folder The folder where the panel will be created
service The Bosch service to associate the panel with
item The Bosch panel information to create

Add Bosch Panel Async

Example in C#

// Returns: BoschPanelInfo
var boschPanelInfo = await client.AddBoschPanelAsync(FolderInfo folder, BoschServiceInfo service, BoschPanelInfo item);

Example in CURL



           curl -X POST \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/boschpanels?serviceId=BOSCHSERVICE.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -d '{
                       "$type":"Feenics.Keep.WebApi.Model.BoschPanelInfo, Feenics.Keep.WebApi.Model",
                       "IpAddress":null,
                       "Port":0,
                       "PassCode":null,
                       "VersionNumber":null,
                       "TimeZone":null,
                       "UserRange":null,
                       "Status":null,
                       "LastPing":null,
                       "Key":null,
                       "CommonName":"BoschPanelFor_cUrl",
                       "InFolderHref":null,
                       "InFolderKey":null,
                       "Links":[],
                       "ObjectLinks":null,
                       "Metadata":null,
                       "Notes":null,
                       "Tags":null,
                       "Monikers":null,
                       "Href":null
                   }'