Creates a device group application version.
Name | Description | Additional information |
---|---|---|
deviceGroupApplicationVersion |
Define this parameter in the request body. |
{ "deviceGroupId": "e2b840fc-82c2-47c3-aa22-19e76a055644", "applicationVersionId": "bb0c77ca-c9a9-47f0-b857-47a9764b8cb1", "createdDateUtc": "2025-04-21T01:07:48.2893707+00:00", "updatedDateUtc": "2025-04-21T01:07:48.2893707+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-04-21T01:07:48.2893707+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-04-21T01:07:48.2893707+00:00</UpdatedDateUtc> <ApplicationVersionId>bb0c77ca-c9a9-47f0-b857-47a9764b8cb1</ApplicationVersionId> <DeviceGroupId>e2b840fc-82c2-47c3-aa22-19e76a055644</DeviceGroupId> </DeviceGroupApplicationVersionRepresentation>
Sample not available.