Creates a device group application version.
| Name | Description | Additional information |
|---|---|---|
| deviceGroupApplicationVersion |
Define this parameter in the request body. |
{
"deviceGroupId": "04fa5940-4118-4a15-bc2a-526c77378b1e",
"applicationVersionId": "af6d314b-6c96-44a9-a81e-99d658cc4351",
"createdDateUtc": "2026-07-09T04:39:02.7293802+00:00",
"updatedDateUtc": "2026-07-09T04:39:02.7293802+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-07-09T04:39:02.7293802+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-07-09T04:39:02.7293802+00:00</UpdatedDateUtc> <ApplicationVersionId>af6d314b-6c96-44a9-a81e-99d658cc4351</ApplicationVersionId> <DeviceGroupId>04fa5940-4118-4a15-bc2a-526c77378b1e</DeviceGroupId> </DeviceGroupApplicationVersionRepresentation>