Creates a device group application version.
| Name | Description | Additional information |
|---|---|---|
| deviceGroupApplicationVersion |
Define this parameter in the request body. |
{
"deviceGroupId": "e738cd31-0c19-44b6-9d6b-2ca221723a1f",
"applicationVersionId": "4229483b-4186-4edd-8ee1-826bfd7d8f6e",
"createdDateUtc": "2026-06-08T03:28:32.2438914+00:00",
"updatedDateUtc": "2026-06-08T03:28:32.2438914+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-06-08T03:28:32.2438914+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-08T03:28:32.2438914+00:00</UpdatedDateUtc> <ApplicationVersionId>4229483b-4186-4edd-8ee1-826bfd7d8f6e</ApplicationVersionId> <DeviceGroupId>e738cd31-0c19-44b6-9d6b-2ca221723a1f</DeviceGroupId> </DeviceGroupApplicationVersionRepresentation>