Request |
public enum RequestStatus
Member name | Value | Description |
---|---|---|
Completed | 0 | All updates included in the request were completed successfully. |
Failed | 1 | All updates included in the request failed to update. |
PartiallyCompleted | 2 | One or more of the updates included in the request failed to update. |
FailedTooManyRecords | 3 | There were too many Update records in the request. At this time the limit is 50 updates per API call |
NoData | 4 | The RecordsToUpdate object contained no records |
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. |