AddBoschPanelAsync

Returns (Task)

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

Name Description
folder
service
item

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