Creates a device group application version.
| Name | Description | Additional information |
|---|---|---|
| deviceGroupApplicationVersion |
Define this parameter in the request body. |
{
"deviceGroupId": "87aa9c94-b5ef-4c77-85db-c39b44e88658",
"applicationVersionId": "20911dd0-a048-4d92-ab9c-134e0faf278f",
"createdDateUtc": "2026-04-24T23:47:14.9036911+00:00",
"updatedDateUtc": "2026-04-24T23:47:14.9036911+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-24T23:47:14.9036911+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-04-24T23:47:14.9036911+00:00</UpdatedDateUtc> <ApplicationVersionId>20911dd0-a048-4d92-ab9c-134e0faf278f</ApplicationVersionId> <DeviceGroupId>87aa9c94-b5ef-4c77-85db-c39b44e88658</DeviceGroupId> </DeviceGroupApplicationVersionRepresentation>