GetCustomerDetailByExternalRef
From
(Difference between revisions)
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[GetCustomerDetailByExternalRefResult]] getCustomerDetailByExternalRef([[UserIDBean]] userID, [[ExternalRefBean]] externalReference) | |
== Description == | == Description == | ||
− | + | Retrieves a customer's details based on the external reference passed in. | |
== Parameters == | == Parameters == | ||
Line 16: | Line 15: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | |[[ | + | |[[ExternalRefBean]] |
− | | | + | |externalReference |
− | | | + | |The external reference of the customer to search for. |
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[GetCustomerDetailByExternalRefResult]] |
Latest revision as of 04:33, 3 June 2005
Contents |
[edit] Method
GetCustomerDetailByExternalRefResult getCustomerDetailByExternalRef(UserIDBean userID, ExternalRefBean externalReference)
[edit] Description
Retrieves a customer's details based on the external reference passed in.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
ExternalRefBean | externalReference | The external reference of the customer to search for. |