UpdateUser
From
(Difference between revisions)
Line 22: | Line 22: | ||
== Return Value == | == Return Value == | ||
[[UpdateUserResult]] | [[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
See also, auto generated doc.