Click or drag to resize

WSUserInfo Class

Web service class for working with users
Inheritance Hierarchy
SystemObject
  AppOne.Web.Service.Services.V1R0BaseService
    AppOne.Web.Service.Services.V1R0.CustomerWSUserInfo

Namespace: AppOne.Web.Service.Services.V1R0.Customer
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class WSUserInfo : BaseService

The WSUserInfo type exposes the following members.

Methods
 NameDescription
Public methodUserInfoAdd Adds a new UserInfoModel and returns UserInfoAddParamsOut
Public methodUserInfoDeleteByEmpIdentifier**OBSOLETE** See V2 DeleteUser(DeleteUserIn)
Public methodUserInfoGetAll**OBSOLETE** See V2 GetUserDetail(GetUserDetailIn)
Public methodUserInfoGetByEmpIdentifier**OBSOLETE** See V2 GetUserDetail(GetUserDetailIn)
Public methodCode exampleUserInfoGetPolicyDuration Returns a UserInfoGetPolicyDurationOut response with a result model List<UserInfoGetPolicyDurationModel>
Public methodUserInfoInsert Inserts a single UserInfoModel object
Public methodUserInfoInsertBatch Adds or updates a List<UserInfoAddParamsOut> collection of users
Public methodUserInfoUpdateByEmpIdentifier Updates the passed UserInfoModel object
Top
Remarks
Note  Note
Setup:
Manager > Employees
Configuration > Imports > New Employee Defaults

Business Rules:
The UserInfoBaseModel and UserInfoModel contracts are the main objects for working with a user.
See Also