DeleteUser

From
(Difference between revisions)
Jump to: navigation, search
 
(Return Value)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[DeleteUserResult]] deleteUser([[UserIDBean]] userID, String userPK, int updateIndex)
  
 
== Description ==
 
== Description ==
Description
+
Attempts to mark a specified user record as deleted on the server, thus permanently disabling the use of that user to logon.
  
 
== Parameters ==
 
== Parameters ==
Line 16: Line 15:
 
|The admin username and password.
 
|The admin username and password.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
|[[Type]]
+
|String
|Name
+
|userPK
|Description.
+
|The primary key of the user record to delete.
 +
|---- bgcolor=#EDEDFF
 +
|int
 +
|updateIndex
 +
|The current update index of the user.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[DeleteUserResult]]
 +
 
 +
----
 +
 
 +
 
 +
''See also, [http://eservicewebtest.econz.com/SOAP/timecard_wsdl_doc.html#op.idm45578448952048 auto generated] doc.''

Latest revision as of 01:40, 8 February 2017

Contents

[edit] Method

DeleteUserResult deleteUser(UserIDBean userID, String userPK, int updateIndex)

[edit] Description

Attempts to mark a specified user record as deleted on the server, thus permanently disabling the use of that user to logon.

[edit] Parameters

Type Name Description
UserIDBean userID The admin username and password.
String userPK The primary key of the user record to delete.
int updateIndex The current update index of the user.

[edit] Return Value

DeleteUserResult



See also, auto generated doc.

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux