AddBoschOutputAsync

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

Create a new Bosch Output on the designated Bosch Panel.

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

Add Bosch Output Async

Example in C#

// Returns: BoschOutputInfo
var boschOutputInfo = await client.AddBoschOutputAsync(BoschPanelInfo panel, BoschOutputInfo item);

Example in CURL



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