Click or drag to resize

UpdateStatus Enumeration

An enumeration of the different statuses that can be returned for a given update request

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public enum UpdateStatus
Members
Member nameValueDescription
Updated0 Updated
NoRecordFound1 No Record Found
SentBothBadgeAndEmpID2 A value was sent for both Badge and Employee Identifier. The request should only include a Badge number or an Employee Identifier.
EmployeeNotFound3 An Employee could not be found using the Badge Number or Employee Identifier that was provided.
Duplicate4 The Update would be a duplicate of what is already in the system - so it was ignored
TimeCardClosed5 The Time card record to be updated was found to be in a Closed/Locked status - Only Open Timecards can be updated
MissingData6 There was data missing in the request. Check the payload of the request to confirm necessary values are present.
IncorrectFormat7 A value (likely the TransactionDateTime) was not in the appropriate format
Error8 An Error occurred while trying to save the Update to the System - Please attempt again or contact Support.
DuplicateEmployeeID9 An Error occurred while trying to save the Update to the System - Duplicate Employee ID .
DuplicateBadgeID10 An Error occurred while trying to save the Update to the System - Duplicate Badge ID.
Example
0-8
See Also