GetCustomerDetailResult
From
(Difference between revisions)
Latest revision as of 04:29, 3 June 2005
[edit] Description
Returns the details of the customer requested, or a reason why the data could not be obtained.
[edit] Success Mode
The customerDetail field is populated with a single CustomerBean containing the details of the customer record. The field may also be null, indicating there was no record 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. |