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": "a7e217e6-65cf-47d2-be8b-27bd1fc8d2d2",
  "applicationVersionId": "a231251f-e0f5-450a-b9ed-b04677307857",
  "createdDateUtc": "2026-07-27T18:16:12.9511508+00:00",
  "updatedDateUtc": "2026-07-27T18:16:12.9511508+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-07-27T18:16:12.9511508+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-07-27T18:16:12.9511508+00:00</UpdatedDateUtc>
  <ApplicationVersionId>a231251f-e0f5-450a-b9ed-b04677307857</ApplicationVersionId>
  <DeviceGroupId>a7e217e6-65cf-47d2-be8b-27bd1fc8d2d2</DeviceGroupId>
</DeviceGroupApplicationVersionRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.