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": "bb4b4ff7-e514-4a11-bd38-f4620925c1d0",
  "applicationVersionId": "c19f8f2f-3b2d-4af0-b914-671162ef93d6",
  "createdDateUtc": "2026-03-07T23:44:48.2564893+00:00",
  "updatedDateUtc": "2026-03-07T23:44:48.2564893+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-07T23:44:48.2564893+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-03-07T23:44:48.2564893+00:00</UpdatedDateUtc>
  <ApplicationVersionId>c19f8f2f-3b2d-4af0-b914-671162ef93d6</ApplicationVersionId>
  <DeviceGroupId>bb4b4ff7-e514-4a11-bd38-f4620925c1d0</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'.