Click or drag to resize

WSTime Class

Web service class for all time entry data
Inheritance Hierarchy
SystemObject
  AppOne.Web.Service.Services.V1R0BaseService
    AppOne.Web.Service.Services.V1R0.CustomerWSTime

Namespace: AppOne.Web.Service.Services.V1R0.Customer
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class WSTime : BaseService

The WSTime type exposes the following members.

Methods
 NameDescription
Public methodTimeAddPunchByBadgeID Adds a TimeSlicePreModel by BadgeID and returns the punch time result as a TimeAddPunchParamsOut
Public methodTimeAddPunchByEmpIdentifier Adds a TimeSlicePreModel by EmpIdentifier and returns the punch time result as a TimeAddPunchParamsOut
Public methodTimeAddPunchValidationByEmpIdentifier Adds a TimeAddPunchValidationParamIn validated by payroll policy rules and returns the result as a TimeAddPunchValidationParamOut
Public methodCode exampleTimeExport Gets time slice export information as a List<TimeExportParamOut> collection
Public methodTimeGetLastPunchByEmpIdentifier Gets the last time punch by EmpIdentifier and returns a TimeGetLastPunchByEmpIdentifierParamOut object
Public methodTimeGetPunchesByEmpIdentifier Gets all time punches by employee identifier as a List<TimeGetPunchesParamsOut> collection
Top
Remarks
Note  Note
Setup:
Configuration > Payroll Processing
Time entry consists on time punches which are ran against a set processing rules.

Business Rules:
SectionDescription
Overtime RulesThese rules are assigned to Payroll Policies on the Overtime Rule Assignments section of the Payroll Policy. Overtime Rules cannot be modified once they have been used to calcuate time. however new rules can be created and applied on the Payroll Policy. A rule that has been used to calculate time can be inactivated only if its not assigned to an active or future Payroll Policy.
Payroll PolicesA collection of rules used to calculate time for a group of employees. Payroll Policies are used to define overtime, breaks, meals and more. All Employees in the system must be assigned to a Payroll Policy. A Payroll Policy cannot be deleted if it has been used to calculate time.
Pay TypesPay types are used to track hours on a time card. Work, Meal and Break are all predefined Pay Types that can be renamed, but cannot be deleted. You may add as many new Pay Types as needed. For dollar amount additions or deductions, see Pay Adjustment Types.
Pay Adjustments Pay Adjustments are dollar amounts that can be positive or negative adjustments to an employee's pay. Formulas can be used to calculate amounts, like per-piece rates or mileage reimbursement.
See Also