Class GetItemImagesRequest
Used to get images for a particular item.
Properties
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| RequestId | System.string | Unique identifier used to identify the request. Used when associating the request to the response. |
| RequestDate | System.DateTime | DateTime 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. |
| ItemReference | System.String | REQUIRED. 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
| 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-30 character |
| JHA.EPS.SharedService.Common.Validator.ValidationResult | ItemReference must be a valid value |