SetVersionForBoschPanelAsync

Returns ()

Overview of SetVersionForBoschPanelAsync goes here.

Name Description
item
versionNumber

Set Version For Bosch Panel Async

Example in C#

// Returns: nothing
await client.SetVersionForBoschPanelAsync(BoschPanelInfo item, String versionNumber);

Example in CURL



           curl -X PUT \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/boschservices/BOSCHSERVICES.KEY/version \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' 
                -H 'Content-Type: application/json' \
                -D '"9.9.9"'