Creates a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceApplicationRepresentation |
Define this parameter in the request body. |
{
"deviceId": "a9c9d68e-81fb-4c2b-9fe3-0b1285493e81",
"applicationId": "8f051620-cac9-440b-8a63-73e16a7bdcb1",
"isLicensed": true,
"createdDateUtc": "2026-03-14T07:23:43.142499+00:00",
"updatedDateUtc": "2026-03-14T07:23:43.142499+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-03-14T07:23:43.142499+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-14T07:23:43.142499+00:00</UpdatedDateUtc> <ApplicationId>8f051620-cac9-440b-8a63-73e16a7bdcb1</ApplicationId> <DeviceId>a9c9d68e-81fb-4c2b-9fe3-0b1285493e81</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>
Sample not available.