Skip to main content

Class GetItemImagesResponse

Results from a GetItemImagesRequest.


Properties

NAMETYPEDESCRIPTION
RequestIdstringUnique identifier used to identify the request associated with the response.
ResultResponseResultTypeValue indicating type of result. Possible values: Error (default), Success, ValidationError, NoChange
ResultCodestringCan be Error or Resource code depending on type of result.
ResultMessagestringMessage regarding details of the Result.
ValidationResultsValidationResult[]Array of ValidationResult objects containing messages regarding input validation.
CredentialsTokenCredentialsCredentials for subsequent web service requests.
ImagesItemImageContains the information for an item's images.

ItemImage

NAMETYPEDESCRIPTION
BackImagestringBase64 encoded image string for the Back Image.
FrontImagestringA Base64 encoded image string for the Front Image.
ItemReferencestringThe unique reference EPS assigned to the item.

Examples

{
"__type":"GetItemImagesResponse:#JackHenry.Eps.Mobile.RDC",
"Images":
}

Methods

Exception(string)

Declaration

public void Exception(string message)

Parameters

TYPENAMEDESCRIPTION
System.Stringmessage

NullRequestResonse()

Declaration

public static Response NullRequestResonse()

Return Value

TYPEDESCRIPTION
Response

Success()

Declaration

public void Success()

Success(String)

Declaration

public void Success(string resultMessage)

Parameters

TYPENAMEDESCRIPTION
System.StringresultMessage