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": "4f01d1ec-e1da-4e1b-abb5-9762c1d710de",
  "tenantId": "1b69d35d-ccb7-408a-bf23-936505ae760e",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "f2b96e87-4ff0-42d7-bb99-51f1bc910626",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-08-02T06:21:48.571329+00:00",
  "updatedDateUtc": "2026-08-02T06:21:48.571329+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-02T06:21:48.571329+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-08-02T06:21:48.571329+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>f2b96e87-4ff0-42d7-bb99-51f1bc910626</NodeId>
  <NodeIndexId>4f01d1ec-e1da-4e1b-abb5-9762c1d710de</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>1b69d35d-ccb7-408a-bf23-936505ae760e</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'.