| 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.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic int? PunchTypeID { get; set; }function get_PunchTypeID();
function set_PunchTypeID(value);
Property Value
NullableInt32 Remarks
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 | 
|---|
| 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
Example2
 See Also
See Also