Creates a device group application version.
| Name | Description | Additional information |
|---|---|---|
| deviceGroupApplicationVersion |
Define this parameter in the request body. |
{
"deviceGroupId": "a7e217e6-65cf-47d2-be8b-27bd1fc8d2d2",
"applicationVersionId": "a231251f-e0f5-450a-b9ed-b04677307857",
"createdDateUtc": "2026-07-27T18:16:12.9511508+00:00",
"updatedDateUtc": "2026-07-27T18:16:12.9511508+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-27T18:16:12.9511508+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-07-27T18:16:12.9511508+00:00</UpdatedDateUtc> <ApplicationVersionId>a231251f-e0f5-450a-b9ed-b04677307857</ApplicationVersionId> <DeviceGroupId>a7e217e6-65cf-47d2-be8b-27bd1fc8d2d2</DeviceGroupId> </DeviceGroupApplicationVersionRepresentation>
Sample not available.