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": "f09c7898-46aa-4f54-836a-c6698d7d2820",
  "applicationVersionId": "21417f3f-741e-4624-b8a1-8ef59de63218",
  "createdDateUtc": "2026-03-28T23:45:05.1585261+00:00",
  "updatedDateUtc": "2026-03-28T23:45:05.1585261+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-28T23:45:05.1585261+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-03-28T23:45:05.1585261+00:00</UpdatedDateUtc>
  <ApplicationVersionId>21417f3f-741e-4624-b8a1-8ef59de63218</ApplicationVersionId>
  <DeviceGroupId>f09c7898-46aa-4f54-836a-c6698d7d2820</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'.