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": "dfb8199e-a23e-4800-bbfd-cb62df038091",
  "applicationVersionId": "5fa41150-ce4d-4ed5-ada5-082ccfc1ca49",
  "createdDateUtc": "2025-09-13T07:24:12.3019792+00:00",
  "updatedDateUtc": "2025-09-13T07:24:12.3019792+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-09-13T07:24:12.3019792+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-09-13T07:24:12.3019792+00:00</UpdatedDateUtc>
  <ApplicationVersionId>5fa41150-ce4d-4ed5-ada5-082ccfc1ca49</ApplicationVersionId>
  <DeviceGroupId>dfb8199e-a23e-4800-bbfd-cb62df038091</DeviceGroupId>
</DeviceGroupApplicationVersionRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.