Click or drag to resize

UpdateUserTimePunchInRecordsToUpdate Property

A list of UpdateUserTimePunchObject objects representing records to be updated. Maximum of 50 at a time * Required Property

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<UpdateUserTimePunchObject> RecordsToUpdate { get; set; }

Property Value

ListUpdateUserTimePunchObject
Example
RecordsToUpdate Structure
"RecordsToUpdate": [
    {
        "ID": 1,
        "OriginalPunch": {--omitted--},
        "PunchUpdates": {--omitted--}
    }
]
See Also