Creates a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceApplicationRepresentation |
Define this parameter in the request body. |
{
"deviceId": "52e9ae18-292d-4d27-a74a-497fdc0c20c8",
"applicationId": "613dce60-4735-4efb-b860-9483c69b08e8",
"isLicensed": true,
"createdDateUtc": "2026-08-02T07:33:10.7063341+00:00",
"updatedDateUtc": "2026-08-02T07:33:10.7063341+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-02T07:33:10.7063341+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-02T07:33:10.7063341+00:00</UpdatedDateUtc> <ApplicationId>613dce60-4735-4efb-b860-9483c69b08e8</ApplicationId> <DeviceId>52e9ae18-292d-4d27-a74a-497fdc0c20c8</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>