Click or drag to resize

WSUserPayAdjust Class

**BETA** Web service class for working with users pay adjustments
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2BaseService
    AppOne.Services.V2.MethodsWSUserPayAdjust

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

The WSUserPayAdjust type exposes the following members.

Methods
 NameDescription
Public methodCode exampleAddUserPayAdjust Adds a AddUserPayAdjustIn payload with a model List<AddUserPayAdjustModel>
Public methodCode exampleDeleteUserPayAdjust Deletes a list of user pay adjustments by its IDList and returns a list of DeleteResult status structures
Public methodCode exampleGetUserPayAdjust Returns a GetUserPayAdjustOut response with a result model List<GetUserPayAdjustModel>
Public methodCode exampleUpdateUserPayAdjust Updates a UpdateUserPayAdjustIn payload with a model List<UpdateUserPayAdjustModel>
Top
Remarks
Note  Note
Setup:
Manager > pay adjustments
Configuration > Payroll Processing > pay adjustments

Business Rules:
The GetUserPayAdjustModel contract is the main object for working with a user pay adjustments.
See Also