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": "97084d33-2a3e-4b8d-9327-4a3a715a7b5b",
  "applicationVersionId": "f460d843-2d37-4af1-ac8f-ef1395f7ce06",
  "createdDateUtc": "2026-05-29T16:23:04.8919017+00:00",
  "updatedDateUtc": "2026-05-29T16:23:04.8919017+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-05-29T16:23:04.8919017+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-05-29T16:23:04.8919017+00:00</UpdatedDateUtc>
  <ApplicationVersionId>f460d843-2d37-4af1-ac8f-ef1395f7ce06</ApplicationVersionId>
  <DeviceGroupId>97084d33-2a3e-4b8d-9327-4a3a715a7b5b</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'.