Skip to main content

Class GetItemImagesRequest

Used to get images for a particular item.


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.
ItemReferenceSystem.StringREQUIRED. String Value. The item reference number associated with a specific item in a batch used to find the item's images. Provided in the AddItem response

Examples

{
"__type": "GetItemImagesRequest:#JackHenry.Eps.Mobile.RDA",
"ItemReference": "String Content"
}

Methods

Validate(IValidatorContext)

Declaration

public override void Validate(IValidatorContext context)

Parameters

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

Overrides

AuthenticatedRequest.Validate(IValidatorContext)

Exceptions

TYPEDESCRIPTION
JHA.EPS.SharedService.Common.Validator.ValidationResultItemReference must be between 1-30 character
JHA.EPS.SharedService.Common.Validator.ValidationResultItemReference must be a valid value