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": "3cadda87-c5b8-46b4-9719-a4b63ec6888e",
  "applicationVersionId": "b32765ed-4db3-407e-bd0e-b5a968dff360",
  "createdDateUtc": "2025-12-14T16:02:09.1515104+00:00",
  "updatedDateUtc": "2025-12-14T16:02:09.1515104+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-12-14T16:02:09.1515104+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-12-14T16:02:09.1515104+00:00</UpdatedDateUtc>
  <ApplicationVersionId>b32765ed-4db3-407e-bd0e-b5a968dff360</ApplicationVersionId>
  <DeviceGroupId>3cadda87-c5b8-46b4-9719-a4b63ec6888e</DeviceGroupId>
</DeviceGroupApplicationVersionRepresentation>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DeviceGroupApplicationVersionRepresentation'.