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": "2c728a9a-7b6b-4e28-b15f-6ef0c0cf64ee",
  "applicationId": "eae22c41-2dc1-4556-b973-69d6869f32a9",
  "isLicensed": true,
  "createdDateUtc": "2025-04-18T14:50:34.9373026+00:00",
  "updatedDateUtc": "2025-04-18T14:50:34.9373026+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-04-18T14:50:34.9373026+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-04-18T14:50:34.9373026+00:00</UpdatedDateUtc>
  <ApplicationId>eae22c41-2dc1-4556-b973-69d6869f32a9</ApplicationId>
  <DeviceId>2c728a9a-7b6b-4e28-b15f-6ef0c0cf64ee</DeviceId>
  <IsLicensed>true</IsLicensed>
</DeviceApplicationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.