This API allows the authorized site account to update the FriendlyName for a device record.
Basic Authentication, must be a partner managed account type.
DeviceReference = string (required)
siteReference = string (required)
Type: application/json
FriendlyName = string (required)
Timestamp = string (required)
HTTP status code 200
HTTP status code 400
Bad Request - Something went wrong
“Attempted Update Failed Concurrency Check” – The Timestamp in the JSON body does not match the “Timestamp” from Site Device List resource.
“DeviceReference” = string
“FriendlyName” = string
“DeviceType” = string
“SerialNumberShort” = string
“SerialNumberLong” = string
“Timestamp” = string
PUT /engage/devices/553af9eb-0633-4c61-bf2c-dd67bf9c01b5/site/2fca6a73-8766-4ff2-8ebf-aa5a1cd11fa2 HTTP/1.1
Host: partner.lockwebserv.com
Content-Type: application/json
Authorization: Basic Authorization: Basic c2l0ZUFkbWluQHNvZnR3YXJlLmNvbTpFTkdBR0UxMjM0NTY=
{"FriendlyName":"New Name","Timestamp":"635882358105748197"}