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": "595dc04e-bea1-4c80-933a-cc817746e25f",
  "tenantId": "da67e594-e873-4133-9985-bded36bd8c87",
  "userId": "d394a1f5-105a-46e6-924f-762f8d53a49c",
  "userGroupId": "2cac1428-c195-4730-996d-617f4459d852",
  "deviceId": "c195b0ee-fe9a-4c86-806e-c01ab6525361",
  "deviceGroupId": "a2794756-0e68-4422-b0b2-607622ee77a1",
  "applicationId": "cace24b3-431a-48eb-837c-9c632c196b82",
  "applicationVersionId": "fa7d9036-05f5-4a47-9164-347bd228c51c",
  "nodeId": "255691da-3663-4c98-871a-5b0cdd955603",
  "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-09-10T19:05:28.2085957+00:00",
  "updatedDateUtc": "2026-09-10T19:05:28.2085957+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-09-10T19:05:28.2085957+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-09-10T19:05:28.2085957+00:00</UpdatedDateUtc>
  <ApplicationId>cace24b3-431a-48eb-837c-9c632c196b82</ApplicationId>
  <ApplicationVersionId>fa7d9036-05f5-4a47-9164-347bd228c51c</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>a2794756-0e68-4422-b0b2-607622ee77a1</DeviceGroupId>
  <DeviceId>c195b0ee-fe9a-4c86-806e-c01ab6525361</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>255691da-3663-4c98-871a-5b0cdd955603</NodeId>
  <NodeRouteId>595dc04e-bea1-4c80-933a-cc817746e25f</NodeRouteId>
  <TenantId>da67e594-e873-4133-9985-bded36bd8c87</TenantId>
  <UserGroupId>2cac1428-c195-4730-996d-617f4459d852</UserGroupId>
  <UserId>d394a1f5-105a-46e6-924f-762f8d53a49c</UserId>
</NodeRouteRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.