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": "a6c4e94a-ae4f-400c-a814-347770956fa0",
  "tenantId": "72a9ea3d-0b27-49a5-9a11-179f26f67a27",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "0380446a-9607-4a79-83bf-f024c74af692",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2025-12-14T16:01:53.9266908+00:00",
  "updatedDateUtc": "2025-12-14T16:01:53.9266908+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-12-14T16:01:53.9266908+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-12-14T16:01:53.9266908+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>0380446a-9607-4a79-83bf-f024c74af692</NodeId>
  <NodeIndexId>a6c4e94a-ae4f-400c-a814-347770956fa0</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>72a9ea3d-0b27-49a5-9a11-179f26f67a27</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'.