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": "9d7980ec-8800-4753-8819-06d13f5b0505",
  "tenantId": "abf98775-fa89-4dca-9ffc-14caab4bdeb6",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "a0f6eb93-6ec1-4498-9f3c-5c70232e1eff",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-02-04T01:50:29.1630511+00:00",
  "updatedDateUtc": "2026-02-04T01:50:29.1630511+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-02-04T01:50:29.1630511+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-02-04T01:50:29.1630511+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>a0f6eb93-6ec1-4498-9f3c-5c70232e1eff</NodeId>
  <NodeIndexId>9d7980ec-8800-4753-8819-06d13f5b0505</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>abf98775-fa89-4dca-9ffc-14caab4bdeb6</TenantId>
</NodeIndexRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.