Creates a device group application version.
| Name | Description | Additional information |
|---|---|---|
| deviceGroupApplicationVersion |
Define this parameter in the request body. |
{
"deviceGroupId": "8bb2f14d-0c89-4844-991b-bbf959317bff",
"applicationVersionId": "94e5609f-991f-4728-8c4a-242ba8c4d34b",
"createdDateUtc": "2026-09-10T19:05:28.6018746+00:00",
"updatedDateUtc": "2026-09-10T19:05:28.6018746+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-09-10T19:05:28.6018746+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-09-10T19:05:28.6018746+00:00</UpdatedDateUtc> <ApplicationVersionId>94e5609f-991f-4728-8c4a-242ba8c4d34b</ApplicationVersionId> <DeviceGroupId>8bb2f14d-0c89-4844-991b-bbf959317bff</DeviceGroupId> </DeviceGroupApplicationVersionRepresentation>
Sample not available.