Update |
public class UpdateUserTimePunchResult
The UpdateUserTimePunchResult type exposes the following members.
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. |
{ "ID": 1, "Status": 0, "StatusDescription": "Updated" }