Creates a DeviceApplication.
Name | Description | Additional information |
---|---|---|
deviceApplicationRepresentation |
Define this parameter in the request body. |
{ "deviceId": "97b912b7-5dab-49e7-93e0-3fd6f5360602", "applicationId": "e0d699b6-f587-4c84-9669-4c1c7b895440", "isLicensed": true, "createdDateUtc": "2025-06-04T13:20:44.6959584+00:00", "updatedDateUtc": "2025-06-04T13:20:44.6959584+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>2025-06-04T13:20:44.6959584+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-06-04T13:20:44.6959584+00:00</UpdatedDateUtc> <ApplicationId>e0d699b6-f587-4c84-9669-4c1c7b895440</ApplicationId> <DeviceId>97b912b7-5dab-49e7-93e0-3fd6f5360602</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>
Sample not available.