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": "97b912b7-5dab-49e7-93e0-3fd6f5360602",
  "applicationId": "e0d699b6-f587-4c84-9669-4c1c7b895440",
  "isLicensed": true,
  "createdDateUtc": "2025-06-04T13:20:44.6959584+00:00",
  "updatedDateUtc": "2025-06-04T13:20:44.6959584+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>2025-06-04T13:20:44.6959584+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-06-04T13:20:44.6959584+00:00</UpdatedDateUtc>
  <ApplicationId>e0d699b6-f587-4c84-9669-4c1c7b895440</ApplicationId>
  <DeviceId>97b912b7-5dab-49e7-93e0-3fd6f5360602</DeviceId>
  <IsLicensed>true</IsLicensed>
</DeviceApplicationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.