Click or drag to resize

RequestStatus Enumeration

An enumeration of the different statuses that can be returned indicating the overall status of the entire request.

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public enum RequestStatus
Members
Member nameValueDescription
Completed0 All updates included in the request were completed successfully.
Failed1 All updates included in the request failed to update.
PartiallyCompleted2 One or more of the updates included in the request failed to update.
FailedTooManyRecords3 There were too many Update records in the request. At this time the limit is 50 updates per API call
NoData4 The RecordsToUpdate object contained no records
Remarks
Note  Note
Most notably the this status can be used without needing to check the status in each individual UpdateUserTimePunch Object to see if all updates were successful or all updates failed.
Example
0-4
See Also