Class GetVelocityRequest
Request for retrieving the velocity record
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 | |
| Criteria | GetVelocityCriteria | Required field |
Example
{
"Credentials":{
"EntityId": "123456",
"StoreId": null,
"StoreKey": null
},
"__type": "GetVelocityRequest:#JackHenry.Eps.Mobile.RDAAdmin",
"Criteria": {
"__type": "GetVelocityCriteria:#JackHenry.Eps.Mobile.RDAAdmin"
}
}
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 | Criteria cannot be null |
| JHA.EPS.SharedService.Common.Validator.ValidationResult | Must have view users permission |