Update Hierarchy Nodes

post

/config/sim/v2/hierarchy/zones/updateNodes

Update a Hierarchy Node of hierType 'Zone'

Request

Supported Media Types
Header Parameters
Body ()
Hierarchy Node update request body
Root Schema : schema
Type: object
Show Source
  • Unique hierarchy structure value.
    Example: 1
  • name
    Name of the zone. This field is only supported and required for nodeType 'Zone'.
  • A string of values 0s and 1s of length 16 representing the options for the hierarchy node

    Position(starts from 1) Description
    1 EnforceUniquePropertiesWithinZone
    2 EnforceUniqueRVCsWithinZone
    3 restrictModulesInChildZones
    4 allRVCsfromSameLocation
    5 sortAlphabetically

    List of bits that can be set for a particular zoneType

    ZoneType List of valid bits (starts from 1)
    NULL 3, 5
    1 1, 2, 3, 5
    2 2, 3, 4, 5
    Example: 0000000000000000
Nested Schema : name
Type: object
Name of the zone. This field is only supported and required for nodeType 'Zone'.
Example:
{
    "1":"Currency",
    "2":"W??hrung",
    "3":"Divisa"
}
Back to Top

Response

Supported Media Types

200 Response

Update operation executed successfully.
Body ()
Root Schema : schema
Type: object
Show Source
Back to Top