CreateHierarchy
Description
Method for creating a new hierarchy
Signature
int CreateHierarchy(string key, int schemaId, WSHierarchy newHierarchy)
Parameters
Name | Data Type | Description |
---|---|---|
key |
string required |
The authentication key |
schemaId |
int required |
The id of the schema in which the hierarchy should be created. |
newTable |
WSHierarchy required |
The data carrier object holding the definition of the hierarchy to be created. |