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": "510485a0-671e-4ea4-8184-02fc7d49b4ea",
  "applicationId": "7490ffc5-5ca1-4108-bc8a-fcd10b14b2f0",
  "isLicensed": true,
  "createdDateUtc": "2025-07-09T00:58:44.9002862+00:00",
  "updatedDateUtc": "2025-07-09T00:58:44.9002862+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-07-09T00:58:44.9002862+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-07-09T00:58:44.9002862+00:00</UpdatedDateUtc>
  <ApplicationId>7490ffc5-5ca1-4108-bc8a-fcd10b14b2f0</ApplicationId>
  <DeviceId>510485a0-671e-4ea4-8184-02fc7d49b4ea</DeviceId>
  <IsLicensed>true</IsLicensed>
</DeviceApplicationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.