Skip to main content

Class GetItemsRequest

Used for getting items for a batch.


Properties

NAMETYPEDESCRIPTION
RequestIdSystem.stringUnique identifier used to identify the request. Used when associating the request to the response.
RequestDateSystem.DateTimeDateTime request was made. Request timeout is 1 minute.
Credentials TokenCredentials REQUIRED. Generic object representing different security token validation options to authenticate to the EPS system.
BatchReferenceSystem.StringREQUIRED. This is a unique string value assigned to a batch by EPS from the CreateBatchRequest.

Examples

{
"__type": " GetItemsRequest:#JackHenry.Eps.Mobile.RDA"
}

Methods

Validate(IValidatorContext)

Declaration

public override void Validate(IValidatorContext context)

Parameters

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

Overrides

AuthenticatedRequest.Validate(IValidatorContext)