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.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public PunchInformation OriginalPunch { get; set; }
function get_OriginalPunch();
function set_OriginalPunch(value);
Property Value
PunchInformationExample "OriginalPunch": {
"TransactionDateTime": "\/Date(1689152400000)\/",
"EmpIdentifier": "adm",
"BadgeNumber": "",
"TransactionType": 2
}
See Also