SetLastUpdatedOnForEngageDeviceAsync

Sets the last updated timestamp for an Engage device Returns ()

Set when an Engage Deveice was last updated.

Name Description
engageDevice The Engage device to update
lastUpdatedOn The last updated timestamp to set

Set Last Updated On For Engage Device Async

Example in C#

// Returns: nothing
await client.SetLastUpdatedOnForEngageDeviceAsync(EngageDeviceInfo engageDevice, DateTime lastUpdatedOn);

Example in CURL



           curl -X PUT \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/engageipgateways/ENGAGEIPGATEWAY.KEY/lastupdatedon \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -d '"UtcDateTime.Now"'