Class DeleteCustomerRequest
The DeleteCustomerRequest type exposes the following members.
Properties
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| RequestId | System.string | Unique identifier used to identify the request. Used when associating the request to the response. |
| RequestDate | System.DateTime | DateTime request was made. Request timeout is 1 minute. |
| Credentials | StoreCredentials | |
| HomeBankingId | System.string | A string value with a unique identifier for the customer. It is required for all customers boarded with the RDA Web Service and most often corresponds to the customer's unique identifier in the Financial Institution's system. Max length is 50 characters. |
Example
{
"Credentials":{
"EntityId": "123456",
"StoreId": null,
"StoreKey": null
},
"__type": "DeleteCustomerRequest:#JackHenry.Eps.Mobile.RDAAdmin",
"HomeBankingId": "String Content"
}
Methods
Validate(IValidatorContext)
Declaration
public override void Validate(IValidatorContext context)
Overrides
AuthenticatedRequest.Validate(IValidatorContext)
Exceptions
| TYPE | DESCRIPTION |
|---|---|
| JHA.EPS.SharedService.Common.Validator.ValidationResult | Home Banking Id is required |
| JHA.EPS.SharedService.Common.Validator.ValidationResult | You do not have access to delete Customers |
| JHA.EPS.SharedService.Common.Validator.ValidationResult | Customer not found |