Skip to main content

Class GetItemsRequest

This method is used to retrieve a list of items in a batch.


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.
BatchReferencestringREQUIRED. The unique value assigned to a batch consisting of the items requested.

Examples

{
"__type": "GetItemsRequest:#JackHenry.Eps.Mobile.RDC",
"BatchReference": "String Content"
}

Methods

Validate(IValidatorContext)

Declaration

public override void Validate(IValidatorContext context)

Parameters

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

Overrides

AuthenticatedRequest.Validate(IValidatorContext)