Update Hierarchy Nodes (v2)

Endpoint: config/sim/v2/hierarchy/zones/bulkUpdateNodes

Pre-Processing Validation Criteria

Validation messages:
  • A non-empty request file is required.

  • You do not have permissions to access this resource.

  • The field hierStrucId must be between 1 and 999999999.

  • Name should contain a valid language.

  • Name cannot exceed 128 characters.

  • Options must contain only 0's and 1's.

  • Options cannot be null.

  • The field options must be a string of length 16.

  • The field hierStrucId is required.

  • Duplicate hierStrucId.

  • Invalid Language Code specified: {list of invalid codes}.

Sample Request

[
  {
    "hierStrucId": 3625,
    "name": [
      {
        "langId": 2,
        "text": "testzone"
      }
    ],
    "options": "0010100000000000"
  }
]