AddBoschUserAsync

Adds a BoschUser to a BoschPanel Returns (Task)

Create a new Bosch Sked on the designated Bosch User.

Name Description
panel The BoschPanel
item the BoschUser
person Include person object if the connection of relation BoschUser between the user and person should be done

Add Bosch User Async

Example in C#

// Returns: BoschUserInfo
var boschUserInfo = await client.AddBoschUserAsync(BoschPanelInfo panel, BoschUserInfo item, PersonInfo person);

Example in CURL



           curl -X POST \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/boschpanels/BOSCHPANEL.KEY/boschusers \
                -H 'Authorization: Bearer TOKEN_GOES_HERE'
                -H 'Content-Type: application/json' \
                -D '{
                       "$type":"Feenics.Keep.WebApi.Model.BoschUserInfo, Feenics.Keep.WebApi.Model",
                       "UserName":null,
                       "PassCode":null,
                       "UserWindowGroup":0,
                       "Index":0,
                       "Key":null,
                       "CommonName":"BoschUserFor_cUrl",
                       "InFolderHref":null,
                       "InFolderKey":null,
                       "Links":[],
                       "ObjectLinks":null,
                       "Metadata":null,
                       "Notes":null,
                       "Tags":null,
                       "Monikers":null,
                       "Href":null
                   }'