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": "67868270-e5dc-4fa0-8e0f-414f91fe7e5c",
  "tenantId": "03f4df29-11fc-4c75-a590-2fe260176151",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "497006c4-39bf-4bb2-bcdc-a4dbc2dd918b",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-06-25T19:44:03.8818624+00:00",
  "updatedDateUtc": "2026-06-25T19:44:03.8818624+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-06-25T19:44:03.8818624+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-06-25T19:44:03.8818624+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>497006c4-39bf-4bb2-bcdc-a4dbc2dd918b</NodeId>
  <NodeIndexId>67868270-e5dc-4fa0-8e0f-414f91fe7e5c</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>03f4df29-11fc-4c75-a590-2fe260176151</TenantId>
</NodeIndexRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.