Click or drag to resize

UpdateUserTimePunchObjectOriginalPunch Property

A PunchInformation object which represents the data necessary to find an existing punch in the system which will be updated. * Required Property

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

Property Value

PunchInformation
Example
PunchInformation Object
"OriginalPunch": {
    "TransactionDateTime": "\/Date(1689152400000)\/",
    "EmpIdentifier": "adm",
    "BadgeNumber": "",
    "TransactionType": 2
}
See Also