HierarchyEntityService.updateLevel Method

Updates a hierarchy level.
 

Parameters

id

Type: String
The ID of the hierarchy to retrieve.
levelUniqueName

Type: String
The unique name of the level.
level

Type: HierarchyLevel
The level containing the updated values.

Return Value


Type: jQuery.Promise
Value: dundas.entities.Hierarchy
A promise object that is resolved when the call is complete. If successful, the dundas.entities.Hierarchy is returned.