Creates a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceApplicationRepresentation |
Define this parameter in the request body. |
{
"deviceId": "0d391660-5296-4ec7-b72f-45ef6c0aec51",
"applicationId": "78177039-3b84-4c69-9f65-54cf3addcab3",
"isLicensed": true,
"createdDateUtc": "2026-08-27T04:31:18.7960033+00:00",
"updatedDateUtc": "2026-08-27T04:31:18.7960033+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-08-27T04:31:18.7960033+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-27T04:31:18.7960033+00:00</UpdatedDateUtc> <ApplicationId>78177039-3b84-4c69-9f65-54cf3addcab3</ApplicationId> <DeviceId>0d391660-5296-4ec7-b72f-45ef6c0aec51</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>