Creates a device group application version.
| Name | Description | Additional information |
|---|---|---|
| deviceGroupApplicationVersion |
Define this parameter in the request body. |
{
"deviceGroupId": "e9fc68ed-8c0f-49d7-8cd6-2c153d3f805d",
"applicationVersionId": "2ec4585d-f88e-4dab-be65-71afc7a14cfb",
"createdDateUtc": "2026-03-14T07:24:00.8196674+00:00",
"updatedDateUtc": "2026-03-14T07:24:00.8196674+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-03-14T07:24:00.8196674+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-14T07:24:00.8196674+00:00</UpdatedDateUtc> <ApplicationVersionId>2ec4585d-f88e-4dab-be65-71afc7a14cfb</ApplicationVersionId> <DeviceGroupId>e9fc68ed-8c0f-49d7-8cd6-2c153d3f805d</DeviceGroupId> </DeviceGroupApplicationVersionRepresentation>
Sample not available.