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": "a6f28035-b4cc-4334-8e9f-e9d67429710c", "applicationId": "4c2b30d8-d578-4f23-8f3a-f1c71d7bb6aa", "isLicensed": true, "createdDateUtc": "2025-07-05T15:58:33.1815785+00:00", "updatedDateUtc": "2025-07-05T15:58:33.1815785+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-07-05T15:58:33.1815785+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-07-05T15:58:33.1815785+00:00</UpdatedDateUtc> <ApplicationId>4c2b30d8-d578-4f23-8f3a-f1c71d7bb6aa</ApplicationId> <DeviceId>a6f28035-b4cc-4334-8e9f-e9d67429710c</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>
Sample not available.