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": "39cffbd5-c2d5-4862-838d-21dbe971dd57",
  "tenantId": "5e969605-813e-4e88-8c44-6e4b246ff173",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "4a632d9c-c317-4477-9f88-32824500fd49",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2025-09-13T07:33:44.6643006+00:00",
  "updatedDateUtc": "2025-09-13T07:33:44.6643006+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>2025-09-13T07:33:44.6643006+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-09-13T07:33:44.6643006+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>4a632d9c-c317-4477-9f88-32824500fd49</NodeId>
  <NodeIndexId>39cffbd5-c2d5-4862-838d-21dbe971dd57</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>5e969605-813e-4e88-8c44-6e4b246ff173</TenantId>
</NodeIndexRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.