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": "1ae9c6f4-ad25-4258-8a3e-c08015155ae5",
  "applicationVersionId": "71fc9d10-292a-43ea-9465-8b20e0bd5df6",
  "createdDateUtc": "2024-08-30T00:20:38.1818954+00:00",
  "updatedDateUtc": "2024-08-30T00:20:38.1818954+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>2024-08-30T00:20:38.1818954+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2024-08-30T00:20:38.1818954+00:00</UpdatedDateUtc>
  <ApplicationVersionId>71fc9d10-292a-43ea-9465-8b20e0bd5df6</ApplicationVersionId>
  <DeviceGroupId>1ae9c6f4-ad25-4258-8a3e-c08015155ae5</DeviceGroupId>
</DeviceGroupApplicationVersionRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.