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": "a473ce59-c683-4836-8df8-50551ee24b59",
"applicationId": "1f7c09b6-1997-434b-8ac5-9b68782f0e09",
"isLicensed": true,
"createdDateUtc": "2026-06-08T10:00:41.9574176+00:00",
"updatedDateUtc": "2026-06-08T10:00:41.9574176+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-06-08T10:00:41.9574176+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-08T10:00:41.9574176+00:00</UpdatedDateUtc> <ApplicationId>1f7c09b6-1997-434b-8ac5-9b68782f0e09</ApplicationId> <DeviceId>a473ce59-c683-4836-8df8-50551ee24b59</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>