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": "df50e404-2949-444b-88d0-09b4578610d4",
  "tenantId": "2308af40-0f56-4941-a99f-7aa2b192ed6a",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "4244dc39-3315-49ec-b373-dfdd74870b95",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-03-09T17:38:31.6200589+00:00",
  "updatedDateUtc": "2026-03-09T17:38:31.6200589+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-03-09T17:38:31.6200589+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-03-09T17:38:31.6200589+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>4244dc39-3315-49ec-b373-dfdd74870b95</NodeId>
  <NodeIndexId>df50e404-2949-444b-88d0-09b4578610d4</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>2308af40-0f56-4941-a99f-7aa2b192ed6a</TenantId>
</NodeIndexRepresentation>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NodeIndexRepresentation'.