Creates a device group application version.
| Name | Description | Additional information |
|---|---|---|
| deviceGroupApplicationVersion |
Define this parameter in the request body. |
{
"deviceGroupId": "97084d33-2a3e-4b8d-9327-4a3a715a7b5b",
"applicationVersionId": "f460d843-2d37-4af1-ac8f-ef1395f7ce06",
"createdDateUtc": "2026-05-29T16:23:04.8919017+00:00",
"updatedDateUtc": "2026-05-29T16:23:04.8919017+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>2026-05-29T16:23:04.8919017+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-05-29T16:23:04.8919017+00:00</UpdatedDateUtc> <ApplicationVersionId>f460d843-2d37-4af1-ac8f-ef1395f7ce06</ApplicationVersionId> <DeviceGroupId>97084d33-2a3e-4b8d-9327-4a3a715a7b5b</DeviceGroupId> </DeviceGroupApplicationVersionRepresentation>