DeleteCustomer

From
(Difference between revisions)
Jump to: navigation, search
 
 
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[DeleteCustomerResult]] deleteCustomer([[UserIDBean]] userID, String customerPK, int updateIndex)
  
 
== Description ==
 
== Description ==
Description
+
Marks an EService customer as deleted.  This customer can no longer be used to create jobs.
  
 
== Parameters ==
 
== Parameters ==
Line 16: Line 15:
 
|The admin username and password.
 
|The admin username and password.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
|[[Type]]
+
|String
|Name
+
|customerPK
|Description.
+
|The primary key of the customer to delete.
 +
|---- bgcolor=#EDEDFF
 +
|int
 +
|updateIndex
 +
|The update index of the record to be deleted.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[DeleteCustomerResult]]

Latest revision as of 04:05, 8 June 2005

Contents

[edit] Method

DeleteCustomerResult deleteCustomer(UserIDBean userID, String customerPK, int updateIndex)

[edit] Description

Marks an EService customer as deleted. This customer can no longer be used to create jobs.

[edit] Parameters

Type Name Description
UserIDBean userID The admin username and password.
String customerPK The primary key of the customer to delete.
int updateIndex The update index of the record to be deleted.

[edit] Return Value

DeleteCustomerResult

MediaWiki Appliance - Powered by TurnKey Linux