Class GetItemImagesResponse
Results from a GetItemImagesRequest.
Properties
NAME | TYPE | DESCRIPTION |
---|---|---|
RequestId | string | Unique identifier used to identify the request associated with the response. |
Result | ResponseResultType | Value indicating type of result. Possible values: Error (default), Success, ValidationError, NoChange |
ResultCode | string | Can be Error or Resource code depending on type of result. |
ResultMessage | string | Message regarding details of the Result. |
ValidationResults | ValidationResult[] | Array of ValidationResult objects containing messages regarding input validation. |
Credentials | TokenCredentials | Credentials for subsequent web service requests. |
Images | ItemImage | Contains the information for an item's images. |
ItemImage
NAME | TYPE | DESCRIPTION |
---|---|---|
BackImage | string | Base64 encoded image string for the Back Image. |
FrontImage | string | A Base64 encoded image string for the Front Image. |
ItemReference | string | The 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
TYPE | NAME | DESCRIPTION |
---|---|---|
System.String | message |
NullRequestResonse()
Declaration
public static Response NullRequestResonse()
Return Value
TYPE | DESCRIPTION |
---|---|
Response |
Success()
Declaration
public void Success()
Success(String)
Declaration
public void Success(string resultMessage)
Parameters
TYPE | NAME | DESCRIPTION |
---|---|---|
System.String | resultMessage |