Skip to main content

Class UpdateCustomerResponse

Contains the results from UpdateCustomerRequest


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.
UpdatedCustomerCustomerThe customer that was updated

Customer

NAMETYPEDESCRIPTION
AddressLine1stringCustomers Address
AddressLine2stringCustomers additional Address information
CitystringCustomers City
CountrystringCustomers Country
CustomerData1stringCustomers Customer Data 1
CustomerData2stringCustomers Customer Data 2
CustomerData3stringCustomers Customer Data 3
CustomerReferencestringA unique value assigned to each customer used for Associating a Customer to a deposit.
CustomerTypeCustomerType An enumeration identifying the type of customer. Possible values are: Individual or Business.
DaytimePhonestringCustomers Daytime Phone
DaytimePhoneExtstringCustomers Daytime Phone Extension
DLNumberstringLast 4 digits of Customer's Driver's License Number
DLStatestringCustomer's Driver's License State
EmailAddressstringCustomers Email Address
EveningPhonestringCustomers Evening Phone
EveningPhoneExtstringCustomers Evening Phone Extension
FaxstringCustomers Fax
FirstNamestringCustomers First Name
HomeBankingIdstringA reference value to the FI's Id
IsCompanyboolIndicates whether the customer is an individual or a business.
LastNamestringCustomers Last Name
LocationReferencestringA unique value assigned to each location.
PostalCodestringCustomers Zip Code
RelationshipRelationshipTypeAn enumeration identifying the type of customer relationship. Possible values are: Customer or Vendor.
SSNFedTaxIdstringLast 4 digits of Customer's SSN or Federal Tax Id
StatestringCustomers State

Examples

{
"__type":"UpdateCustomerResponse:#JackHenry.Eps.Mobile.RDC",
"UpdatedCustomer":
{
"__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