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": "e2b840fc-82c2-47c3-aa22-19e76a055644",
  "applicationVersionId": "bb0c77ca-c9a9-47f0-b857-47a9764b8cb1",
  "createdDateUtc": "2025-04-21T01:07:48.2893707+00:00",
  "updatedDateUtc": "2025-04-21T01:07:48.2893707+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-04-21T01:07:48.2893707+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-04-21T01:07:48.2893707+00:00</UpdatedDateUtc>
  <ApplicationVersionId>bb0c77ca-c9a9-47f0-b857-47a9764b8cb1</ApplicationVersionId>
  <DeviceGroupId>e2b840fc-82c2-47c3-aa22-19e76a055644</DeviceGroupId>
</DeviceGroupApplicationVersionRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.