Click or drag to resize

WSUserTimeApproval Class

Web service class for working with a users time approval
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2BaseService
    AppOne.Services.V2.MethodsWSUserTimeApproval

Namespace: AppOne.Services.V2.Methods
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class WSUserTimeApproval : BaseService

The WSUserTimeApproval type exposes the following members.

Methods
 NameDescription
Public methodCode exampleUpdateUserTimeApproval Returns a UpdateUserTimeApprovalOut response with a result model List<UpdateUserTimeApprovalModel>
Top
Remarks
This class contains all the necessary methods/operations for working with a specific users time approval

Note  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