| Update |  | 
 Syntax
Syntaxpublic enum UpdateStatus
 Members
Members| Member name | Value | Description | 
|---|---|---|
| Updated | 0 | Updated | 
| NoRecordFound | 1 | No Record Found | 
| SentBothBadgeAndEmpID | 2 | A value was sent for both Badge and Employee Identifier. The request should only include a Badge number or an Employee Identifier. | 
| EmployeeNotFound | 3 | An Employee could not be found using the Badge Number or Employee Identifier that was provided. | 
| Duplicate | 4 | The Update would be a duplicate of what is already in the system - so it was ignored | 
| TimeCardClosed | 5 | The Time card record to be updated was found to be in a Closed/Locked status - Only Open Timecards can be updated | 
| MissingData | 6 | There was data missing in the request. Check the payload of the request to confirm necessary values are present. | 
| IncorrectFormat | 7 | A value (likely the TransactionDateTime) was not in the appropriate format | 
| Error | 8 | An Error occurred while trying to save the Update to the System - Please attempt again or contact Support. | 
| DuplicateEmployeeID | 9 | An Error occurred while trying to save the Update to the System - Duplicate Employee ID . | 
| DuplicateBadgeID | 10 | An Error occurred while trying to save the Update to the System - Duplicate Badge ID. | 
 Example
Example See Also
See Also