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": "20301796-fa4d-426f-99cf-d2b2af48f8f5",
  "applicationId": "f37bd222-00fc-4209-ae1e-eece095ec53d",
  "isLicensed": true,
  "createdDateUtc": "2025-12-15T19:39:30.6137585+00:00",
  "updatedDateUtc": "2025-12-15T19:39:30.6137585+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-12-15T19:39:30.6137585+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-12-15T19:39:30.6137585+00:00</UpdatedDateUtc>
  <ApplicationId>f37bd222-00fc-4209-ae1e-eece095ec53d</ApplicationId>
  <DeviceId>20301796-fa4d-426f-99cf-d2b2af48f8f5</DeviceId>
  <IsLicensed>true</IsLicensed>
</DeviceApplicationRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.