UpdateUser

From
(Difference between revisions)
Jump to: navigation, search
 
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[UpdateUserResult]] updateUser([[UserIDBean]] userID, [[UserBean]] user)
  
 
== Description ==
 
== Description ==
Description
+
Updates an existing user with new details.
  
 
== Parameters ==
 
== Parameters ==
Line 16: Line 15:
 
|The admin username and password.
 
|The admin username and password.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
|[[Type]]
+
|[[UserBean]]
|Name
+
|user
|Description.
+
|The set of new details to update the user with.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[UpdateUserResult]]
 +
 
 +
----
 +
 
 +
 
 +
''See also, [http://eservicewebtest.econz.com/SOAP/timecard_wsdl_doc.html#op.idm45578448957184 auto generated] doc.''

Latest revision as of 01:42, 8 February 2017

Contents

[edit] Method

UpdateUserResult updateUser(UserIDBean userID, UserBean user)

[edit] Description

Updates an existing user with new details.

[edit] Parameters

Type Name Description
UserIDBean userID The admin username and password.
UserBean user The set of new details to update the user with.

[edit] Return Value

UpdateUserResult



See also, auto generated doc.

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux