Creates a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceApplicationRepresentation |
Define this parameter in the request body. |
{
"deviceId": "162803c8-16c4-436d-8505-088e61045259",
"applicationId": "47b095ea-834c-42f1-b395-c0344527d1cc",
"isLicensed": true,
"createdDateUtc": "2026-03-13T14:41:44.9188415+00:00",
"updatedDateUtc": "2026-03-13T14:41:44.9188415+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-03-13T14:41:44.9188415+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-13T14:41:44.9188415+00:00</UpdatedDateUtc> <ApplicationId>47b095ea-834c-42f1-b395-c0344527d1cc</ApplicationId> <DeviceId>162803c8-16c4-436d-8505-088e61045259</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>