Skip to main content

Class GetCustomersRequest

This method is used to retrieve a list of customers and their related information.


Properties

NAMETYPEDESCRIPTION
RequestIdstringUnique identifier used to identify the request. Used when associating the request to the response.
RequestDatedateTimeDateTime request was made. Request timeout is 1 minute.
CredentialsTokenCredentialsREQUIRED. The credentials given from your last response.
CriteriaGetCustomersCriteriaREQUIRED. 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

TYPENAMEDESCRIPTION
JHA.EPS.SharedService.Common.Validator.IValidatorContextcontext

Overrides

AuthenticatedRequest.Validate(IValidatorContext)