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": "5381f6dd-679f-4ee1-9d86-e46a6c6a645f",
  "tenantId": "e5950758-7193-4821-8a5a-c1e44986d73d",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "b45ad7e9-6786-4af4-8f27-98297866afcb",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-08-15T17:25:02.4729849+00:00",
  "updatedDateUtc": "2026-08-15T17:25:02.4729849+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-08-15T17:25:02.4729849+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-08-15T17:25:02.4729849+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>b45ad7e9-6786-4af4-8f27-98297866afcb</NodeId>
  <NodeIndexId>5381f6dd-679f-4ee1-9d86-e46a6c6a645f</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>e5950758-7193-4821-8a5a-c1e44986d73d</TenantId>
</NodeIndexRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.