Creates a device group application version.
| Name | Description | Additional information |
|---|---|---|
| deviceGroupApplicationVersion |
Define this parameter in the request body. |
{
"deviceGroupId": "11a58852-7e30-4f93-b5e6-fa78ea067fc4",
"applicationVersionId": "2aece93f-4b1d-4394-a5c5-5a8a929ea9a9",
"createdDateUtc": "2026-06-25T19:45:20.7058504+00:00",
"updatedDateUtc": "2026-06-25T19:45:20.7058504+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-06-25T19:45:20.7058504+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-25T19:45:20.7058504+00:00</UpdatedDateUtc> <ApplicationVersionId>2aece93f-4b1d-4394-a5c5-5a8a929ea9a9</ApplicationVersionId> <DeviceGroupId>11a58852-7e30-4f93-b5e6-fa78ea067fc4</DeviceGroupId> </DeviceGroupApplicationVersionRepresentation>
Sample not available.