Creates a DeviceApplication.
Name | Description | Additional information |
---|---|---|
deviceApplicationRepresentation |
Define this parameter in the request body. |
{ "deviceId": "90306ceb-7c27-43d4-b6a7-754a34ccec22", "applicationId": "7e54cd1b-920a-49b2-a919-4d8493700a08", "isLicensed": true, "createdDateUtc": "2025-09-13T07:23:04.7435744+00:00", "updatedDateUtc": "2025-09-13T07:23:04.7435744+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-09-13T07:23:04.7435744+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-09-13T07:23:04.7435744+00:00</UpdatedDateUtc> <ApplicationId>7e54cd1b-920a-49b2-a919-4d8493700a08</ApplicationId> <DeviceId>90306ceb-7c27-43d4-b6a7-754a34ccec22</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>
Sample not available.