WSLaborLevelDetailHierarchyLaborLevelDetailHierarchyGetAll Method | |
Namespace: AppOne.Web.Service.Services.V1R0.CustomerAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax Remarks
Use this method to get all labor level detail items and its implied hierarchy. Currently the DIRECT action is the default and only action available.
Implied labor level hierarchies
must be enabled before this method will work, if not then an exception will be returned.
Property | Description |
---|
AuthToken | A valid authentication token created with the TokenCreate class |
Action | DIRECT: Use the string "Direct" as it is the default action and it respresents a direct view of the hierarchy tree that is currently saved in the clients configuration.
The direct action will return an exception message if no tree has been built.
|
ID | n/a |
See Also