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": "3016e88a-1c25-44ae-87d6-bac4f9cdedde",
  "applicationVersionId": "cf4cdf4c-37da-4be5-9325-4adfb909d8c2",
  "createdDateUtc": "2026-03-15T07:25:14.1796851+00:00",
  "updatedDateUtc": "2026-03-15T07:25:14.1796851+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-15T07:25:14.1796851+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-03-15T07:25:14.1796851+00:00</UpdatedDateUtc>
  <ApplicationVersionId>cf4cdf4c-37da-4be5-9325-4adfb909d8c2</ApplicationVersionId>
  <DeviceGroupId>3016e88a-1c25-44ae-87d6-bac4f9cdedde</DeviceGroupId>
</DeviceGroupApplicationVersionRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.