Skip to main content

Class CreateCustomerResponse

Contains the results from CreateCustomerRequest


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.
CustomerCustomerThe customer that was created

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.
CustomerTypeenumAn enumeration identifying the type of customer. Possible values are: 0 or 1. See CustomerType data table for details.
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
RelationshipenumAn enumeration identifying the type of customer relationship. Possible values are: 1 or 2. See RelationshipType data table for details.
SSNFedTaxIdstringLast 4 digits of Customer's SSN or Federal Tax Id
StatestringCustomers State

Examples

{
"RequestId": "your RequestId here",
"Result": 1,
"ResultCode": null,
"ResultMessage": null,
"ValidationResults": [],
"Credentials": {
"PhoneKey": "your PhoneKey here",
"SecurityToken": "your SecurityToken here"
},
"Customer":
{
"AddressLine1": "123 Easy St",
"AddressLine2": "Ste 100",
"City": "Allen",
"Country": "United States",
"CustomerData1": null,
"CustomerData2": null,
"CustomerData3": null,
"CustomerReference": "Example CustomerReference",
"CustomerType": 0,
"DLNumber": null,
"DLState": null,
"DaytimePhone": null,
"DaytimePhoneExt": null,
"EmailAddress": null,
"EveningPhone": null,
"EveningPhoneExt": null,
"Fax": null,
"FirstName": "Joe",
"HomeBankingId": "Example HomeBankingId",
"IsCompany": false,
"LastName": "Tester",
"LocationReference": "Example LocationReference",
"PostalCode": "11111",
"Relationship": 1,
"SSNFedTaxId": null,
"State": "TX"
}
}

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