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": "f21c197c-834c-4f1d-931f-00f9d146dabd",
  "tenantId": "7a24b0c7-eb79-44ba-8e38-8374f4d6ae98",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "0c836287-d872-4dd2-a440-bdc715a65278",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-07-27T18:14:17.55401+00:00",
  "updatedDateUtc": "2026-07-27T18:14:17.55401+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-07-27T18:14:17.55401+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-07-27T18:14:17.55401+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>0c836287-d872-4dd2-a440-bdc715a65278</NodeId>
  <NodeIndexId>f21c197c-834c-4f1d-931f-00f9d146dabd</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>7a24b0c7-eb79-44ba-8e38-8374f4d6ae98</TenantId>
</NodeIndexRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.