Click or drag to resize

ServiceRouterLaborLevelGetAll Method

Note: This API is now obsolete.

**OBSOLETE** See V2 GetLaborLevel(GetLaborLevelIn)

Namespace: AppOne.Web.Service.Services.V1R0
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
[ObsoleteAttribute]
public List<LaborLevelModel> LaborLevelGetAll(
	QueryParam Query
)

Parameters

Query  QueryParam
A new QueryParam object

Return Value

ListLaborLevelModel
A List<LaborLevelModel> collection
Remarks
Use this method to return all labor levels of a specific customer

QueryParam

PropertyDescription
AuthTokenA valid authentication token string returned from BaseService.TokenCreate(TokenCreate)
Actionn/a
IDn/a
See Also