Click or drag to resize

UpdateUserTimePunchOutResults Property

A list of UpdateUserTimePunchResult objects representing the status of each UpdateUserTimePunchObject passed into the API.

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

Property Value

ListUpdateUserTimePunchResult
Example
Results Structure
{

"Results": [
    {
        "ID": 1,
        "Status": 0,
        "StatusDescription": "Updated"
    },
    {
        "ID": 2,
        "Status": 0,
        "StatusDescription": "Updated"
    }
]
See Also