Click or drag to resize

WSLaborLevelDetailLaborLevelDetailGetAll Method


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

Parameters

Query  QueryParam
A new QueryParam object

Return Value

ListLaborLevelDetailModel
A List<LaborLevelDetailModel> collection
Remarks
Use this method to get all labor level detail items, even items that have been flagged as deleted.

QueryParam

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