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": "c98e7315-321a-4791-87f5-2bf7a2ed798b",
  "applicationVersionId": "3a9c72c9-5480-4278-a826-a43563420a67",
  "createdDateUtc": "2025-05-31T04:40:40.9405096+00:00",
  "updatedDateUtc": "2025-05-31T04:40:40.9405096+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-05-31T04:40:40.9405096+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-05-31T04:40:40.9405096+00:00</UpdatedDateUtc>
  <ApplicationVersionId>3a9c72c9-5480-4278-a826-a43563420a67</ApplicationVersionId>
  <DeviceGroupId>c98e7315-321a-4791-87f5-2bf7a2ed798b</DeviceGroupId>
</DeviceGroupApplicationVersionRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.