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": "11a58852-7e30-4f93-b5e6-fa78ea067fc4",
  "applicationVersionId": "2aece93f-4b1d-4394-a5c5-5a8a929ea9a9",
  "createdDateUtc": "2026-06-25T19:45:20.7058504+00:00",
  "updatedDateUtc": "2026-06-25T19:45:20.7058504+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-06-25T19:45:20.7058504+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-06-25T19:45:20.7058504+00:00</UpdatedDateUtc>
  <ApplicationVersionId>2aece93f-4b1d-4394-a5c5-5a8a929ea9a9</ApplicationVersionId>
  <DeviceGroupId>11a58852-7e30-4f93-b5e6-fa78ea067fc4</DeviceGroupId>
</DeviceGroupApplicationVersionRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.