CreateUser

From
(Difference between revisions)
Jump to: navigation, search
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[CreateUserResult]] createUser([[UserIDBean]] userID, [[UserBean]] user, String password)
  
 
== Description ==
 
== Description ==
Description
+
Creates a new user for the organisation, using the details noted in the [[UserBean]].
  
 
== 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 details of the new user to create.
 +
|---- bgcolor=#EDEDFF
 +
|String
 +
|password
 +
|The password the user will use to log on with on the website.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[CreateUserResult]]
 +
 
 +
----
 +
 
 +
 
 +
''See also, [http://eservicewebtest.econz.com/SOAP/timecard_wsdl_doc.html#op.idm45578448962272 auto generated] doc.''

Latest revision as of 01:41, 8 February 2017

Contents

[edit] Method

CreateUserResult createUser(UserIDBean userID, UserBean user, String password)

[edit] Description

Creates a new user for the organisation, using the details noted in the UserBean.

[edit] Parameters

Type Name Description
UserIDBean userID The admin username and password.
UserBean user The details of the new user to create.
String password The password the user will use to log on with on the website.

[edit] Return Value

CreateUserResult



See also, auto generated doc.

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux