Creates a device group application version.
| Name | Description | Additional information |
|---|---|---|
| deviceGroupApplicationVersion |
Define this parameter in the request body. |
{
"deviceGroupId": "5edbc1e5-9fa3-4ff9-8541-e44b1ae998c5",
"applicationVersionId": "af58eb80-2615-4a28-b289-88a85a9b9992",
"createdDateUtc": "2025-10-16T17:27:25.4344843+00:00",
"updatedDateUtc": "2025-10-16T17:27:25.4344843+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>2025-10-16T17:27:25.4344843+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-10-16T17:27:25.4344843+00:00</UpdatedDateUtc> <ApplicationVersionId>af58eb80-2615-4a28-b289-88a85a9b9992</ApplicationVersionId> <DeviceGroupId>5edbc1e5-9fa3-4ff9-8541-e44b1ae998c5</DeviceGroupId> </DeviceGroupApplicationVersionRepresentation>
Sample not available.