UpdateUserTimePunchIn Structure | |
A data structure representing the input sent to the web service to update between 1 and 50 records at a time.
Inheritance Hierarchy Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public struct UpdateUserTimePunchIn : IServiceIn
JavaScript supports the use of structures, but not the declaration of new ones.
The UpdateUserTimePunchIn type exposes the following members.
Properties Example UpdateUserTimePunchIn Structure
{
"AuthToken": "VXBkYXRlVXNlclRpbWVQdW5jaC1TYW1wbGUtSlNPTi1JTg==",
"RecordsToUpdate": [
{
"ID": 1,
"OriginalPunch": {
"TransactionDateTime": "\/Date(1689152400000)\/",
"EmpIdentifier": "adm",
"BadgeNumber": "",
"TransactionType": 2
},
"PunchUpdates": {
"LaborLevel1": "1",
"LaborLevel2": "5",
"LaborLevel3": null,
"LaborLevel4": null,
"LaborLevel5": null,
"LaborLevel6": null,
"LaborLevel7": null,
"LaborLevel8": null,
"LaborLevel9": null,
"LaborLevel10": null,
"LaborLevel11": null,
"LaborLevel12": null,
"LaborLevel13": null,
"LaborLevel14": null,
"LaborLevel15": null,
"TransactionType": 2,
"TransactionDateTime": "\/Date(1689156000000)\/"
}
}
]
}
See Also