Creates a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceApplicationRepresentation |
Define this parameter in the request body. |
{
"deviceId": "4e79b204-1f9c-40e0-a2e6-62e9860b77e0",
"applicationId": "2bcbc290-2f46-42ea-8e4a-17952ffbc002",
"isLicensed": true,
"createdDateUtc": "2025-11-17T03:50:45.0469143+00:00",
"updatedDateUtc": "2025-11-17T03:50:45.0469143+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-11-17T03:50:45.0469143+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-11-17T03:50:45.0469143+00:00</UpdatedDateUtc> <ApplicationId>2bcbc290-2f46-42ea-8e4a-17952ffbc002</ApplicationId> <DeviceId>4e79b204-1f9c-40e0-a2e6-62e9860b77e0</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>