Click or drag to resize

WSPayrollPayType Class

Web service class for payroll pay types
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2BaseService
    AppOne.Services.V2.MethodsWSPayrollPayType

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

The WSPayrollPayType type exposes the following members.

Methods
 NameDescription
Public methodCode exampleAddPayrollPayType Adds a list of AddPayrollPayTypeModel and returns a list of AddResult status structures
Public methodCode exampleDeletePayrollPayType Deletes a list of payroll pay-types by its IDList and returns a list of DeleteResult status structures
Public methodCode exampleGetPayrollPayType Returns a GetPayrollPayTypeOut response with a result model List<GetPayrollPayTypeModel>
Public methodCode exampleUpdatePayrollPayType Updates a list of UpdatePayrollPayTypeModel and returns a list of UpdateResult status structures
Top
Remarks
Web service class for payroll pay types. This class contains all the necessary methods/operations for working with configuration payroll pay types

See Also