Cyan Web API - Version 1


POST api/nodeIndices

            Creates a NodeIndex
            

Request Information

Parameters

NameDescriptionAdditional information
nodeIndexRepresentation

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "nodeIndexId": "efe26309-c5c2-47b0-9a95-e278fdd0b9e9",
  "tenantId": "cf4a7b0b-2fac-4683-a323-bc80953aa750",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "af7835d4-165e-441a-bbc0-f5489498061f",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-04-28T12:04:35.6164602+00:00",
  "updatedDateUtc": "2026-04-28T12:04:35.6164602+00:00"
}

application/xml, text/xml

Sample:
<NodeIndexRepresentation 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-28T12:04:35.6164602+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-04-28T12:04:35.6164602+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>af7835d4-165e-441a-bbc0-f5489498061f</NodeId>
  <NodeIndexId>efe26309-c5c2-47b0-9a95-e278fdd0b9e9</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>cf4a7b0b-2fac-4683-a323-bc80953aa750</TenantId>
</NodeIndexRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.