| Update |  | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class UpdateUserTimeApprovalModel
The UpdateUserTimeApprovalModel type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | AdminApproved | The property used to trigger time card approval for the admin | 
|   | AdminApprovedBy | The EmpIdentifier of the admin who approved the AdminApproved property | 
|   | EmpApproved | The property used to trigger time card approval by the employee | 
|   | EmpIdentifier | The Employee Number/Identifier for who the time card approval will apply * Required Property | 
|   | MgrApproved1 | The property used to trigger time card approval for the primary manager or manager 1 | 
|   | MgrApproved1By | The EmpIdentifier who approved the MgrApproved1 property | 
|   | MgrApproved2 | The property used to trigger time card approval for manager 2 | 
|   | MgrApproved2By | The EmpIdentifier who approved the MgrApproved2 property | 
|   | TimePreSliceID | An in or out TimePreSliceIDs that should be updated * Required Property | 
 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 | 
 Example
Example See Also
See Also