Enable EMC Modules (v2)
Endpoint: config/sim/v2/hierarchy/zones/bulkEnableEMCModules
Pre-Processing Validation Criteria
Validation
messages:
-
A non-empty request file is required.
-
You do not have permissions to access this resource.
-
The hierStrucId field is required.
-
The EMCModule field is required.
-
Invalid EMCModule. No EMC Module for the provided number exists.
-
Duplicate EMCModule at same hierStrucId.
-
Enables All EMCModules at the specified hierarchy. Remove other individual EMCModule records at the hierarchy.
Sample Request
[
{
"hierStrucId": 3467,
"EMCModule": 6007
}
]