GetCustomerDetail
From
(Difference between revisions)
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[GetCustomerDetailResult]] getCustomerDetail([[UserIDBean]] userID, String customerPK) | |
== 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 | ||
− | | | + | |String |
− | | | + | |customerPK |
− | | | + | |The EService primary key of the customer to be retrieved. |
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[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. |