Class GetCustomersRequest
This method is used to retrieve a list of customers and their related information.
Properties
NAME | TYPE | DESCRIPTION |
---|---|---|
RequestId | string | Unique identifier used to identify the request. Used when associating the request to the response. |
RequestDate | dateTime | DateTime request was made. Request timeout is 1 minute. |
Credentials | TokenCredentials | REQUIRED. The credentials given from your last response. |
Criteria | GetCustomersCriteria | REQUIRED. Used to identify what criteria to search by; i.e. Customer Name, Customer Number, Account Number. GetCustomersCriteriaAccountNumber GetCustomersCriteriaCustomerName GetCustomersCriteriaCustomerNumber |
Examples
{
"__type": "GetCustomersRequest:#JackHenry.Eps.Mobile.RDC",
"Criteria": {
"__type": "GetCustomersCriteria:#JackHenry.Eps.Mobile.RDC"
}
}
Methods
Validate(IValidatorContext)
Declaration
public override void Validate(IValidatorContext context)
Parameters
TYPE | NAME | DESCRIPTION |
---|---|---|
JHA.EPS.SharedService.Common.Validator.IValidatorContext | context |
Overrides