Creates a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceApplicationRepresentation |
Define this parameter in the request body. |
{
"deviceId": "48ea42ba-779d-4e41-8a97-bdbc5a8549ed",
"applicationId": "d2be52b9-ec10-484a-bb6d-1e83e23cd2ee",
"isLicensed": true,
"createdDateUtc": "2026-09-10T19:05:18.9707889+00:00",
"updatedDateUtc": "2026-09-10T19:05:18.9707889+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-09-10T19:05:18.9707889+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-09-10T19:05:18.9707889+00:00</UpdatedDateUtc> <ApplicationId>d2be52b9-ec10-484a-bb6d-1e83e23cd2ee</ApplicationId> <DeviceId>48ea42ba-779d-4e41-8a97-bdbc5a8549ed</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>
Sample not available.