Click or drag to resize

WSLaborLevelDetail Class

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

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

The WSLaborLevelDetail type exposes the following members.

Methods
 NameDescription
Public methodCode exampleAddLaborLevelDetail Adds a list of AddLaborLevelDetailModel and returns a list of AddResult status structures
Public methodCode exampleDeleteLaborLevelDetail Deletes a list of labor-list-details by its IDList and returns a list of DeleteResult status structures
Public methodCode exampleGetLaborLevelDetail Returns a GetLaborLevelDetailOut response with a result model List<GetLaborLevelDetailModel>
Public methodCode exampleUpdateLaborLevelDetail Update a list of UpdateLaborLevelDetailModel and returns a list of UpdateLaborLevelDetailOut status structures
Top
Remarks
This class contains all the necessary methods/operations for working with user labor level details.

Note  Note
Setup:
Configuration > Labor Levels > Setup

Business Rules:
Labor levels details are used to add detailed records within labor levels (GetLaborLevelModel). Default pay rates and charge rates can be assigned to a detail record, as well as a start and end date. Time can not be assigned to a labor level detailed record unless it is within the start/end Date range. Labor level details are the bases for how all time entry data is tracked and tagged.
Caution note  Caution
Labor levels GetLaborLevelModel and labor level details GetLaborLevelDetailModel 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.
See Also