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": "30cbaa86-6d08-4aa6-ad23-8b8d4dec245b",
  "applicationId": "cc8c74d0-9f70-4cd6-9a7b-98fd793c5ca1",
  "isLicensed": true,
  "createdDateUtc": "2026-02-04T01:50:26.450813+00:00",
  "updatedDateUtc": "2026-02-04T01:50:26.450813+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-02-04T01:50:26.450813+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-02-04T01:50:26.450813+00:00</UpdatedDateUtc>
  <ApplicationId>cc8c74d0-9f70-4cd6-9a7b-98fd793c5ca1</ApplicationId>
  <DeviceId>30cbaa86-6d08-4aa6-ad23-8b8d4dec245b</DeviceId>
  <IsLicensed>true</IsLicensed>
</DeviceApplicationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.