Cyan Web API - Version 1


POST api/deviceApplications

            Creates a DeviceApplication.
            

Request Information

Parameters

NameDescriptionAdditional information
deviceApplicationRepresentation

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "deviceId": "e5f0a700-85df-4ba7-84c2-93d27ad6bd6e",
  "applicationId": "b09ea621-a1a7-4c49-8530-23526b8d27f7",
  "isLicensed": true,
  "createdDateUtc": "2026-06-05T18:16:20.5475259+00:00",
  "updatedDateUtc": "2026-06-05T18:16:20.5475259+00:00"
}

application/xml, text/xml

Sample:
<DeviceApplicationRepresentation 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-06-05T18:16:20.5475259+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-06-05T18:16:20.5475259+00:00</UpdatedDateUtc>
  <ApplicationId>b09ea621-a1a7-4c49-8530-23526b8d27f7</ApplicationId>
  <DeviceId>e5f0a700-85df-4ba7-84c2-93d27ad6bd6e</DeviceId>
  <IsLicensed>true</IsLicensed>
</DeviceApplicationRepresentation>

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 'DeviceApplicationRepresentation'.