Click or drag to resize

WSLaborLevel Class

Web service class for working with labor levels
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2BaseService
    AppOne.Services.V2.MethodsWSLaborLevel

Namespace: AppOne.Services.V2.Methods
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class WSLaborLevel : BaseService

The WSLaborLevel type exposes the following members.

Methods
 NameDescription
Public methodCode exampleGetLaborLevel Returns a GetLaborLevelOut response with a result model List<GetLaborLevelModel>
Top
Remarks
This class contains all the necessary methods/operations for working with user labor levels.

Note  Note
Business Rules:
Labor levels are used to create a structure for labor distribution, job costing and reporting. The individual labor levels, such as Department or Job are defined below. Labor levels (GetLaborLevelModel) are merely group containers for labor level details (GetLaborLevelDetailModel).

Setup:
Configuration > Labor Levels > Define
Caution note  Caution
Labor levels and labor level details are not the same. 'Labor Level Details' are children of a particular 'Labor Level' and labor levels are read-only items that are a fixed system record. Below are the base values that come pre-setup with every time-web system. Direct access to setting these values must be done in the time web services user interface.

Base Labor Level Values

  • Division
  • Location
  • Department
  • Job
See Also