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": "764fe905-de5b-40a3-b91a-da3a393bb669", "applicationId": "7176f0b9-4cc9-4a43-9ea2-c79c1978dabb", "isLicensed": true, "createdDateUtc": "2025-09-05T13:31:21.2764237+00:00", "updatedDateUtc": "2025-09-05T13:31:21.2764237+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-09-05T13:31:21.2764237+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-09-05T13:31:21.2764237+00:00</UpdatedDateUtc> <ApplicationId>7176f0b9-4cc9-4a43-9ea2-c79c1978dabb</ApplicationId> <DeviceId>764fe905-de5b-40a3-b91a-da3a393bb669</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>
Sample not available.