| UpdateUserTimePunchObjectOriginalPunch Property |  | 
                A 
PunchInformation object which represents the data necessary to find an existing punch in the system which will be updated.
                
* Required Property AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic PunchInformation OriginalPunch { get; set; }function get_OriginalPunch();
function set_OriginalPunch(value);
Property Value
PunchInformation Example
Example"OriginalPunch": {
    "TransactionDateTime": "\/Date(1689152400000)\/",
    "EmpIdentifier": "adm",
    "BadgeNumber": "",
    "TransactionType": 2
} See Also
See Also