Cyan Web API - Version 1


POST api/nodeRoutes

            Creates a NodeRoute.
            

Request Information

Parameters

NameDescriptionAdditional information
nodeRouteRepresentation

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "nodeRouteId": "02ba8921-afd7-4af6-8a40-7f836e6495d2",
  "tenantId": "ef618d3d-719e-4b69-aaf3-ef6150555a33",
  "userId": "2acb737c-51c6-49bc-88f5-6c96905ffa86",
  "userGroupId": "5ff93755-0e4f-4f70-8d06-41f9fbc0b965",
  "deviceId": "597e7306-f228-465b-a03c-36ad33f00efe",
  "deviceGroupId": "e74af304-8b3d-4f77-9800-fd10c3a7867a",
  "applicationId": "b0fd2fae-64a1-4232-9161-2434e2bcd904",
  "applicationVersionId": "ae40ddfc-94c1-4c07-9cc4-0112cb6b0ba2",
  "nodeId": "5ad35b93-9ace-4c36-8cbc-26c0363dfa50",
  "name": "sample string 4",
  "description": "sample string 5",
  "nodeCyanId": 6,
  "cyanId": 7,
  "customKey": "sample string 8",
  "customValue": "sample string 9",
  "applyParentRoutes": true,
  "applyToDescendants": true,
  "applyToTree": true,
  "applyToParents": true,
  "applyToSiblings": true,
  "applyToSiblingsType": "sample string 15",
  "ignoreNodeIdsInRouting": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "createdDateUtc": "2026-07-27T18:14:42.3078786+00:00",
  "updatedDateUtc": "2026-07-27T18:14:42.3078786+00:00"
}

application/xml, text/xml

Sample:
<NodeRouteRepresentation 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-07-27T18:14:42.3078786+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-07-27T18:14:42.3078786+00:00</UpdatedDateUtc>
  <ApplicationId>b0fd2fae-64a1-4232-9161-2434e2bcd904</ApplicationId>
  <ApplicationVersionId>ae40ddfc-94c1-4c07-9cc4-0112cb6b0ba2</ApplicationVersionId>
  <ApplyParentRoutes>true</ApplyParentRoutes>
  <ApplyToDescendants>true</ApplyToDescendants>
  <ApplyToParents>true</ApplyToParents>
  <ApplyToSiblings>true</ApplyToSiblings>
  <ApplyToSiblingsType>sample string 15</ApplyToSiblingsType>
  <ApplyToTree>true</ApplyToTree>
  <CustomKey>sample string 8</CustomKey>
  <CustomValue>sample string 9</CustomValue>
  <CyanId>7</CyanId>
  <Description>sample string 5</Description>
  <DeviceGroupId>e74af304-8b3d-4f77-9800-fd10c3a7867a</DeviceGroupId>
  <DeviceId>597e7306-f228-465b-a03c-36ad33f00efe</DeviceId>
  <IgnoreNodeIdsInRouting xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
    <d2p1:string>sample string 3</d2p1:string>
  </IgnoreNodeIdsInRouting>
  <Name>sample string 4</Name>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>5ad35b93-9ace-4c36-8cbc-26c0363dfa50</NodeId>
  <NodeRouteId>02ba8921-afd7-4af6-8a40-7f836e6495d2</NodeRouteId>
  <TenantId>ef618d3d-719e-4b69-aaf3-ef6150555a33</TenantId>
  <UserGroupId>5ff93755-0e4f-4f70-8d06-41f9fbc0b965</UserGroupId>
  <UserId>2acb737c-51c6-49bc-88f5-6c96905ffa86</UserId>
</NodeRouteRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.