Click or drag to resize

TimeAddPunchValidationParamInPunchType Property

Gets or sets the PunchType (TransactionType)
* Required Property

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public PunchTypes PunchType { get; set; }

Property Value

PunchTypes
Remarks
Note  Note
The punch type is a way to label the time entered. For example a user may need to clock-in and then clock-out. Each of these values represent the type of punch that just occurred. The enumerated punch types below are the currently available types. An alias for PunchType is also TransactionType

Transaction Types

ValueName
0StartNonWork
1EndNonWork
2ClockIn
3ClockOut
4StartLunch
5EndLunch
6StartBreak
7EndBreak
8Transfer
9SwipeAndGo
Example
0-9
See Also