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": "bf04db8c-8678-4741-b820-93d96a83da30",
  "applicationVersionId": "fe91ed15-5f62-4f4a-b0c8-65f531252108",
  "createdDateUtc": "2025-11-15T11:39:21.6998239+00:00",
  "updatedDateUtc": "2025-11-15T11:39:21.6998239+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>2025-11-15T11:39:21.6998239+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-11-15T11:39:21.6998239+00:00</UpdatedDateUtc>
  <ApplicationVersionId>fe91ed15-5f62-4f4a-b0c8-65f531252108</ApplicationVersionId>
  <DeviceGroupId>bf04db8c-8678-4741-b820-93d96a83da30</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'.