Cyan Web API - Version 1


POST api/deviceGroupApplicationVersions

            Creates a device group application version.
            

Request Information

Parameters

NameDescriptionAdditional information
deviceGroupApplicationVersion

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "deviceGroupId": "b90f72d3-bb44-4776-a325-938f24bb09c6",
  "applicationVersionId": "290a9c0c-9095-4f53-9001-669bb28793fb",
  "createdDateUtc": "2026-04-04T04:45:04.261486+00:00",
  "updatedDateUtc": "2026-04-04T04:45:04.261486+00:00"
}

application/xml, text/xml

Sample:
<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-04-04T04:45:04.261486+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-04-04T04:45:04.261486+00:00</UpdatedDateUtc>
  <ApplicationVersionId>290a9c0c-9095-4f53-9001-669bb28793fb</ApplicationVersionId>
  <DeviceGroupId>b90f72d3-bb44-4776-a325-938f24bb09c6</DeviceGroupId>
</DeviceGroupApplicationVersionRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.