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": "415730ae-57ef-4dda-8688-edfa78006187",
  "applicationId": "11472422-cf83-431e-9875-25bde1dc45d0",
  "isLicensed": true,
  "createdDateUtc": "2026-04-17T15:54:27.1778489+00:00",
  "updatedDateUtc": "2026-04-17T15:54:27.1778489+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-04-17T15:54:27.1778489+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-04-17T15:54:27.1778489+00:00</UpdatedDateUtc>
  <ApplicationId>11472422-cf83-431e-9875-25bde1dc45d0</ApplicationId>
  <DeviceId>415730ae-57ef-4dda-8688-edfa78006187</DeviceId>
  <IsLicensed>true</IsLicensed>
</DeviceApplicationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.