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": "c06a3c13-9edb-4647-929f-0d3b4e6cd23b",
  "tenantId": "2fc18830-9a54-4fcc-abc7-03b6f44f1eeb",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "fbcb51a3-d3db-404d-934e-32e797674e60",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2025-06-02T14:53:33.545125+00:00",
  "updatedDateUtc": "2025-06-02T14:53:33.545125+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-06-02T14:53:33.545125+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-06-02T14:53:33.545125+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>fbcb51a3-d3db-404d-934e-32e797674e60</NodeId>
  <NodeIndexId>c06a3c13-9edb-4647-929f-0d3b4e6cd23b</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>2fc18830-9a54-4fcc-abc7-03b6f44f1eeb</TenantId>
</NodeIndexRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.