Creates a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceApplicationRepresentation |
Define this parameter in the request body. |
{
"deviceId": "0ba77c6e-84db-4bec-92d5-c481385190ce",
"applicationId": "391deb42-d05d-43e6-80f8-d829417a1fa6",
"isLicensed": true,
"createdDateUtc": "2026-06-06T22:37:39.0516362+00:00",
"updatedDateUtc": "2026-06-06T22:37:39.0516362+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-06-06T22:37:39.0516362+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-06T22:37:39.0516362+00:00</UpdatedDateUtc> <ApplicationId>391deb42-d05d-43e6-80f8-d829417a1fa6</ApplicationId> <DeviceId>0ba77c6e-84db-4bec-92d5-c481385190ce</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>