Click or drag to resize
Infosoft Logo

IUserServiceContractUserUpdate Method

This operation modifies one or more data fields on an existing user. The user object in the request message must contain a valid User_Id, an email address (which isn't already in use by a different user), a name, and a password. Any of these fields may differ from what's stored in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts.UserRegister
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax

Parameters

request  UserUpdateRequest
A request message object, containing a user object.

Return Value

UserUpdateResponse
A response message object, containing a user object will all fields updated.
See Also