UpdateBoschServiceLastPingAsync

Updates the last ping timestamp for a Bosch service. Returns (Task)

Adjust the Last Ping to the Bosch Service.

Name Description
item The Bosch service to update last ping for

Update Bosch Service Last Ping Async

Example in C#

// Returns: nothing
await client.UpdateBoschServiceLastPingAsync(BoschServiceInfo item);

Example in CURL



           curl -X PUT \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/boschservices/BOSCHSERVICES.KEY/lastping \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' 
                -H 'Content-Type: application/json' \
                -d '""'