Updates a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceId |
Define this parameter in the request URI. |
|
| applicationId |
Define this parameter in the request URI. |
|
| deviceApplicationRepresentation |
Define this parameter in the request body. |
{
"deviceId": "8f4b6702-ef51-43a5-bc8a-0599ce5b8b39",
"applicationId": "3c9ef04c-8e2c-4b28-8304-fe9126b94fbd",
"isLicensed": true,
"createdDateUtc": "2026-03-09T08:38:27.958209+00:00",
"updatedDateUtc": "2026-03-09T08:38:27.958209+00:00"
}
<DeviceApplicationRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1"> <CreatedDateUtc>2026-03-09T08:38:27.958209+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-09T08:38:27.958209+00:00</UpdatedDateUtc> <ApplicationId>3c9ef04c-8e2c-4b28-8304-fe9126b94fbd</ApplicationId> <DeviceId>8f4b6702-ef51-43a5-bc8a-0599ce5b8b39</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>