| WSUser |  | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class WSUserTimeApproval : BaseService
The WSUserTimeApproval type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | UpdateUserTimeApproval | Returns a UpdateUserTimeApprovalOut response with a result model List<UpdateUserTimeApprovalModel> | 
 Remarks
Remarks|  Note | 
|---|
| Request Limits The API will only allow a maximum of 100 approval updates to be sent in a single request. If you attempt to send more than 100 it will fail and you will receive a message indicating this If you need to approve greater than 100 items it is advised to send them in batches of 100 or less. Business Rules: Approving in and out punches is the core of the time-web system. The WSUserTimeApproval class encapsulate the needed methods/operations to interact with a users time entry approval process. Setup: Employee > Dashboard Manager > Time Cards > Time Card Approvals | 
 See Also
See Also