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": "f7f80161-bd42-4e82-935a-6217f6cc6f97",
  "applicationId": "344f65b8-23a9-4f82-99b4-d0b30248cd2b",
  "isLicensed": true,
  "createdDateUtc": "2026-08-15T17:25:13.4681057+00:00",
  "updatedDateUtc": "2026-08-15T17:25:13.4681057+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-08-15T17:25:13.4681057+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-08-15T17:25:13.4681057+00:00</UpdatedDateUtc>
  <ApplicationId>344f65b8-23a9-4f82-99b4-d0b30248cd2b</ApplicationId>
  <DeviceId>f7f80161-bd42-4e82-935a-6217f6cc6f97</DeviceId>
  <IsLicensed>true</IsLicensed>
</DeviceApplicationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.