Creates a device group application version.
Name | Description | Additional information |
---|---|---|
deviceGroupApplicationVersion |
Define this parameter in the request body. |
{ "deviceGroupId": "c98e7315-321a-4791-87f5-2bf7a2ed798b", "applicationVersionId": "3a9c72c9-5480-4278-a826-a43563420a67", "createdDateUtc": "2025-05-31T04:40:40.9405096+00:00", "updatedDateUtc": "2025-05-31T04:40:40.9405096+00:00" }
<DeviceGroupApplicationVersionRepresentation 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-05-31T04:40:40.9405096+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-05-31T04:40:40.9405096+00:00</UpdatedDateUtc> <ApplicationVersionId>3a9c72c9-5480-4278-a826-a43563420a67</ApplicationVersionId> <DeviceGroupId>c98e7315-321a-4791-87f5-2bf7a2ed798b</DeviceGroupId> </DeviceGroupApplicationVersionRepresentation>
Sample not available.