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": "8ab2c17b-d602-4d58-a39a-b7680997d27e",
  "tenantId": "f261827f-cfc3-4c37-a54a-e9cb1d8ce835",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "b0c1b4e9-f409-466c-a2ec-8372efdf4993",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2025-10-14T01:30:14.7163595+00:00",
  "updatedDateUtc": "2025-10-14T01:30:14.7163595+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-10-14T01:30:14.7163595+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-10-14T01:30:14.7163595+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>b0c1b4e9-f409-466c-a2ec-8372efdf4993</NodeId>
  <NodeIndexId>8ab2c17b-d602-4d58-a39a-b7680997d27e</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>f261827f-cfc3-4c37-a54a-e9cb1d8ce835</TenantId>
</NodeIndexRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.