Creates a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceApplicationRepresentation |
Define this parameter in the request body. |
{
"deviceId": "01aca84c-5889-470d-a307-fbf3d56f8934",
"applicationId": "ba44e6c3-8cc6-4ed5-a5d4-8d1d92996e4e",
"isLicensed": true,
"createdDateUtc": "2026-07-27T18:14:27.1475827+00:00",
"updatedDateUtc": "2026-07-27T18:14:27.1475827+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-27T18:14:27.1475827+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-07-27T18:14:27.1475827+00:00</UpdatedDateUtc> <ApplicationId>ba44e6c3-8cc6-4ed5-a5d4-8d1d92996e4e</ApplicationId> <DeviceId>01aca84c-5889-470d-a307-fbf3d56f8934</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>
Sample not available.