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": "534fc6d9-ef62-44eb-bf38-38a6efd4d4ec",
  "applicationVersionId": "216b22b5-43cb-4311-8a7e-fdd0ac54ded8",
  "createdDateUtc": "2026-02-04T01:50:50.4199273+00:00",
  "updatedDateUtc": "2026-02-04T01:50:50.4199273+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-02-04T01:50:50.4199273+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-02-04T01:50:50.4199273+00:00</UpdatedDateUtc>
  <ApplicationVersionId>216b22b5-43cb-4311-8a7e-fdd0ac54ded8</ApplicationVersionId>
  <DeviceGroupId>534fc6d9-ef62-44eb-bf38-38a6efd4d4ec</DeviceGroupId>
</DeviceGroupApplicationVersionRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.