| UpdateUserTimePunchOut Structure |  | 
                A data structure representing the response returned from the API upon completing an Update request.
            
 Inheritance Hierarchy
Inheritance Hierarchy AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic struct UpdateUserTimePunchOut : IServiceOut
JavaScript supports the use of structures, but not the declaration of new ones.
The UpdateUserTimePunchOut type exposes the following members.
 Properties
Properties Example
ExampleUpdateUserTimePunchOut Structure
{
    "ResultStatus": 0,
    "ResultStatusDescription": "Completed",
    "Results": [
        {
            "ID": 1,
            "Status": 0,
            "StatusDescription": "Updated"
        }
    ],
    "ResultsIdentifier": "e21a798b-7ec1-43f6-9ebe-f59ebaea016d",
    "Report": {
        "APIVersion": "2.0",
        "ProcessTime": "0.0541909",
        "RequestTime": "/Date(1689284559724-0700)/",
        "ResponseTime": "/Date(1689284559779-0700)/",
        "Results": 1
    }
} See Also
See Also