Creates a device group application version.
| Name | Description | Additional information |
|---|---|---|
| deviceGroupApplicationVersion |
Define this parameter in the request body. |
{
"deviceGroupId": "b90f72d3-bb44-4776-a325-938f24bb09c6",
"applicationVersionId": "290a9c0c-9095-4f53-9001-669bb28793fb",
"createdDateUtc": "2026-04-04T04:45:04.261486+00:00",
"updatedDateUtc": "2026-04-04T04:45:04.261486+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-04-04T04:45:04.261486+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-04-04T04:45:04.261486+00:00</UpdatedDateUtc> <ApplicationVersionId>290a9c0c-9095-4f53-9001-669bb28793fb</ApplicationVersionId> <DeviceGroupId>b90f72d3-bb44-4776-a325-938f24bb09c6</DeviceGroupId> </DeviceGroupApplicationVersionRepresentation>
Sample not available.