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": "ce771bc1-73c4-4aa2-bf17-01883627f535",
  "applicationVersionId": "b3a0aefb-c18a-4267-bde3-443751f40711",
  "createdDateUtc": "2026-02-07T23:41:15.2880419+00:00",
  "updatedDateUtc": "2026-02-07T23:41:15.2880419+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>2026-02-07T23:41:15.2880419+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-02-07T23:41:15.2880419+00:00</UpdatedDateUtc>
  <ApplicationVersionId>b3a0aefb-c18a-4267-bde3-443751f40711</ApplicationVersionId>
  <DeviceGroupId>ce771bc1-73c4-4aa2-bf17-01883627f535</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'.