Click or drag to resize
IService1UpdateUser Method

Namespace: SxcDeskAppLib.SxcWebSvcRef
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
[OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateUser", 
	ReplyAction = "http://tempuri.org/IService1/UpdateUserResponse")]
void UpdateUser(
	string userId,
	string accountType,
	string active,
	string address,
	string email,
	string name,
	string password,
	string phone,
	string username,
	string auditorId,
	string key
)

Parameters

userId
Type: SystemString
accountType
Type: SystemString
active
Type: SystemString
address
Type: SystemString
email
Type: SystemString
name
Type: SystemString
password
Type: SystemString
phone
Type: SystemString
username
Type: SystemString
auditorId
Type: SystemString
key
Type: SystemString
See Also