Creates a device group application version.
Name | Description | Additional information |
---|---|---|
deviceGroupApplicationVersion |
Define this parameter in the request body. |
{ "deviceGroupId": "dfb8199e-a23e-4800-bbfd-cb62df038091", "applicationVersionId": "5fa41150-ce4d-4ed5-ada5-082ccfc1ca49", "createdDateUtc": "2025-09-13T07:24:12.3019792+00:00", "updatedDateUtc": "2025-09-13T07:24:12.3019792+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-09-13T07:24:12.3019792+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-09-13T07:24:12.3019792+00:00</UpdatedDateUtc> <ApplicationVersionId>5fa41150-ce4d-4ed5-ada5-082ccfc1ca49</ApplicationVersionId> <DeviceGroupId>dfb8199e-a23e-4800-bbfd-cb62df038091</DeviceGroupId> </DeviceGroupApplicationVersionRepresentation>
Sample not available.