Click or drag to resize

ServiceRouter.LaborLevelDetailGetAll Method

Note: This API is now obsolete.


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

Parameters

Query  QueryParam
A new QueryParam object

Return Value

List<LaborLevelDetailModel>
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