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": "045dd310-56ee-44d8-8051-19329739a22c",
  "tenantId": "3a8d341d-cae5-4bb4-88d2-6c6782531578",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "c5e7d369-172e-4afd-b1ce-223408af75f3",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2025-12-15T19:41:02.1648588+00:00",
  "updatedDateUtc": "2025-12-15T19:41:02.1648588+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-12-15T19:41:02.1648588+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-12-15T19:41:02.1648588+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>c5e7d369-172e-4afd-b1ce-223408af75f3</NodeId>
  <NodeIndexId>045dd310-56ee-44d8-8051-19329739a22c</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>3a8d341d-cae5-4bb4-88d2-6c6782531578</TenantId>
</NodeIndexRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.