Creates a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceApplicationRepresentation |
Define this parameter in the request body. |
{
"deviceId": "5cb68908-01fa-4300-8725-86049c12ac8d",
"applicationId": "795aa976-4ddc-44f7-aa1f-af4845403cdd",
"isLicensed": true,
"createdDateUtc": "2026-05-11T10:24:44.4698226+00:00",
"updatedDateUtc": "2026-05-11T10:24:44.4698226+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-05-11T10:24:44.4698226+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-05-11T10:24:44.4698226+00:00</UpdatedDateUtc> <ApplicationId>795aa976-4ddc-44f7-aa1f-af4845403cdd</ApplicationId> <DeviceId>5cb68908-01fa-4300-8725-86049c12ac8d</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>
Sample not available.