Creates a device group application version.
| Name | Description | Additional information |
|---|---|---|
| deviceGroupApplicationVersion |
Define this parameter in the request body. |
{
"deviceGroupId": "5eaae4ca-786f-44a7-a356-c352ebde5528",
"applicationVersionId": "501d1c07-4e45-4414-8f70-f07af75008b8",
"createdDateUtc": "2026-08-02T05:37:02.9125912+00:00",
"updatedDateUtc": "2026-08-02T05:37:02.9125912+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-08-02T05:37:02.9125912+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-02T05:37:02.9125912+00:00</UpdatedDateUtc> <ApplicationVersionId>501d1c07-4e45-4414-8f70-f07af75008b8</ApplicationVersionId> <DeviceGroupId>5eaae4ca-786f-44a7-a356-c352ebde5528</DeviceGroupId> </DeviceGroupApplicationVersionRepresentation>