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": "01aca84c-5889-470d-a307-fbf3d56f8934",
  "applicationId": "ba44e6c3-8cc6-4ed5-a5d4-8d1d92996e4e",
  "isLicensed": true,
  "createdDateUtc": "2026-07-27T18:14:27.1475827+00:00",
  "updatedDateUtc": "2026-07-27T18:14:27.1475827+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-07-27T18:14:27.1475827+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-07-27T18:14:27.1475827+00:00</UpdatedDateUtc>
  <ApplicationId>ba44e6c3-8cc6-4ed5-a5d4-8d1d92996e4e</ApplicationId>
  <DeviceId>01aca84c-5889-470d-a307-fbf3d56f8934</DeviceId>
  <IsLicensed>true</IsLicensed>
</DeviceApplicationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.