Click or drag to resize

GetPunchPromptsInPunchTypeID Property

PunchTypeID is the Transaction Type Id which is of Punch Type, which can be use to get the Punch prompt details(Questions and Answers) associated with Punch Type

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public int? PunchTypeID { get; set; }

Property Value

NullableInt32
Remarks
PunchTypeID can be of following enum type ids or a null, if it is null, it can be use to get all Punch prompt details(Questions and Answers) related to all punch types of the following

Note  Note
Below are the associated enum types for a the ID and Name punch types.

ClockIn = 2
StartBreak = 6
EndBreak = 7
StartLunch = 4
EndLunch = 5
Transfer = 8
ClockOut = 3
Example
2
See Also