AddBoschSkedAsync

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

Create a new Bosch Sked on the designated Bosch Panel.

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

Add Bosch Sked Async

Example in C#

// Returns: BoschSkedInfo
var boschSkedInfo = await client.AddBoschSkedAsync(BoschPanelInfo panel, BoschSkedInfo item);

Example in CURL



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