Skip to main content

Class AddItemResponse

Results from a AddItemRequest.


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.
ItemItemThe information related to the newly added item.

Item

NAMETYPEDESCRIPTION
AmountdecimalThe amount in DECIMAL format of an individual check item.
BatchReferencestringThe unique value assigned to each batch which can be used to find details about the batch.
CustomerCustomerObject representing a customer; i.e. Name, Address, City, etc..
DataFieldsDataField[]The optional, or required, additonal information saved along with the item. This depends upon the GetSettings.ShowDataEntry and if the sub items are REQUIRED.
EventsEvent[]Events that were performed on an idividual check item.
IQAStatusstringImage quality status.
ItemReferencestringThe unique value assigned to each item which can be used to get more details about this item.
ProcessingStatusstringOnce a transaction is created, this will have a value and contain the processing status code.
ProcessingStatusDescriptionstringOnce a transaction is created, this will have a value and will contain the processing status to be displayed.
StatusstringThe status code of the item.
StatusDescriptionstringThe status description to be displayed.
TransactionReferenceNumberstringA unique value assigned to each transaction in the system.

Examples

{
"__type":"AddItemResponse:#JackHenry.Eps.Mobile.RDC",
"Item":
{
"__type":"Item:#JackHenry.Eps.Mobile.RDC",
"ItemReference":"String Content",
"BatchReference":"String Content",
"TransactionReferenceNumber":"String Content",
"Status":"String Content",
"StatusDescription":"String Content",
"ProcessingStatus":"String Content",
"ProcessingStatusDescription":"String Content",
"Amount":12678967.54,
"IQAStatus":"String Content",
"Events":
[
],
"DataFields":
[
{
"__type":"DataField:#JackHenry.Eps.Mobile.RDC",
"FieldName":"String Content",
"Text":"String Content",
"IsRequired":true,
"Value":"String Content",
"Validation":"String Content",
"ValidationMessage":"String Content",
"FieldType":FieldType.Transaction,
}
],
"Customer":
{
"__type":"Customer:#JackHenry.Eps.Mobile.RDC",
"HomeBankingId":"String Content",
"FirstName":"String Content",
"LastName":"String Content",
"AddressLine1":"String Content",
"AddressLine2":"String Content",
"City":"String Content",
"State":"String Content",
"PostalCode":"String Content",
"Country":"String Content",
"EmailAddress":"String Content",
"CustomerReference":"String Content",
"DaytimePhone":"String Content",
"DaytimePhoneExt":"String Content",
"EveningPhone":"String Content",
"EveningPhoneExt":"String Content",
"SSNFedTaxId":"String Content",
"Fax":"String Content",
"CustomerData1":"String Content",
"CustomerData2":"String Content",
"CustomerData3":"String Content",
"IsCompany":true,
"LocationReference":"String Content",
"DLNumber":"String Content",
"DLState":"String Content",
"CustomerType":
"Relationship":
}
}
}

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