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": "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"
}

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-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>

application/x-www-form-urlencoded

Sample:

Sample not available.