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": "16ee5be1-cbed-47e1-8a0c-ca5ec96d3499", "applicationId": "b7a9e2a5-3868-4600-8559-9d25ee5ca30b", "isLicensed": true, "createdDateUtc": "2025-06-06T13:41:25.6796791+00:00", "updatedDateUtc": "2025-06-06T13:41:25.6796791+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>2025-06-06T13:41:25.6796791+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-06-06T13:41:25.6796791+00:00</UpdatedDateUtc> <ApplicationId>b7a9e2a5-3868-4600-8559-9d25ee5ca30b</ApplicationId> <DeviceId>16ee5be1-cbed-47e1-8a0c-ca5ec96d3499</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>
Sample not available.