GetCustomerDetail

From
(Difference between revisions)
Jump to: navigation, search
 
 
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[GetCustomerDetailResult]] getCustomerDetail([[UserIDBean]] userID, String customerPK)
  
 
== Description ==
 
== Description ==
Description
+
Retrieves the details of a single customer, based on the EService primary key passed in.
  
 
== 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 EService primary key of the customer to be retrieved.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[GetCustomerDetailResult]]

Latest revision as of 04:11, 3 June 2005

Contents

[edit] Method

GetCustomerDetailResult getCustomerDetail(UserIDBean userID, String customerPK)

[edit] Description

Retrieves the details of a single customer, based on the EService primary key passed in.

[edit] Parameters

Type Name Description
UserIDBean userID The admin username and password.
String customerPK The EService primary key of the customer to be retrieved.

[edit] Return Value

GetCustomerDetailResult

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux