Creates a device group application version.
| Name | Description | Additional information |
|---|---|---|
| deviceGroupApplicationVersion |
Define this parameter in the request body. |
{
"deviceGroupId": "6b9688f9-9335-4eb9-b019-f3f21c0dfc1b",
"applicationVersionId": "6a1fd3ca-4fcc-4568-a7c1-fafd4343bcef",
"createdDateUtc": "2026-09-11T10:48:50.8202532+00:00",
"updatedDateUtc": "2026-09-11T10:48:50.8202532+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-09-11T10:48:50.8202532+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-09-11T10:48:50.8202532+00:00</UpdatedDateUtc> <ApplicationVersionId>6a1fd3ca-4fcc-4568-a7c1-fafd4343bcef</ApplicationVersionId> <DeviceGroupId>6b9688f9-9335-4eb9-b019-f3f21c0dfc1b</DeviceGroupId> </DeviceGroupApplicationVersionRepresentation>