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": "ff5dc494-2cd7-4c0d-804c-4d8a2dd10e95",
  "tenantId": "c4b8805b-3757-49aa-a922-7c572fc5849b",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "f12c9056-0a2f-45d3-875f-25c64cc3adcf",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-02-07T07:09:23.857643+00:00",
  "updatedDateUtc": "2026-02-07T07:09:23.857643+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-02-07T07:09:23.857643+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-02-07T07:09:23.857643+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>f12c9056-0a2f-45d3-875f-25c64cc3adcf</NodeId>
  <NodeIndexId>ff5dc494-2cd7-4c0d-804c-4d8a2dd10e95</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>c4b8805b-3757-49aa-a922-7c572fc5849b</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'.