| Update |  | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class UpdateUserTimePunchResult
The UpdateUserTimePunchResult type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | ID | 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. | 
|   | Status | An UpdateStatus enumeration reprenting the status of the update request. | 
|   | StatusDescription | An string enumeration reprenting the status of the update request. | 
 Example
Example{
    "ID": 1,
    "Status": 0,
    "StatusDescription": "Updated"
} See Also
See Also