Creates a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceApplicationRepresentation |
Define this parameter in the request body. |
{
"deviceId": "572b929c-3604-45ca-98a9-dc7e5eccfadb",
"applicationId": "8dcc3d6f-b6ed-46da-b0df-a1fff6b35071",
"isLicensed": true,
"createdDateUtc": "2026-04-24T14:53:17.3255408+00:00",
"updatedDateUtc": "2026-04-24T14:53:17.3255408+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-04-24T14:53:17.3255408+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-04-24T14:53:17.3255408+00:00</UpdatedDateUtc> <ApplicationId>8dcc3d6f-b6ed-46da-b0df-a1fff6b35071</ApplicationId> <DeviceId>572b929c-3604-45ca-98a9-dc7e5eccfadb</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>