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": "6b053f68-f0ff-45b3-94ed-5134eacdeb88",
  "tenantId": "0081ea6b-73bc-4e88-a927-8234ed290af7",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "b01b5559-aa81-4753-957d-2c1a6c14f365",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2025-11-15T12:17:44.5760769+00:00",
  "updatedDateUtc": "2025-11-15T12:17:44.5760769+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-11-15T12:17:44.5760769+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-11-15T12:17:44.5760769+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>b01b5559-aa81-4753-957d-2c1a6c14f365</NodeId>
  <NodeIndexId>6b053f68-f0ff-45b3-94ed-5134eacdeb88</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>0081ea6b-73bc-4e88-a927-8234ed290af7</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'.