WSLabor |
public class WSLaborLevelDetail : BaseService
The WSLaborLevelDetail type exposes the following members.
Name | Description | |
---|---|---|
AddLaborLevelDetail | Adds a list of AddLaborLevelDetailModel and returns a list of AddResult status structures | |
DeleteLaborLevelDetail | Deletes a list of labor-list-details by its IDList and returns a list of DeleteResult status structures | |
GetLaborLevelDetail | Returns a GetLaborLevelDetailOut response with a result model List<GetLaborLevelDetailModel> | |
UpdateLaborLevelDetail | Update a list of UpdateLaborLevelDetailModel and returns a list of UpdateLaborLevelDetailOut status structures |
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 |
---|
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. |