GetCustomerDetailByExternalRefResult
From
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
− | + | Returns the details of the customer requested, or a reason why the customer detail could not be found. | |
== Success Mode == | == Success Mode == | ||
− | + | The field customerDetail will be populated with a [[CustomerBean]], with the customers details, or the field may be null, indicating there was no customer details found. | |
== Failure Modes == | == Failure Modes == | ||
Line 14: | Line 14: | ||
|[[AccessDeniedFailure]] | |[[AccessDeniedFailure]] | ||
|The username or password was incorrect, or lacked the right to complete this function. | |The username or password was incorrect, or lacked the right to complete this function. | ||
− | | | + | |} |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 04:02, 7 June 2005
[edit] Description
Returns the details of the customer requested, or a reason why the customer detail could not be found.
[edit] Success Mode
The field customerDetail will be populated with a CustomerBean, with the customers details, or the field may be null, indicating there was no customer details found.
[edit] Failure Modes
One or more failure fields will be populated with a failure object (will contain a non-null reference) indicating the nature of the failure, with relevant information.
Type | Description |
---|---|
AccessDeniedFailure | The username or password was incorrect, or lacked the right to complete this function. |