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": "b3262a5c-c7ac-46a4-9d29-432072cad2d9",
  "applicationVersionId": "188be621-8d94-4299-a66f-d23cb5345174",
  "createdDateUtc": "2025-07-12T00:29:12.9708138+00:00",
  "updatedDateUtc": "2025-07-12T00:29:12.9708138+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-07-12T00:29:12.9708138+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-07-12T00:29:12.9708138+00:00</UpdatedDateUtc>
  <ApplicationVersionId>188be621-8d94-4299-a66f-d23cb5345174</ApplicationVersionId>
  <DeviceGroupId>b3262a5c-c7ac-46a4-9d29-432072cad2d9</DeviceGroupId>
</DeviceGroupApplicationVersionRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.