Class GetItemsRequest
This method is used to retrieve a list of items in a batch.
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. |
BatchReference | string | REQUIRED. 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
TYPE | NAME | DESCRIPTION |
---|---|---|
JHA.EPS.SharedService.Common.Validator.IValidatorContext | context |
Overrides