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": "ae2bc930-bb75-451c-8cef-eb1b9ab0abdb",
  "applicationId": "5564b6e4-91e2-4512-b2d5-72543f5fdec1",
  "isLicensed": true,
  "createdDateUtc": "2026-06-25T19:44:09.5128078+00:00",
  "updatedDateUtc": "2026-06-25T19:44:09.5128078+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-25T19:44:09.5128078+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-06-25T19:44:09.5128078+00:00</UpdatedDateUtc>
  <ApplicationId>5564b6e4-91e2-4512-b2d5-72543f5fdec1</ApplicationId>
  <DeviceId>ae2bc930-bb75-451c-8cef-eb1b9ab0abdb</DeviceId>
  <IsLicensed>true</IsLicensed>
</DeviceApplicationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.