Returns ()
Set when an Engage Deveice was last updated.
Name | Description |
---|---|
engageDevice | |
lastUpdatedOn |
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"'