Class GetDataFieldsRequest
This method is used to get any additional information associated with a deposit.
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. |
| LocationReference | string | REQUIRED. The unique value assigned to each Location used to find the data fields. |
Examples
{
"__type": "GetDataFieldsRequest:#JackHenry.Eps.Mobile.RDC",
"LocationReference": "String Content"
}
Methods
Validate(IValidatorContext)
Declaration
public override void Validate(IValidatorContext context)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| JHA.EPS.SharedService.Common.Validator.IValidatorContext | context |
Overrides
AuthenticatedRequest.Validate(IValidatorContext)
Exceptions
| TYPE | DESCRIPTION |
|---|---|
| JHA.EPS.SharedService.Common.Validator.ValidationResult | LocationReference cannot be null or empty |
| JHA.EPS.SharedService.Common.Validator.ValidationResult | LocationReference must be between 1 and 50 characters |
| JHA.EPS.SharedService.Common.Validator.ValidationResult | LocationReference must contain visible characters |