Creates a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceApplicationRepresentation |
Define this parameter in the request body. |
{
"deviceId": "26593a8a-f511-4073-acaa-7862a0288ba0",
"applicationId": "0ec7af1d-6959-4baf-9a25-f920df3af743",
"isLicensed": true,
"createdDateUtc": "2026-07-15T12:32:07.1006929+00:00",
"updatedDateUtc": "2026-07-15T12:32:07.1006929+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-07-15T12:32:07.1006929+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-07-15T12:32:07.1006929+00:00</UpdatedDateUtc> <ApplicationId>0ec7af1d-6959-4baf-9a25-f920df3af743</ApplicationId> <DeviceId>26593a8a-f511-4073-acaa-7862a0288ba0</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>