Click or drag to resize

ServiceRouterLaborLevelDetailHierarchyGetAll Method

Gets all labor level details as a List<LaborLevelDetailHierarchyModel> collection

Namespace: AppOne.Web.Service.Services.V1R0
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<LaborLevelDetailHierarchyModel> LaborLevelDetailHierarchyGetAll(
	QueryParam Query
)

Parameters

Query  QueryParam
A new QueryParam object

Return Value

ListLaborLevelDetailHierarchyModel
A List<LaborLevelDetailHierarchyModel> collection
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.

QueryParam

PropertyDescription
AuthTokenA valid authentication token created with the TokenCreate class
ActionDIRECT: 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.
IDn/a
See Also