Click or drag to resize

UpdateUserTimePunchResult Class

A data structure used to represent the status of a single punch update
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsUpdateUserTimePunchResult

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class UpdateUserTimePunchResult

The UpdateUserTimePunchResult type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleID The ID specified by the API caller in the UpdateUserTimePunchObject. This value is echoed back in the response to provide the status of the update.
Public propertyCode exampleStatus An UpdateStatus enumeration reprenting the status of the update request.
Public propertyCode exampleStatusDescription An string enumeration reprenting the status of the update request.
Top
Example
UpdateUserTimePunchResult Structure
{
    "ID": 1,
    "Status": 0,
    "StatusDescription": "Updated"
}
See Also