Class GetItemImagesRequest
This method can be used to retrieve the front and back images of items in a deposit or 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. |
ItemReference | string | REQUIRED. The unique reference number associated with a specific item in a batch used to find the item's images. |
Examples
{
"__type": "GetItemImagesRequest:#JackHenry.Eps.Mobile.RDC",
"ItemReference": "String Content"
}
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 | ItemReference must be between 1 and 30 characters |
JHA.EPS.SharedService.Common.Validator.ValidationResult | ItemReference must be a valid value |