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": "61a55a2b-bdb9-4450-a523-1ca977fdb485",
  "applicationVersionId": "a1a58004-9151-4954-93ad-f14ec2927a50",
  "createdDateUtc": "2026-02-01T00:11:06.8891239+00:00",
  "updatedDateUtc": "2026-02-01T00:11:06.8891239+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-01T00:11:06.8891239+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-02-01T00:11:06.8891239+00:00</UpdatedDateUtc>
  <ApplicationVersionId>a1a58004-9151-4954-93ad-f14ec2927a50</ApplicationVersionId>
  <DeviceGroupId>61a55a2b-bdb9-4450-a523-1ca977fdb485</DeviceGroupId>
</DeviceGroupApplicationVersionRepresentation>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DeviceGroupApplicationVersionRepresentation'.