GetCustomerDetailResult
From
Description
Returns the details of the customer requested, or a reason why the data could not be obtained.
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.
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. |