WSTime Class |
public class WSTime : BaseService
The WSTime type exposes the following members.
Name | Description | |
---|---|---|
GetTimePunchState | Returns a GetTimePunchStateOut response with a result model List<GetTimePunchStateModel> | |
UpdateUserTimePunch | Updates a Punch that already exists in the system and returns a UpdateUserTimePunchOut response with a result model List<UpdateUserTimePunchResult> |
Note |
---|
Business Rules: Punching in and out is the core of the time-web system. The WSTime class encapsulate the needed methods/operations to interact with a users time entry. Users can be assigned to different preferences and policies. These policies are what will affect the results of a users time entry into the system. Setup: Employee > Dashboard Manager > Time Cards |