GET api/customer/search
Search customer based on input parameters.
Requires Authorisation
The api request must supply authenticated token in a custom variable in the request header. The custom variable name is configured in web.config. The default name of the custom variable is “X-Fern-Token”.
Requires Api License and User Access
The api requires license and user permission for API ID, GETapi/customer/search. The user permission can be defined on User Settings screen in Abacus. For license, please contact Fern manager.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
Customer name. |
string | |
| Number |
Customer number. |
string | |
| BranchID |
Branch Id. |
integer | |
| CustomerType |
Customer's type. |
CustomerTypes | |
| AccountPortfolioId |
Account portfolio id. |
integer | |
| VillageBankId |
Villagebank id. |
integer | |
| SocialSecurityNumber |
Customer's social security number. |
string | |
| PortfolioGroupId |
Portfoliogroup id. |
integer | |
| Address |
Address search parameters. |
AddressSearch | |
| DrivingLicenceNumber |
Customer's driving license number. |
string | |
| OpenedState |
Customer's status, e.g open, closed. |
integer | |
| AccountNumber |
Number of a customer's account. |
string | |
| AllowGuarantors |
Indicates the result set should include Guarator type customer or not. |
boolean | |
| AllowCommunities |
Indicates the result set should include Solidarity group type customer or not. |
boolean | |
| AllowCommunityMembers |
Indicates the result set should include community member or not. |
boolean | |
| SearchType |
Indicates the customerSerach type. |
CustomerSearchTypes | Required. |
| IsLoanIssueSearch |
Indicates whether the search is to fetch the loan applications to be issued(Loan Issue). |
boolean | Read only. |
| IsChangeLoanDetails |
Indicates whether the search is to fetch the loan applications to be changed(Change Loan). |
boolean | Read only. |
| LoanIssueSearch |
Loan search parameters. |
LoanIssueSearch | |
| IsLoanSearch |
Indicates whether the search is to fetch the loan accounts. |
boolean | Read only. |
| IsInteractionSearch |
Indicates whether the search is to fetch customer interaction. |
boolean | Read only. |
| InteractionNumber |
Indicates the interaction number. |
string | |
| ResultsLimit |
Limit the number of results found. |
integer | If no value is passed then it will return all the results. If 0 is passed, then no results will be returned. |
Body Parameters
None.
Response Information
Response Codes
Success Status:
- OK (200), please see resource description below.
Failed Status(es):
Resource Description
Returns an array of customers which match search parameters.
Collection of CustomerSearchResultDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID |
Customer's Id. |
integer | |
| CustomerType |
Customer's type. |
CustomerTypes | |
| Name |
Customer's name. |
string | Read-Only. |
| Number |
Customer's number. |
string | |
| BranchID |
Customer's branch Id. |
integer | |
| BranchName |
BranchName. |
string | |
| DefaultCUAccountPortfolioID |
Account Portfolio ID. |
integer | |
| DefaultCUAccountPortfolioName |
Name of Account Portfolio. |
string | |
| CUAccountPortfolioGroupID |
Portfolio Group ID. |
integer | |
| CUAccountPortfolioGroupName |
Portfolio Group Name |
string | |
| DateOfBirth |
DateOfBirth |
date | |
| SocialSecurityNumber |
SocialSecurityNumber |
string | |
| GroupName |
Name of group customer is a member of. |
string | |
| Closed |
Customer's closed status |
boolean | |
| LoanApp |
Customer's loan account details. |
LoanAppDto | |
| ProductCode |
Customer's loan product code. |
string | |
| IsLOCProduct |
Indicates the customer's loan is line of credit or not. |
boolean | |
| CurrencyID | integer | ||
| CorrespondenceName |
Correspondence name. |
string | |
| Address |
Address. |
string | |
|
Email. |
string | ||
| Telephone1 |
Telephone number 1. |
string | |
| Telephone2 |
Telephone number 2. |
string | |
| Telephone3 |
Telephone number 3. |
string | |
| PersonID |
Customer's person ID. |
integer | |
| InteractionNumber |
Interaction Number |
string | |
| InteractionCustomerType |
Customer's type. |
string |
Response Formats
application/json, text/json
[
{
"customerID": 1,
"customerType": 1,
"name": "sample string 1",
"number": "sample string 2",
"branchID": 1,
"branchName": "sample string 3",
"defaultCUAccountPortfolioID": 1,
"defaultCUAccountPortfolioName": "sample string 4",
"cuAccountPortfolioGroupID": 1,
"cuAccountPortfolioGroupName": "sample string 5",
"dateOfBirth": "2019-06-04T21:07:53.6338451-04:00",
"socialSecurityNumber": "sample string 7",
"groupName": "sample string 8",
"closed": true,
"loanApp": {
"cuLoanID": 1,
"loanPart": {
"cuLoanPartID": 1,
"useScheduleInterest": true,
"interestRate": 1.1,
"devaluationRate": 1.1,
"complimentaryInterestRate": 1.1,
"loanAmount": 1.0,
"issueAmount": 1.0,
"refinanced": true,
"issueDate": "sample string 1",
"levelPayments": true,
"initialPaymentDate": "sample string 2",
"specifiedInitialPaymentDate": "sample string 3",
"rePaymentPeriodNum": 1,
"rePaymentPeriod": 1,
"intPayPeriodNum": 1,
"ignoreOddDays": true,
"periodsDeferredID": 0,
"periodsDeferred": 1,
"firstRepaymentOffset": 1,
"gracePeriod": true,
"termPeriodNum": 1,
"termPeriod": 1,
"calculateInitialPaymentDate": true,
"loanCalculationMode": 0,
"separateonSchedule": true,
"savingsAccID": 1,
"mandatoryAccID": 1,
"normalPayment": 1.0,
"balloonAmount": 1.0,
"dayCount": 0,
"feeAmt1": 1.0,
"capitaliseInterestWhenRefinancing": true,
"useSpecifedDay": true,
"isReviewed": true,
"reviewPeriodNum": 1,
"referenceNumber": "sample string 4",
"reviewPeriod": 1,
"weekNum": 1,
"specifiedDay": 0,
"loanCalculatorAmountType": 1,
"balloonPaymentMethod": 0,
"issueFeePercentage1": 1.0,
"issueFeePercentage2": 1.0,
"feeAmt2": 1.0,
"issueFee": 1.0,
"termPeriodID": 64,
"repaymentPeriodID": 64,
"cuLoanSchedule": null,
"currencyID": 1,
"finalPaymentDate": "sample string 5",
"effectiveIntRate": 1.1,
"editedNormalPayment": 1.0,
"specificProvisioningRate": 1.1,
"paymentsSumUp": true,
"cuInsuranceID": 1,
"insuredAmount": 1.0,
"insuredTerm": 1,
"insurancePremiumRate": 1.1,
"insurancePremium": 1.0
},
"loanReasonID": 1,
"loanSourceOfFundsID": 1,
"cuLoanGuarantorSourceID": 1,
"cuLoanDistrictCodeID": 1,
"cuLoanRefinanceReasonID": 1,
"status": 1,
"multipleParts": true,
"redraw": true,
"applyAmountTotal": 1.0,
"applyDate": "sample string 1",
"approveAmountTotal": 1.0,
"approveDate": "sample string 2",
"cancelReasonID": 1,
"cancelNotes": "sample string 3",
"caisFlag": 1,
"caisFlagsEquifax": 1,
"settlementCustomerID": 1,
"settlementCUAccountID": 1,
"settlementCUAccountIsThirdParty": true,
"paymentCustomerID": 1,
"paymentCUAccountID": 1,
"paymentCUAccountIsThirdParty": true,
"transferAccruedInterestOnly": true,
"restructured": true,
"finalPartDate": "sample string 4",
"lastRestructuredDate": "sample string 5",
"cuLoanProcesses": [
{
"cuLoanID": 1,
"cuLoanProcessID": 1,
"description": "sample string 1",
"loanApprovalGroup": 1,
"isCompleted": true,
"reference": "sample string 2",
"isChanged": true,
"menuKey": "sample string 3",
"isModified": true
},
{
"cuLoanID": 1,
"cuLoanProcessID": 1,
"description": "sample string 1",
"loanApprovalGroup": 1,
"isCompleted": true,
"reference": "sample string 2",
"isChanged": true,
"menuKey": "sample string 3",
"isModified": true
}
],
"lastPanaltyInterestDate": "sample string 6",
"applyUserID": 1,
"loanCollaterals": [
{
"cuLoanCollateralID": 1,
"cuLoanID": 1,
"reference": "sample string 1",
"description": "sample string 2",
"cuLoanCollateralTypeID": 1,
"customerID": 1,
"cuAccountID": 1,
"originalGrossValue": 1.0,
"grossValue": 1.0,
"realisedValue": 1.0,
"fixedCost": 1.0,
"netValue": 1.0,
"valueDate": "sample string 3",
"expiryDate": "sample string 4",
"valuerID": 64,
"valuerName": "sample string 5",
"withholdingRate": 1.1,
"grossValueChanged": true,
"fixedValueChanged": true,
"realisedValueChanged": true,
"collateralTypeChanged": true,
"accountChanged": true,
"withholdingRateChanged": true,
"valuerChanged": true,
"surveys": [
{
"surveyID": 1,
"userDefinedFieldGroupID": 1,
"date": "sample string 1",
"totalScore": 1.0,
"udfLinks": [
{
"udfLinkID": 1,
"surveyID": 1,
"customerID": 1,
"cuAccountID": 1,
"productID": 1,
"cuInsurancePolicyID": 1,
"receiptNo": 1,
"branchID": 1,
"interactionID": 1,
"cuLoanReviewID": 1,
"udfFieldID": 1,
"value": "sample string 1",
"userDefinedFieldListID": 1,
"order": 1,
"mask": "sample string 2",
"mandatory": true,
"uniqueField": true,
"validateActiveUDF": true,
"udfType": 64,
"fieldName": "sample string 3",
"fieldCurrency": 1,
"dateValue": "sample string 4",
"customerTypes": 1
},
{
"udfLinkID": 1,
"surveyID": 1,
"customerID": 1,
"cuAccountID": 1,
"productID": 1,
"cuInsurancePolicyID": 1,
"receiptNo": 1,
"branchID": 1,
"interactionID": 1,
"cuLoanReviewID": 1,
"udfFieldID": 1,
"value": "sample string 1",
"userDefinedFieldListID": 1,
"order": 1,
"mask": "sample string 2",
"mandatory": true,
"uniqueField": true,
"validateActiveUDF": true,
"udfType": 64,
"fieldName": "sample string 3",
"fieldCurrency": 1,
"dateValue": "sample string 4",
"customerTypes": 1
}
]
},
{
"surveyID": 1,
"userDefinedFieldGroupID": 1,
"date": "sample string 1",
"totalScore": 1.0,
"udfLinks": [
{
"udfLinkID": 1,
"surveyID": 1,
"customerID": 1,
"cuAccountID": 1,
"productID": 1,
"cuInsurancePolicyID": 1,
"receiptNo": 1,
"branchID": 1,
"interactionID": 1,
"cuLoanReviewID": 1,
"udfFieldID": 1,
"value": "sample string 1",
"userDefinedFieldListID": 1,
"order": 1,
"mask": "sample string 2",
"mandatory": true,
"uniqueField": true,
"validateActiveUDF": true,
"udfType": 64,
"fieldName": "sample string 3",
"fieldCurrency": 1,
"dateValue": "sample string 4",
"customerTypes": 1
},
{
"udfLinkID": 1,
"surveyID": 1,
"customerID": 1,
"cuAccountID": 1,
"productID": 1,
"cuInsurancePolicyID": 1,
"receiptNo": 1,
"branchID": 1,
"interactionID": 1,
"cuLoanReviewID": 1,
"udfFieldID": 1,
"value": "sample string 1",
"userDefinedFieldListID": 1,
"order": 1,
"mask": "sample string 2",
"mandatory": true,
"uniqueField": true,
"validateActiveUDF": true,
"udfType": 64,
"fieldName": "sample string 3",
"fieldCurrency": 1,
"dateValue": "sample string 4",
"customerTypes": 1
}
]
}
],
"collateralActive": true
},
{
"cuLoanCollateralID": 1,
"cuLoanID": 1,
"reference": "sample string 1",
"description": "sample string 2",
"cuLoanCollateralTypeID": 1,
"customerID": 1,
"cuAccountID": 1,
"originalGrossValue": 1.0,
"grossValue": 1.0,
"realisedValue": 1.0,
"fixedCost": 1.0,
"netValue": 1.0,
"valueDate": "sample string 3",
"expiryDate": "sample string 4",
"valuerID": 64,
"valuerName": "sample string 5",
"withholdingRate": 1.1,
"grossValueChanged": true,
"fixedValueChanged": true,
"realisedValueChanged": true,
"collateralTypeChanged": true,
"accountChanged": true,
"withholdingRateChanged": true,
"valuerChanged": true,
"surveys": [
{
"surveyID": 1,
"userDefinedFieldGroupID": 1,
"date": "sample string 1",
"totalScore": 1.0,
"udfLinks": [
{
"udfLinkID": 1,
"surveyID": 1,
"customerID": 1,
"cuAccountID": 1,
"productID": 1,
"cuInsurancePolicyID": 1,
"receiptNo": 1,
"branchID": 1,
"interactionID": 1,
"cuLoanReviewID": 1,
"udfFieldID": 1,
"value": "sample string 1",
"userDefinedFieldListID": 1,
"order": 1,
"mask": "sample string 2",
"mandatory": true,
"uniqueField": true,
"validateActiveUDF": true,
"udfType": 64,
"fieldName": "sample string 3",
"fieldCurrency": 1,
"dateValue": "sample string 4",
"customerTypes": 1
},
{
"udfLinkID": 1,
"surveyID": 1,
"customerID": 1,
"cuAccountID": 1,
"productID": 1,
"cuInsurancePolicyID": 1,
"receiptNo": 1,
"branchID": 1,
"interactionID": 1,
"cuLoanReviewID": 1,
"udfFieldID": 1,
"value": "sample string 1",
"userDefinedFieldListID": 1,
"order": 1,
"mask": "sample string 2",
"mandatory": true,
"uniqueField": true,
"validateActiveUDF": true,
"udfType": 64,
"fieldName": "sample string 3",
"fieldCurrency": 1,
"dateValue": "sample string 4",
"customerTypes": 1
}
]
},
{
"surveyID": 1,
"userDefinedFieldGroupID": 1,
"date": "sample string 1",
"totalScore": 1.0,
"udfLinks": [
{
"udfLinkID": 1,
"surveyID": 1,
"customerID": 1,
"cuAccountID": 1,
"productID": 1,
"cuInsurancePolicyID": 1,
"receiptNo": 1,
"branchID": 1,
"interactionID": 1,
"cuLoanReviewID": 1,
"udfFieldID": 1,
"value": "sample string 1",
"userDefinedFieldListID": 1,
"order": 1,
"mask": "sample string 2",
"mandatory": true,
"uniqueField": true,
"validateActiveUDF": true,
"udfType": 64,
"fieldName": "sample string 3",
"fieldCurrency": 1,
"dateValue": "sample string 4",
"customerTypes": 1
},
{
"udfLinkID": 1,
"surveyID": 1,
"customerID": 1,
"cuAccountID": 1,
"productID": 1,
"cuInsurancePolicyID": 1,
"receiptNo": 1,
"branchID": 1,
"interactionID": 1,
"cuLoanReviewID": 1,
"udfFieldID": 1,
"value": "sample string 1",
"userDefinedFieldListID": 1,
"order": 1,
"mask": "sample string 2",
"mandatory": true,
"uniqueField": true,
"validateActiveUDF": true,
"udfType": 64,
"fieldName": "sample string 3",
"fieldCurrency": 1,
"dateValue": "sample string 4",
"customerTypes": 1
}
]
}
],
"collateralActive": true
}
],
"renewalOldCUAccountID": 1,
"excludedAssets": 1.0,
"collateralAmount": 1.0,
"transferSavingsAccountID": 1
},
"productCode": "sample string 10",
"isLOCProduct": true,
"currencyID": 12,
"correspondenceName": "sample string 13",
"address": "sample string 14",
"email": "sample string 15",
"telephone1": "sample string 16",
"telephone2": "sample string 17",
"telephone3": "sample string 18",
"personID": 1,
"interactionNumber": "sample string 19",
"interactionCustomerType": "sample string 20"
},
{
"customerID": 1,
"customerType": 1,
"name": "sample string 1",
"number": "sample string 2",
"branchID": 1,
"branchName": "sample string 3",
"defaultCUAccountPortfolioID": 1,
"defaultCUAccountPortfolioName": "sample string 4",
"cuAccountPortfolioGroupID": 1,
"cuAccountPortfolioGroupName": "sample string 5",
"dateOfBirth": "2019-06-04T21:07:53.6338451-04:00",
"socialSecurityNumber": "sample string 7",
"groupName": "sample string 8",
"closed": true,
"loanApp": {
"cuLoanID": 1,
"loanPart": {
"cuLoanPartID": 1,
"useScheduleInterest": true,
"interestRate": 1.1,
"devaluationRate": 1.1,
"complimentaryInterestRate": 1.1,
"loanAmount": 1.0,
"issueAmount": 1.0,
"refinanced": true,
"issueDate": "sample string 1",
"levelPayments": true,
"initialPaymentDate": "sample string 2",
"specifiedInitialPaymentDate": "sample string 3",
"rePaymentPeriodNum": 1,
"rePaymentPeriod": 1,
"intPayPeriodNum": 1,
"ignoreOddDays": true,
"periodsDeferredID": 0,
"periodsDeferred": 1,
"firstRepaymentOffset": 1,
"gracePeriod": true,
"termPeriodNum": 1,
"termPeriod": 1,
"calculateInitialPaymentDate": true,
"loanCalculationMode": 0,
"separateonSchedule": true,
"savingsAccID": 1,
"mandatoryAccID": 1,
"normalPayment": 1.0,
"balloonAmount": 1.0,
"dayCount": 0,
"feeAmt1": 1.0,
"capitaliseInterestWhenRefinancing": true,
"useSpecifedDay": true,
"isReviewed": true,
"reviewPeriodNum": 1,
"referenceNumber": "sample string 4",
"reviewPeriod": 1,
"weekNum": 1,
"specifiedDay": 0,
"loanCalculatorAmountType": 1,
"balloonPaymentMethod": 0,
"issueFeePercentage1": 1.0,
"issueFeePercentage2": 1.0,
"feeAmt2": 1.0,
"issueFee": 1.0,
"termPeriodID": 64,
"repaymentPeriodID": 64,
"cuLoanSchedule": null,
"currencyID": 1,
"finalPaymentDate": "sample string 5",
"effectiveIntRate": 1.1,
"editedNormalPayment": 1.0,
"specificProvisioningRate": 1.1,
"paymentsSumUp": true,
"cuInsuranceID": 1,
"insuredAmount": 1.0,
"insuredTerm": 1,
"insurancePremiumRate": 1.1,
"insurancePremium": 1.0
},
"loanReasonID": 1,
"loanSourceOfFundsID": 1,
"cuLoanGuarantorSourceID": 1,
"cuLoanDistrictCodeID": 1,
"cuLoanRefinanceReasonID": 1,
"status": 1,
"multipleParts": true,
"redraw": true,
"applyAmountTotal": 1.0,
"applyDate": "sample string 1",
"approveAmountTotal": 1.0,
"approveDate": "sample string 2",
"cancelReasonID": 1,
"cancelNotes": "sample string 3",
"caisFlag": 1,
"caisFlagsEquifax": 1,
"settlementCustomerID": 1,
"settlementCUAccountID": 1,
"settlementCUAccountIsThirdParty": true,
"paymentCustomerID": 1,
"paymentCUAccountID": 1,
"paymentCUAccountIsThirdParty": true,
"transferAccruedInterestOnly": true,
"restructured": true,
"finalPartDate": "sample string 4",
"lastRestructuredDate": "sample string 5",
"cuLoanProcesses": [
{
"cuLoanID": 1,
"cuLoanProcessID": 1,
"description": "sample string 1",
"loanApprovalGroup": 1,
"isCompleted": true,
"reference": "sample string 2",
"isChanged": true,
"menuKey": "sample string 3",
"isModified": true
},
{
"cuLoanID": 1,
"cuLoanProcessID": 1,
"description": "sample string 1",
"loanApprovalGroup": 1,
"isCompleted": true,
"reference": "sample string 2",
"isChanged": true,
"menuKey": "sample string 3",
"isModified": true
}
],
"lastPanaltyInterestDate": "sample string 6",
"applyUserID": 1,
"loanCollaterals": [
{
"cuLoanCollateralID": 1,
"cuLoanID": 1,
"reference": "sample string 1",
"description": "sample string 2",
"cuLoanCollateralTypeID": 1,
"customerID": 1,
"cuAccountID": 1,
"originalGrossValue": 1.0,
"grossValue": 1.0,
"realisedValue": 1.0,
"fixedCost": 1.0,
"netValue": 1.0,
"valueDate": "sample string 3",
"expiryDate": "sample string 4",
"valuerID": 64,
"valuerName": "sample string 5",
"withholdingRate": 1.1,
"grossValueChanged": true,
"fixedValueChanged": true,
"realisedValueChanged": true,
"collateralTypeChanged": true,
"accountChanged": true,
"withholdingRateChanged": true,
"valuerChanged": true,
"surveys": [
{
"surveyID": 1,
"userDefinedFieldGroupID": 1,
"date": "sample string 1",
"totalScore": 1.0,
"udfLinks": [
{
"udfLinkID": 1,
"surveyID": 1,
"customerID": 1,
"cuAccountID": 1,
"productID": 1,
"cuInsurancePolicyID": 1,
"receiptNo": 1,
"branchID": 1,
"interactionID": 1,
"cuLoanReviewID": 1,
"udfFieldID": 1,
"value": "sample string 1",
"userDefinedFieldListID": 1,
"order": 1,
"mask": "sample string 2",
"mandatory": true,
"uniqueField": true,
"validateActiveUDF": true,
"udfType": 64,
"fieldName": "sample string 3",
"fieldCurrency": 1,
"dateValue": "sample string 4",
"customerTypes": 1
},
{
"udfLinkID": 1,
"surveyID": 1,
"customerID": 1,
"cuAccountID": 1,
"productID": 1,
"cuInsurancePolicyID": 1,
"receiptNo": 1,
"branchID": 1,
"interactionID": 1,
"cuLoanReviewID": 1,
"udfFieldID": 1,
"value": "sample string 1",
"userDefinedFieldListID": 1,
"order": 1,
"mask": "sample string 2",
"mandatory": true,
"uniqueField": true,
"validateActiveUDF": true,
"udfType": 64,
"fieldName": "sample string 3",
"fieldCurrency": 1,
"dateValue": "sample string 4",
"customerTypes": 1
}
]
},
{
"surveyID": 1,
"userDefinedFieldGroupID": 1,
"date": "sample string 1",
"totalScore": 1.0,
"udfLinks": [
{
"udfLinkID": 1,
"surveyID": 1,
"customerID": 1,
"cuAccountID": 1,
"productID": 1,
"cuInsurancePolicyID": 1,
"receiptNo": 1,
"branchID": 1,
"interactionID": 1,
"cuLoanReviewID": 1,
"udfFieldID": 1,
"value": "sample string 1",
"userDefinedFieldListID": 1,
"order": 1,
"mask": "sample string 2",
"mandatory": true,
"uniqueField": true,
"validateActiveUDF": true,
"udfType": 64,
"fieldName": "sample string 3",
"fieldCurrency": 1,
"dateValue": "sample string 4",
"customerTypes": 1
},
{
"udfLinkID": 1,
"surveyID": 1,
"customerID": 1,
"cuAccountID": 1,
"productID": 1,
"cuInsurancePolicyID": 1,
"receiptNo": 1,
"branchID": 1,
"interactionID": 1,
"cuLoanReviewID": 1,
"udfFieldID": 1,
"value": "sample string 1",
"userDefinedFieldListID": 1,
"order": 1,
"mask": "sample string 2",
"mandatory": true,
"uniqueField": true,
"validateActiveUDF": true,
"udfType": 64,
"fieldName": "sample string 3",
"fieldCurrency": 1,
"dateValue": "sample string 4",
"customerTypes": 1
}
]
}
],
"collateralActive": true
},
{
"cuLoanCollateralID": 1,
"cuLoanID": 1,
"reference": "sample string 1",
"description": "sample string 2",
"cuLoanCollateralTypeID": 1,
"customerID": 1,
"cuAccountID": 1,
"originalGrossValue": 1.0,
"grossValue": 1.0,
"realisedValue": 1.0,
"fixedCost": 1.0,
"netValue": 1.0,
"valueDate": "sample string 3",
"expiryDate": "sample string 4",
"valuerID": 64,
"valuerName": "sample string 5",
"withholdingRate": 1.1,
"grossValueChanged": true,
"fixedValueChanged": true,
"realisedValueChanged": true,
"collateralTypeChanged": true,
"accountChanged": true,
"withholdingRateChanged": true,
"valuerChanged": true,
"surveys": [
{
"surveyID": 1,
"userDefinedFieldGroupID": 1,
"date": "sample string 1",
"totalScore": 1.0,
"udfLinks": [
{
"udfLinkID": 1,
"surveyID": 1,
"customerID": 1,
"cuAccountID": 1,
"productID": 1,
"cuInsurancePolicyID": 1,
"receiptNo": 1,
"branchID": 1,
"interactionID": 1,
"cuLoanReviewID": 1,
"udfFieldID": 1,
"value": "sample string 1",
"userDefinedFieldListID": 1,
"order": 1,
"mask": "sample string 2",
"mandatory": true,
"uniqueField": true,
"validateActiveUDF": true,
"udfType": 64,
"fieldName": "sample string 3",
"fieldCurrency": 1,
"dateValue": "sample string 4",
"customerTypes": 1
},
{
"udfLinkID": 1,
"surveyID": 1,
"customerID": 1,
"cuAccountID": 1,
"productID": 1,
"cuInsurancePolicyID": 1,
"receiptNo": 1,
"branchID": 1,
"interactionID": 1,
"cuLoanReviewID": 1,
"udfFieldID": 1,
"value": "sample string 1",
"userDefinedFieldListID": 1,
"order": 1,
"mask": "sample string 2",
"mandatory": true,
"uniqueField": true,
"validateActiveUDF": true,
"udfType": 64,
"fieldName": "sample string 3",
"fieldCurrency": 1,
"dateValue": "sample string 4",
"customerTypes": 1
}
]
},
{
"surveyID": 1,
"userDefinedFieldGroupID": 1,
"date": "sample string 1",
"totalScore": 1.0,
"udfLinks": [
{
"udfLinkID": 1,
"surveyID": 1,
"customerID": 1,
"cuAccountID": 1,
"productID": 1,
"cuInsurancePolicyID": 1,
"receiptNo": 1,
"branchID": 1,
"interactionID": 1,
"cuLoanReviewID": 1,
"udfFieldID": 1,
"value": "sample string 1",
"userDefinedFieldListID": 1,
"order": 1,
"mask": "sample string 2",
"mandatory": true,
"uniqueField": true,
"validateActiveUDF": true,
"udfType": 64,
"fieldName": "sample string 3",
"fieldCurrency": 1,
"dateValue": "sample string 4",
"customerTypes": 1
},
{
"udfLinkID": 1,
"surveyID": 1,
"customerID": 1,
"cuAccountID": 1,
"productID": 1,
"cuInsurancePolicyID": 1,
"receiptNo": 1,
"branchID": 1,
"interactionID": 1,
"cuLoanReviewID": 1,
"udfFieldID": 1,
"value": "sample string 1",
"userDefinedFieldListID": 1,
"order": 1,
"mask": "sample string 2",
"mandatory": true,
"uniqueField": true,
"validateActiveUDF": true,
"udfType": 64,
"fieldName": "sample string 3",
"fieldCurrency": 1,
"dateValue": "sample string 4",
"customerTypes": 1
}
]
}
],
"collateralActive": true
}
],
"renewalOldCUAccountID": 1,
"excludedAssets": 1.0,
"collateralAmount": 1.0,
"transferSavingsAccountID": 1
},
"productCode": "sample string 10",
"isLOCProduct": true,
"currencyID": 12,
"correspondenceName": "sample string 13",
"address": "sample string 14",
"email": "sample string 15",
"telephone1": "sample string 16",
"telephone2": "sample string 17",
"telephone3": "sample string 18",
"personID": 1,
"interactionNumber": "sample string 19",
"interactionCustomerType": "sample string 20"
}
]
application/xml, text/xml
<ArrayOfCustomerSearchResultDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<CustomerSearchResultDto>
<Address>sample string 14</Address>
<BranchID>1</BranchID>
<BranchName>sample string 3</BranchName>
<CUAccountPortfolioGroupID>1</CUAccountPortfolioGroupID>
<CUAccountPortfolioGroupName>sample string 5</CUAccountPortfolioGroupName>
<Closed>true</Closed>
<CorrespondenceName>sample string 13</CorrespondenceName>
<CurrencyID>12</CurrencyID>
<CustomerID>1</CustomerID>
<CustomerType>Personal</CustomerType>
<DateOfBirth>2019-06-04T21:07:53.6338451-04:00</DateOfBirth>
<DefaultCUAccountPortfolioID>1</DefaultCUAccountPortfolioID>
<DefaultCUAccountPortfolioName>sample string 4</DefaultCUAccountPortfolioName>
<Email>sample string 15</Email>
<GroupName>sample string 8</GroupName>
<InteractionCustomerType>sample string 20</InteractionCustomerType>
<InteractionNumber>sample string 19</InteractionNumber>
<IsLOCProduct>true</IsLOCProduct>
<LoanApp xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.CU">
<d3p1:ApplyAmountTotal>1</d3p1:ApplyAmountTotal>
<d3p1:ApplyDate>sample string 1</d3p1:ApplyDate>
<d3p1:ApplyUserID>1</d3p1:ApplyUserID>
<d3p1:ApproveAmountTotal>1</d3p1:ApproveAmountTotal>
<d3p1:ApproveDate>sample string 2</d3p1:ApproveDate>
<d3p1:CAISFlag>1</d3p1:CAISFlag>
<d3p1:CAISFlagsEquifax>1</d3p1:CAISFlagsEquifax>
<d3p1:CULoanDistrictCodeID>1</d3p1:CULoanDistrictCodeID>
<d3p1:CULoanGuarantorSourceID>1</d3p1:CULoanGuarantorSourceID>
<d3p1:CULoanID>1</d3p1:CULoanID>
<d3p1:CULoanProcesses>
<d3p1:CULoanProcessDto>
<d3p1:CULoanID>1</d3p1:CULoanID>
<d3p1:CULoanProcessID>1</d3p1:CULoanProcessID>
<d3p1:Description>sample string 1</d3p1:Description>
<d3p1:IsChanged>true</d3p1:IsChanged>
<d3p1:IsCompleted>true</d3p1:IsCompleted>
<d3p1:IsModified>true</d3p1:IsModified>
<d3p1:LoanApprovalGroup>1</d3p1:LoanApprovalGroup>
<d3p1:MenuKey>sample string 3</d3p1:MenuKey>
<d3p1:Reference>sample string 2</d3p1:Reference>
</d3p1:CULoanProcessDto>
<d3p1:CULoanProcessDto>
<d3p1:CULoanID>1</d3p1:CULoanID>
<d3p1:CULoanProcessID>1</d3p1:CULoanProcessID>
<d3p1:Description>sample string 1</d3p1:Description>
<d3p1:IsChanged>true</d3p1:IsChanged>
<d3p1:IsCompleted>true</d3p1:IsCompleted>
<d3p1:IsModified>true</d3p1:IsModified>
<d3p1:LoanApprovalGroup>1</d3p1:LoanApprovalGroup>
<d3p1:MenuKey>sample string 3</d3p1:MenuKey>
<d3p1:Reference>sample string 2</d3p1:Reference>
</d3p1:CULoanProcessDto>
</d3p1:CULoanProcesses>
<d3p1:CULoanRefinanceReasonID>1</d3p1:CULoanRefinanceReasonID>
<d3p1:CancelNotes>sample string 3</d3p1:CancelNotes>
<d3p1:CancelReasonID>1</d3p1:CancelReasonID>
<d3p1:CollateralAmount>1</d3p1:CollateralAmount>
<d3p1:ExcludedAssets>1</d3p1:ExcludedAssets>
<d3p1:FinalPartDate>sample string 4</d3p1:FinalPartDate>
<d3p1:LastPanaltyInterestDate>sample string 6</d3p1:LastPanaltyInterestDate>
<d3p1:LastRestructuredDate>sample string 5</d3p1:LastRestructuredDate>
<d3p1:LoanCollaterals>
<CULoanCollateralDto>
<AccountChanged>true</AccountChanged>
<CUAccountID>1</CUAccountID>
<CULoanCollateralID>1</CULoanCollateralID>
<CULoanCollateralTypeID>1</CULoanCollateralTypeID>
<CULoanID>1</CULoanID>
<CollateralActive>true</CollateralActive>
<CollateralTypeChanged>true</CollateralTypeChanged>
<CustomerID>1</CustomerID>
<Description>sample string 2</Description>
<ExpiryDate>sample string 4</ExpiryDate>
<FixedCost>1</FixedCost>
<FixedValueChanged>true</FixedValueChanged>
<GrossValue>1</GrossValue>
<GrossValueChanged>true</GrossValueChanged>
<NetValue>1</NetValue>
<OriginalGrossValue>1</OriginalGrossValue>
<RealisedValue>1</RealisedValue>
<RealisedValueChanged>true</RealisedValueChanged>
<Reference>sample string 1</Reference>
<Surveys>
<SurveyDto>
<Date>sample string 1</Date>
<SurveyID>1</SurveyID>
<TotalScore>1</TotalScore>
<UDFLinks xmlns:d8p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d8p1:UserDefinedFieldLinkDto>
<d8p1:BranchID>1</d8p1:BranchID>
<d8p1:CUAccountID>1</d8p1:CUAccountID>
<d8p1:CUInsurancePolicyID>1</d8p1:CUInsurancePolicyID>
<d8p1:CULoanReviewID>1</d8p1:CULoanReviewID>
<d8p1:CustomerID>1</d8p1:CustomerID>
<d8p1:CustomerTypes>1</d8p1:CustomerTypes>
<d8p1:DateValue>sample string 4</d8p1:DateValue>
<d8p1:FieldCurrency>1</d8p1:FieldCurrency>
<d8p1:FieldName>sample string 3</d8p1:FieldName>
<d8p1:InteractionID>1</d8p1:InteractionID>
<d8p1:Mandatory>true</d8p1:Mandatory>
<d8p1:Mask>sample string 2</d8p1:Mask>
<d8p1:Order>1</d8p1:Order>
<d8p1:ProductID>1</d8p1:ProductID>
<d8p1:ReceiptNo>1</d8p1:ReceiptNo>
<d8p1:SurveyID>1</d8p1:SurveyID>
<d8p1:UDFFieldID>1</d8p1:UDFFieldID>
<d8p1:UDFLinkID>1</d8p1:UDFLinkID>
<d8p1:UDFType>64</d8p1:UDFType>
<d8p1:UniqueField>true</d8p1:UniqueField>
<d8p1:UserDefinedFieldListID>1</d8p1:UserDefinedFieldListID>
<d8p1:ValidateActiveUDF>true</d8p1:ValidateActiveUDF>
<d8p1:Value>sample string 1</d8p1:Value>
</d8p1:UserDefinedFieldLinkDto>
<d8p1:UserDefinedFieldLinkDto>
<d8p1:BranchID>1</d8p1:BranchID>
<d8p1:CUAccountID>1</d8p1:CUAccountID>
<d8p1:CUInsurancePolicyID>1</d8p1:CUInsurancePolicyID>
<d8p1:CULoanReviewID>1</d8p1:CULoanReviewID>
<d8p1:CustomerID>1</d8p1:CustomerID>
<d8p1:CustomerTypes>1</d8p1:CustomerTypes>
<d8p1:DateValue>sample string 4</d8p1:DateValue>
<d8p1:FieldCurrency>1</d8p1:FieldCurrency>
<d8p1:FieldName>sample string 3</d8p1:FieldName>
<d8p1:InteractionID>1</d8p1:InteractionID>
<d8p1:Mandatory>true</d8p1:Mandatory>
<d8p1:Mask>sample string 2</d8p1:Mask>
<d8p1:Order>1</d8p1:Order>
<d8p1:ProductID>1</d8p1:ProductID>
<d8p1:ReceiptNo>1</d8p1:ReceiptNo>
<d8p1:SurveyID>1</d8p1:SurveyID>
<d8p1:UDFFieldID>1</d8p1:UDFFieldID>
<d8p1:UDFLinkID>1</d8p1:UDFLinkID>
<d8p1:UDFType>64</d8p1:UDFType>
<d8p1:UniqueField>true</d8p1:UniqueField>
<d8p1:UserDefinedFieldListID>1</d8p1:UserDefinedFieldListID>
<d8p1:ValidateActiveUDF>true</d8p1:ValidateActiveUDF>
<d8p1:Value>sample string 1</d8p1:Value>
</d8p1:UserDefinedFieldLinkDto>
</UDFLinks>
<UserDefinedFieldGroupID>1</UserDefinedFieldGroupID>
</SurveyDto>
<SurveyDto>
<Date>sample string 1</Date>
<SurveyID>1</SurveyID>
<TotalScore>1</TotalScore>
<UDFLinks xmlns:d8p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d8p1:UserDefinedFieldLinkDto>
<d8p1:BranchID>1</d8p1:BranchID>
<d8p1:CUAccountID>1</d8p1:CUAccountID>
<d8p1:CUInsurancePolicyID>1</d8p1:CUInsurancePolicyID>
<d8p1:CULoanReviewID>1</d8p1:CULoanReviewID>
<d8p1:CustomerID>1</d8p1:CustomerID>
<d8p1:CustomerTypes>1</d8p1:CustomerTypes>
<d8p1:DateValue>sample string 4</d8p1:DateValue>
<d8p1:FieldCurrency>1</d8p1:FieldCurrency>
<d8p1:FieldName>sample string 3</d8p1:FieldName>
<d8p1:InteractionID>1</d8p1:InteractionID>
<d8p1:Mandatory>true</d8p1:Mandatory>
<d8p1:Mask>sample string 2</d8p1:Mask>
<d8p1:Order>1</d8p1:Order>
<d8p1:ProductID>1</d8p1:ProductID>
<d8p1:ReceiptNo>1</d8p1:ReceiptNo>
<d8p1:SurveyID>1</d8p1:SurveyID>
<d8p1:UDFFieldID>1</d8p1:UDFFieldID>
<d8p1:UDFLinkID>1</d8p1:UDFLinkID>
<d8p1:UDFType>64</d8p1:UDFType>
<d8p1:UniqueField>true</d8p1:UniqueField>
<d8p1:UserDefinedFieldListID>1</d8p1:UserDefinedFieldListID>
<d8p1:ValidateActiveUDF>true</d8p1:ValidateActiveUDF>
<d8p1:Value>sample string 1</d8p1:Value>
</d8p1:UserDefinedFieldLinkDto>
<d8p1:UserDefinedFieldLinkDto>
<d8p1:BranchID>1</d8p1:BranchID>
<d8p1:CUAccountID>1</d8p1:CUAccountID>
<d8p1:CUInsurancePolicyID>1</d8p1:CUInsurancePolicyID>
<d8p1:CULoanReviewID>1</d8p1:CULoanReviewID>
<d8p1:CustomerID>1</d8p1:CustomerID>
<d8p1:CustomerTypes>1</d8p1:CustomerTypes>
<d8p1:DateValue>sample string 4</d8p1:DateValue>
<d8p1:FieldCurrency>1</d8p1:FieldCurrency>
<d8p1:FieldName>sample string 3</d8p1:FieldName>
<d8p1:InteractionID>1</d8p1:InteractionID>
<d8p1:Mandatory>true</d8p1:Mandatory>
<d8p1:Mask>sample string 2</d8p1:Mask>
<d8p1:Order>1</d8p1:Order>
<d8p1:ProductID>1</d8p1:ProductID>
<d8p1:ReceiptNo>1</d8p1:ReceiptNo>
<d8p1:SurveyID>1</d8p1:SurveyID>
<d8p1:UDFFieldID>1</d8p1:UDFFieldID>
<d8p1:UDFLinkID>1</d8p1:UDFLinkID>
<d8p1:UDFType>64</d8p1:UDFType>
<d8p1:UniqueField>true</d8p1:UniqueField>
<d8p1:UserDefinedFieldListID>1</d8p1:UserDefinedFieldListID>
<d8p1:ValidateActiveUDF>true</d8p1:ValidateActiveUDF>
<d8p1:Value>sample string 1</d8p1:Value>
</d8p1:UserDefinedFieldLinkDto>
</UDFLinks>
<UserDefinedFieldGroupID>1</UserDefinedFieldGroupID>
</SurveyDto>
</Surveys>
<ValueDate>sample string 3</ValueDate>
<ValuerChanged>true</ValuerChanged>
<ValuerID>64</ValuerID>
<ValuerName>sample string 5</ValuerName>
<WithholdingRate>1.1</WithholdingRate>
<WithholdingRateChanged>true</WithholdingRateChanged>
</CULoanCollateralDto>
<CULoanCollateralDto>
<AccountChanged>true</AccountChanged>
<CUAccountID>1</CUAccountID>
<CULoanCollateralID>1</CULoanCollateralID>
<CULoanCollateralTypeID>1</CULoanCollateralTypeID>
<CULoanID>1</CULoanID>
<CollateralActive>true</CollateralActive>
<CollateralTypeChanged>true</CollateralTypeChanged>
<CustomerID>1</CustomerID>
<Description>sample string 2</Description>
<ExpiryDate>sample string 4</ExpiryDate>
<FixedCost>1</FixedCost>
<FixedValueChanged>true</FixedValueChanged>
<GrossValue>1</GrossValue>
<GrossValueChanged>true</GrossValueChanged>
<NetValue>1</NetValue>
<OriginalGrossValue>1</OriginalGrossValue>
<RealisedValue>1</RealisedValue>
<RealisedValueChanged>true</RealisedValueChanged>
<Reference>sample string 1</Reference>
<Surveys>
<SurveyDto>
<Date>sample string 1</Date>
<SurveyID>1</SurveyID>
<TotalScore>1</TotalScore>
<UDFLinks xmlns:d8p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d8p1:UserDefinedFieldLinkDto>
<d8p1:BranchID>1</d8p1:BranchID>
<d8p1:CUAccountID>1</d8p1:CUAccountID>
<d8p1:CUInsurancePolicyID>1</d8p1:CUInsurancePolicyID>
<d8p1:CULoanReviewID>1</d8p1:CULoanReviewID>
<d8p1:CustomerID>1</d8p1:CustomerID>
<d8p1:CustomerTypes>1</d8p1:CustomerTypes>
<d8p1:DateValue>sample string 4</d8p1:DateValue>
<d8p1:FieldCurrency>1</d8p1:FieldCurrency>
<d8p1:FieldName>sample string 3</d8p1:FieldName>
<d8p1:InteractionID>1</d8p1:InteractionID>
<d8p1:Mandatory>true</d8p1:Mandatory>
<d8p1:Mask>sample string 2</d8p1:Mask>
<d8p1:Order>1</d8p1:Order>
<d8p1:ProductID>1</d8p1:ProductID>
<d8p1:ReceiptNo>1</d8p1:ReceiptNo>
<d8p1:SurveyID>1</d8p1:SurveyID>
<d8p1:UDFFieldID>1</d8p1:UDFFieldID>
<d8p1:UDFLinkID>1</d8p1:UDFLinkID>
<d8p1:UDFType>64</d8p1:UDFType>
<d8p1:UniqueField>true</d8p1:UniqueField>
<d8p1:UserDefinedFieldListID>1</d8p1:UserDefinedFieldListID>
<d8p1:ValidateActiveUDF>true</d8p1:ValidateActiveUDF>
<d8p1:Value>sample string 1</d8p1:Value>
</d8p1:UserDefinedFieldLinkDto>
<d8p1:UserDefinedFieldLinkDto>
<d8p1:BranchID>1</d8p1:BranchID>
<d8p1:CUAccountID>1</d8p1:CUAccountID>
<d8p1:CUInsurancePolicyID>1</d8p1:CUInsurancePolicyID>
<d8p1:CULoanReviewID>1</d8p1:CULoanReviewID>
<d8p1:CustomerID>1</d8p1:CustomerID>
<d8p1:CustomerTypes>1</d8p1:CustomerTypes>
<d8p1:DateValue>sample string 4</d8p1:DateValue>
<d8p1:FieldCurrency>1</d8p1:FieldCurrency>
<d8p1:FieldName>sample string 3</d8p1:FieldName>
<d8p1:InteractionID>1</d8p1:InteractionID>
<d8p1:Mandatory>true</d8p1:Mandatory>
<d8p1:Mask>sample string 2</d8p1:Mask>
<d8p1:Order>1</d8p1:Order>
<d8p1:ProductID>1</d8p1:ProductID>
<d8p1:ReceiptNo>1</d8p1:ReceiptNo>
<d8p1:SurveyID>1</d8p1:SurveyID>
<d8p1:UDFFieldID>1</d8p1:UDFFieldID>
<d8p1:UDFLinkID>1</d8p1:UDFLinkID>
<d8p1:UDFType>64</d8p1:UDFType>
<d8p1:UniqueField>true</d8p1:UniqueField>
<d8p1:UserDefinedFieldListID>1</d8p1:UserDefinedFieldListID>
<d8p1:ValidateActiveUDF>true</d8p1:ValidateActiveUDF>
<d8p1:Value>sample string 1</d8p1:Value>
</d8p1:UserDefinedFieldLinkDto>
</UDFLinks>
<UserDefinedFieldGroupID>1</UserDefinedFieldGroupID>
</SurveyDto>
<SurveyDto>
<Date>sample string 1</Date>
<SurveyID>1</SurveyID>
<TotalScore>1</TotalScore>
<UDFLinks xmlns:d8p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d8p1:UserDefinedFieldLinkDto>
<d8p1:BranchID>1</d8p1:BranchID>
<d8p1:CUAccountID>1</d8p1:CUAccountID>
<d8p1:CUInsurancePolicyID>1</d8p1:CUInsurancePolicyID>
<d8p1:CULoanReviewID>1</d8p1:CULoanReviewID>
<d8p1:CustomerID>1</d8p1:CustomerID>
<d8p1:CustomerTypes>1</d8p1:CustomerTypes>
<d8p1:DateValue>sample string 4</d8p1:DateValue>
<d8p1:FieldCurrency>1</d8p1:FieldCurrency>
<d8p1:FieldName>sample string 3</d8p1:FieldName>
<d8p1:InteractionID>1</d8p1:InteractionID>
<d8p1:Mandatory>true</d8p1:Mandatory>
<d8p1:Mask>sample string 2</d8p1:Mask>
<d8p1:Order>1</d8p1:Order>
<d8p1:ProductID>1</d8p1:ProductID>
<d8p1:ReceiptNo>1</d8p1:ReceiptNo>
<d8p1:SurveyID>1</d8p1:SurveyID>
<d8p1:UDFFieldID>1</d8p1:UDFFieldID>
<d8p1:UDFLinkID>1</d8p1:UDFLinkID>
<d8p1:UDFType>64</d8p1:UDFType>
<d8p1:UniqueField>true</d8p1:UniqueField>
<d8p1:UserDefinedFieldListID>1</d8p1:UserDefinedFieldListID>
<d8p1:ValidateActiveUDF>true</d8p1:ValidateActiveUDF>
<d8p1:Value>sample string 1</d8p1:Value>
</d8p1:UserDefinedFieldLinkDto>
<d8p1:UserDefinedFieldLinkDto>
<d8p1:BranchID>1</d8p1:BranchID>
<d8p1:CUAccountID>1</d8p1:CUAccountID>
<d8p1:CUInsurancePolicyID>1</d8p1:CUInsurancePolicyID>
<d8p1:CULoanReviewID>1</d8p1:CULoanReviewID>
<d8p1:CustomerID>1</d8p1:CustomerID>
<d8p1:CustomerTypes>1</d8p1:CustomerTypes>
<d8p1:DateValue>sample string 4</d8p1:DateValue>
<d8p1:FieldCurrency>1</d8p1:FieldCurrency>
<d8p1:FieldName>sample string 3</d8p1:FieldName>
<d8p1:InteractionID>1</d8p1:InteractionID>
<d8p1:Mandatory>true</d8p1:Mandatory>
<d8p1:Mask>sample string 2</d8p1:Mask>
<d8p1:Order>1</d8p1:Order>
<d8p1:ProductID>1</d8p1:ProductID>
<d8p1:ReceiptNo>1</d8p1:ReceiptNo>
<d8p1:SurveyID>1</d8p1:SurveyID>
<d8p1:UDFFieldID>1</d8p1:UDFFieldID>
<d8p1:UDFLinkID>1</d8p1:UDFLinkID>
<d8p1:UDFType>64</d8p1:UDFType>
<d8p1:UniqueField>true</d8p1:UniqueField>
<d8p1:UserDefinedFieldListID>1</d8p1:UserDefinedFieldListID>
<d8p1:ValidateActiveUDF>true</d8p1:ValidateActiveUDF>
<d8p1:Value>sample string 1</d8p1:Value>
</d8p1:UserDefinedFieldLinkDto>
</UDFLinks>
<UserDefinedFieldGroupID>1</UserDefinedFieldGroupID>
</SurveyDto>
</Surveys>
<ValueDate>sample string 3</ValueDate>
<ValuerChanged>true</ValuerChanged>
<ValuerID>64</ValuerID>
<ValuerName>sample string 5</ValuerName>
<WithholdingRate>1.1</WithholdingRate>
<WithholdingRateChanged>true</WithholdingRateChanged>
</CULoanCollateralDto>
</d3p1:LoanCollaterals>
<d3p1:LoanPart>
<d3p1:BalloonAmount>1</d3p1:BalloonAmount>
<d3p1:BalloonPaymentMethod>Standard</d3p1:BalloonPaymentMethod>
<d3p1:CUInsuranceID>1</d3p1:CUInsuranceID>
<d3p1:CULoanPartID>1</d3p1:CULoanPartID>
<d3p1:CULoanSchedule i:nil="true" />
<d3p1:CalculateInitialPaymentDate>true</d3p1:CalculateInitialPaymentDate>
<d3p1:CapitaliseInterestWhenRefinancing>true</d3p1:CapitaliseInterestWhenRefinancing>
<d3p1:ComplimentaryInterestRate>1.1</d3p1:ComplimentaryInterestRate>
<d3p1:CurrencyID>1</d3p1:CurrencyID>
<d3p1:DayCount>Actual_Actual</d3p1:DayCount>
<d3p1:DevaluationRate>1.1</d3p1:DevaluationRate>
<d3p1:EditedNormalPayment>1</d3p1:EditedNormalPayment>
<d3p1:EffectiveIntRate>1.1</d3p1:EffectiveIntRate>
<d3p1:FeeAmt1>1</d3p1:FeeAmt1>
<d3p1:FeeAmt2>1</d3p1:FeeAmt2>
<d3p1:FinalPaymentDate>sample string 5</d3p1:FinalPaymentDate>
<d3p1:FirstRepaymentOffset>1</d3p1:FirstRepaymentOffset>
<d3p1:GracePeriod>true</d3p1:GracePeriod>
<d3p1:IgnoreOddDays>true</d3p1:IgnoreOddDays>
<d3p1:InitialPaymentDate>sample string 2</d3p1:InitialPaymentDate>
<d3p1:InsurancePremium>1</d3p1:InsurancePremium>
<d3p1:InsurancePremiumRate>1.1</d3p1:InsurancePremiumRate>
<d3p1:InsuredAmount>1</d3p1:InsuredAmount>
<d3p1:InsuredTerm>1</d3p1:InsuredTerm>
<d3p1:IntPayPeriodNum>1</d3p1:IntPayPeriodNum>
<d3p1:InterestRate>1.1</d3p1:InterestRate>
<d3p1:IsReviewed>true</d3p1:IsReviewed>
<d3p1:IssueAmount>1</d3p1:IssueAmount>
<d3p1:IssueDate>sample string 1</d3p1:IssueDate>
<d3p1:IssueFee>1</d3p1:IssueFee>
<d3p1:IssueFeePercentage1>1</d3p1:IssueFeePercentage1>
<d3p1:IssueFeePercentage2>1</d3p1:IssueFeePercentage2>
<d3p1:LevelPayments>true</d3p1:LevelPayments>
<d3p1:LoanAmount>1</d3p1:LoanAmount>
<d3p1:LoanCalculationMode>Repayment</d3p1:LoanCalculationMode>
<d3p1:LoanCalculatorAmountType>LoanAmount</d3p1:LoanCalculatorAmountType>
<d3p1:MandatoryAccID>1</d3p1:MandatoryAccID>
<d3p1:NormalPayment>1</d3p1:NormalPayment>
<d3p1:PaymentsSumUp>true</d3p1:PaymentsSumUp>
<d3p1:PeriodsDeferred>1</d3p1:PeriodsDeferred>
<d3p1:PeriodsDeferredID>LoanDeferredNoGracePeriods</d3p1:PeriodsDeferredID>
<d3p1:RePaymentPeriod>Day</d3p1:RePaymentPeriod>
<d3p1:RePaymentPeriodNum>1</d3p1:RePaymentPeriodNum>
<d3p1:ReferenceNumber>sample string 4</d3p1:ReferenceNumber>
<d3p1:Refinanced>true</d3p1:Refinanced>
<d3p1:RepaymentPeriodID>64</d3p1:RepaymentPeriodID>
<d3p1:ReviewPeriod>Day</d3p1:ReviewPeriod>
<d3p1:ReviewPeriodNum>1</d3p1:ReviewPeriodNum>
<d3p1:SavingsAccID>1</d3p1:SavingsAccID>
<d3p1:SeparateonSchedule>true</d3p1:SeparateonSchedule>
<d3p1:SpecificProvisioningRate>1.1</d3p1:SpecificProvisioningRate>
<d3p1:SpecifiedDay>Sunday</d3p1:SpecifiedDay>
<d3p1:SpecifiedInitialPaymentDate>sample string 3</d3p1:SpecifiedInitialPaymentDate>
<d3p1:TermPeriod>Day</d3p1:TermPeriod>
<d3p1:TermPeriodID>64</d3p1:TermPeriodID>
<d3p1:TermPeriodNum>1</d3p1:TermPeriodNum>
<d3p1:UseScheduleInterest>true</d3p1:UseScheduleInterest>
<d3p1:UseSpecifedDay>true</d3p1:UseSpecifedDay>
<d3p1:WeekNum>First</d3p1:WeekNum>
</d3p1:LoanPart>
<d3p1:LoanReasonID>1</d3p1:LoanReasonID>
<d3p1:LoanSourceOfFundsID>1</d3p1:LoanSourceOfFundsID>
<d3p1:MultipleParts>true</d3p1:MultipleParts>
<d3p1:PaymentCUAccountID>1</d3p1:PaymentCUAccountID>
<d3p1:PaymentCUAccountIsThirdParty>true</d3p1:PaymentCUAccountIsThirdParty>
<d3p1:PaymentCustomerID>1</d3p1:PaymentCustomerID>
<d3p1:Redraw>true</d3p1:Redraw>
<d3p1:RenewalOldCUAccountID>1</d3p1:RenewalOldCUAccountID>
<d3p1:Restructured>true</d3p1:Restructured>
<d3p1:SettlementCUAccountID>1</d3p1:SettlementCUAccountID>
<d3p1:SettlementCUAccountIsThirdParty>true</d3p1:SettlementCUAccountIsThirdParty>
<d3p1:SettlementCustomerID>1</d3p1:SettlementCustomerID>
<d3p1:Status>Apply</d3p1:Status>
<d3p1:TransferAccruedInterestOnly>true</d3p1:TransferAccruedInterestOnly>
<d3p1:TransferSavingsAccountID>1</d3p1:TransferSavingsAccountID>
</LoanApp>
<Name>sample string 1</Name>
<Number>sample string 2</Number>
<PersonID>1</PersonID>
<ProductCode>sample string 10</ProductCode>
<SocialSecurityNumber>sample string 7</SocialSecurityNumber>
<Telephone1>sample string 16</Telephone1>
<Telephone2>sample string 17</Telephone2>
<Telephone3>sample string 18</Telephone3>
</CustomerSearchResultDto>
<CustomerSearchResultDto>
<Address>sample string 14</Address>
<BranchID>1</BranchID>
<BranchName>sample string 3</BranchName>
<CUAccountPortfolioGroupID>1</CUAccountPortfolioGroupID>
<CUAccountPortfolioGroupName>sample string 5</CUAccountPortfolioGroupName>
<Closed>true</Closed>
<CorrespondenceName>sample string 13</CorrespondenceName>
<CurrencyID>12</CurrencyID>
<CustomerID>1</CustomerID>
<CustomerType>Personal</CustomerType>
<DateOfBirth>2019-06-04T21:07:53.6338451-04:00</DateOfBirth>
<DefaultCUAccountPortfolioID>1</DefaultCUAccountPortfolioID>
<DefaultCUAccountPortfolioName>sample string 4</DefaultCUAccountPortfolioName>
<Email>sample string 15</Email>
<GroupName>sample string 8</GroupName>
<InteractionCustomerType>sample string 20</InteractionCustomerType>
<InteractionNumber>sample string 19</InteractionNumber>
<IsLOCProduct>true</IsLOCProduct>
<LoanApp xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.CU">
<d3p1:ApplyAmountTotal>1</d3p1:ApplyAmountTotal>
<d3p1:ApplyDate>sample string 1</d3p1:ApplyDate>
<d3p1:ApplyUserID>1</d3p1:ApplyUserID>
<d3p1:ApproveAmountTotal>1</d3p1:ApproveAmountTotal>
<d3p1:ApproveDate>sample string 2</d3p1:ApproveDate>
<d3p1:CAISFlag>1</d3p1:CAISFlag>
<d3p1:CAISFlagsEquifax>1</d3p1:CAISFlagsEquifax>
<d3p1:CULoanDistrictCodeID>1</d3p1:CULoanDistrictCodeID>
<d3p1:CULoanGuarantorSourceID>1</d3p1:CULoanGuarantorSourceID>
<d3p1:CULoanID>1</d3p1:CULoanID>
<d3p1:CULoanProcesses>
<d3p1:CULoanProcessDto>
<d3p1:CULoanID>1</d3p1:CULoanID>
<d3p1:CULoanProcessID>1</d3p1:CULoanProcessID>
<d3p1:Description>sample string 1</d3p1:Description>
<d3p1:IsChanged>true</d3p1:IsChanged>
<d3p1:IsCompleted>true</d3p1:IsCompleted>
<d3p1:IsModified>true</d3p1:IsModified>
<d3p1:LoanApprovalGroup>1</d3p1:LoanApprovalGroup>
<d3p1:MenuKey>sample string 3</d3p1:MenuKey>
<d3p1:Reference>sample string 2</d3p1:Reference>
</d3p1:CULoanProcessDto>
<d3p1:CULoanProcessDto>
<d3p1:CULoanID>1</d3p1:CULoanID>
<d3p1:CULoanProcessID>1</d3p1:CULoanProcessID>
<d3p1:Description>sample string 1</d3p1:Description>
<d3p1:IsChanged>true</d3p1:IsChanged>
<d3p1:IsCompleted>true</d3p1:IsCompleted>
<d3p1:IsModified>true</d3p1:IsModified>
<d3p1:LoanApprovalGroup>1</d3p1:LoanApprovalGroup>
<d3p1:MenuKey>sample string 3</d3p1:MenuKey>
<d3p1:Reference>sample string 2</d3p1:Reference>
</d3p1:CULoanProcessDto>
</d3p1:CULoanProcesses>
<d3p1:CULoanRefinanceReasonID>1</d3p1:CULoanRefinanceReasonID>
<d3p1:CancelNotes>sample string 3</d3p1:CancelNotes>
<d3p1:CancelReasonID>1</d3p1:CancelReasonID>
<d3p1:CollateralAmount>1</d3p1:CollateralAmount>
<d3p1:ExcludedAssets>1</d3p1:ExcludedAssets>
<d3p1:FinalPartDate>sample string 4</d3p1:FinalPartDate>
<d3p1:LastPanaltyInterestDate>sample string 6</d3p1:LastPanaltyInterestDate>
<d3p1:LastRestructuredDate>sample string 5</d3p1:LastRestructuredDate>
<d3p1:LoanCollaterals>
<CULoanCollateralDto>
<AccountChanged>true</AccountChanged>
<CUAccountID>1</CUAccountID>
<CULoanCollateralID>1</CULoanCollateralID>
<CULoanCollateralTypeID>1</CULoanCollateralTypeID>
<CULoanID>1</CULoanID>
<CollateralActive>true</CollateralActive>
<CollateralTypeChanged>true</CollateralTypeChanged>
<CustomerID>1</CustomerID>
<Description>sample string 2</Description>
<ExpiryDate>sample string 4</ExpiryDate>
<FixedCost>1</FixedCost>
<FixedValueChanged>true</FixedValueChanged>
<GrossValue>1</GrossValue>
<GrossValueChanged>true</GrossValueChanged>
<NetValue>1</NetValue>
<OriginalGrossValue>1</OriginalGrossValue>
<RealisedValue>1</RealisedValue>
<RealisedValueChanged>true</RealisedValueChanged>
<Reference>sample string 1</Reference>
<Surveys>
<SurveyDto>
<Date>sample string 1</Date>
<SurveyID>1</SurveyID>
<TotalScore>1</TotalScore>
<UDFLinks xmlns:d8p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d8p1:UserDefinedFieldLinkDto>
<d8p1:BranchID>1</d8p1:BranchID>
<d8p1:CUAccountID>1</d8p1:CUAccountID>
<d8p1:CUInsurancePolicyID>1</d8p1:CUInsurancePolicyID>
<d8p1:CULoanReviewID>1</d8p1:CULoanReviewID>
<d8p1:CustomerID>1</d8p1:CustomerID>
<d8p1:CustomerTypes>1</d8p1:CustomerTypes>
<d8p1:DateValue>sample string 4</d8p1:DateValue>
<d8p1:FieldCurrency>1</d8p1:FieldCurrency>
<d8p1:FieldName>sample string 3</d8p1:FieldName>
<d8p1:InteractionID>1</d8p1:InteractionID>
<d8p1:Mandatory>true</d8p1:Mandatory>
<d8p1:Mask>sample string 2</d8p1:Mask>
<d8p1:Order>1</d8p1:Order>
<d8p1:ProductID>1</d8p1:ProductID>
<d8p1:ReceiptNo>1</d8p1:ReceiptNo>
<d8p1:SurveyID>1</d8p1:SurveyID>
<d8p1:UDFFieldID>1</d8p1:UDFFieldID>
<d8p1:UDFLinkID>1</d8p1:UDFLinkID>
<d8p1:UDFType>64</d8p1:UDFType>
<d8p1:UniqueField>true</d8p1:UniqueField>
<d8p1:UserDefinedFieldListID>1</d8p1:UserDefinedFieldListID>
<d8p1:ValidateActiveUDF>true</d8p1:ValidateActiveUDF>
<d8p1:Value>sample string 1</d8p1:Value>
</d8p1:UserDefinedFieldLinkDto>
<d8p1:UserDefinedFieldLinkDto>
<d8p1:BranchID>1</d8p1:BranchID>
<d8p1:CUAccountID>1</d8p1:CUAccountID>
<d8p1:CUInsurancePolicyID>1</d8p1:CUInsurancePolicyID>
<d8p1:CULoanReviewID>1</d8p1:CULoanReviewID>
<d8p1:CustomerID>1</d8p1:CustomerID>
<d8p1:CustomerTypes>1</d8p1:CustomerTypes>
<d8p1:DateValue>sample string 4</d8p1:DateValue>
<d8p1:FieldCurrency>1</d8p1:FieldCurrency>
<d8p1:FieldName>sample string 3</d8p1:FieldName>
<d8p1:InteractionID>1</d8p1:InteractionID>
<d8p1:Mandatory>true</d8p1:Mandatory>
<d8p1:Mask>sample string 2</d8p1:Mask>
<d8p1:Order>1</d8p1:Order>
<d8p1:ProductID>1</d8p1:ProductID>
<d8p1:ReceiptNo>1</d8p1:ReceiptNo>
<d8p1:SurveyID>1</d8p1:SurveyID>
<d8p1:UDFFieldID>1</d8p1:UDFFieldID>
<d8p1:UDFLinkID>1</d8p1:UDFLinkID>
<d8p1:UDFType>64</d8p1:UDFType>
<d8p1:UniqueField>true</d8p1:UniqueField>
<d8p1:UserDefinedFieldListID>1</d8p1:UserDefinedFieldListID>
<d8p1:ValidateActiveUDF>true</d8p1:ValidateActiveUDF>
<d8p1:Value>sample string 1</d8p1:Value>
</d8p1:UserDefinedFieldLinkDto>
</UDFLinks>
<UserDefinedFieldGroupID>1</UserDefinedFieldGroupID>
</SurveyDto>
<SurveyDto>
<Date>sample string 1</Date>
<SurveyID>1</SurveyID>
<TotalScore>1</TotalScore>
<UDFLinks xmlns:d8p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d8p1:UserDefinedFieldLinkDto>
<d8p1:BranchID>1</d8p1:BranchID>
<d8p1:CUAccountID>1</d8p1:CUAccountID>
<d8p1:CUInsurancePolicyID>1</d8p1:CUInsurancePolicyID>
<d8p1:CULoanReviewID>1</d8p1:CULoanReviewID>
<d8p1:CustomerID>1</d8p1:CustomerID>
<d8p1:CustomerTypes>1</d8p1:CustomerTypes>
<d8p1:DateValue>sample string 4</d8p1:DateValue>
<d8p1:FieldCurrency>1</d8p1:FieldCurrency>
<d8p1:FieldName>sample string 3</d8p1:FieldName>
<d8p1:InteractionID>1</d8p1:InteractionID>
<d8p1:Mandatory>true</d8p1:Mandatory>
<d8p1:Mask>sample string 2</d8p1:Mask>
<d8p1:Order>1</d8p1:Order>
<d8p1:ProductID>1</d8p1:ProductID>
<d8p1:ReceiptNo>1</d8p1:ReceiptNo>
<d8p1:SurveyID>1</d8p1:SurveyID>
<d8p1:UDFFieldID>1</d8p1:UDFFieldID>
<d8p1:UDFLinkID>1</d8p1:UDFLinkID>
<d8p1:UDFType>64</d8p1:UDFType>
<d8p1:UniqueField>true</d8p1:UniqueField>
<d8p1:UserDefinedFieldListID>1</d8p1:UserDefinedFieldListID>
<d8p1:ValidateActiveUDF>true</d8p1:ValidateActiveUDF>
<d8p1:Value>sample string 1</d8p1:Value>
</d8p1:UserDefinedFieldLinkDto>
<d8p1:UserDefinedFieldLinkDto>
<d8p1:BranchID>1</d8p1:BranchID>
<d8p1:CUAccountID>1</d8p1:CUAccountID>
<d8p1:CUInsurancePolicyID>1</d8p1:CUInsurancePolicyID>
<d8p1:CULoanReviewID>1</d8p1:CULoanReviewID>
<d8p1:CustomerID>1</d8p1:CustomerID>
<d8p1:CustomerTypes>1</d8p1:CustomerTypes>
<d8p1:DateValue>sample string 4</d8p1:DateValue>
<d8p1:FieldCurrency>1</d8p1:FieldCurrency>
<d8p1:FieldName>sample string 3</d8p1:FieldName>
<d8p1:InteractionID>1</d8p1:InteractionID>
<d8p1:Mandatory>true</d8p1:Mandatory>
<d8p1:Mask>sample string 2</d8p1:Mask>
<d8p1:Order>1</d8p1:Order>
<d8p1:ProductID>1</d8p1:ProductID>
<d8p1:ReceiptNo>1</d8p1:ReceiptNo>
<d8p1:SurveyID>1</d8p1:SurveyID>
<d8p1:UDFFieldID>1</d8p1:UDFFieldID>
<d8p1:UDFLinkID>1</d8p1:UDFLinkID>
<d8p1:UDFType>64</d8p1:UDFType>
<d8p1:UniqueField>true</d8p1:UniqueField>
<d8p1:UserDefinedFieldListID>1</d8p1:UserDefinedFieldListID>
<d8p1:ValidateActiveUDF>true</d8p1:ValidateActiveUDF>
<d8p1:Value>sample string 1</d8p1:Value>
</d8p1:UserDefinedFieldLinkDto>
</UDFLinks>
<UserDefinedFieldGroupID>1</UserDefinedFieldGroupID>
</SurveyDto>
</Surveys>
<ValueDate>sample string 3</ValueDate>
<ValuerChanged>true</ValuerChanged>
<ValuerID>64</ValuerID>
<ValuerName>sample string 5</ValuerName>
<WithholdingRate>1.1</WithholdingRate>
<WithholdingRateChanged>true</WithholdingRateChanged>
</CULoanCollateralDto>
<CULoanCollateralDto>
<AccountChanged>true</AccountChanged>
<CUAccountID>1</CUAccountID>
<CULoanCollateralID>1</CULoanCollateralID>
<CULoanCollateralTypeID>1</CULoanCollateralTypeID>
<CULoanID>1</CULoanID>
<CollateralActive>true</CollateralActive>
<CollateralTypeChanged>true</CollateralTypeChanged>
<CustomerID>1</CustomerID>
<Description>sample string 2</Description>
<ExpiryDate>sample string 4</ExpiryDate>
<FixedCost>1</FixedCost>
<FixedValueChanged>true</FixedValueChanged>
<GrossValue>1</GrossValue>
<GrossValueChanged>true</GrossValueChanged>
<NetValue>1</NetValue>
<OriginalGrossValue>1</OriginalGrossValue>
<RealisedValue>1</RealisedValue>
<RealisedValueChanged>true</RealisedValueChanged>
<Reference>sample string 1</Reference>
<Surveys>
<SurveyDto>
<Date>sample string 1</Date>
<SurveyID>1</SurveyID>
<TotalScore>1</TotalScore>
<UDFLinks xmlns:d8p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d8p1:UserDefinedFieldLinkDto>
<d8p1:BranchID>1</d8p1:BranchID>
<d8p1:CUAccountID>1</d8p1:CUAccountID>
<d8p1:CUInsurancePolicyID>1</d8p1:CUInsurancePolicyID>
<d8p1:CULoanReviewID>1</d8p1:CULoanReviewID>
<d8p1:CustomerID>1</d8p1:CustomerID>
<d8p1:CustomerTypes>1</d8p1:CustomerTypes>
<d8p1:DateValue>sample string 4</d8p1:DateValue>
<d8p1:FieldCurrency>1</d8p1:FieldCurrency>
<d8p1:FieldName>sample string 3</d8p1:FieldName>
<d8p1:InteractionID>1</d8p1:InteractionID>
<d8p1:Mandatory>true</d8p1:Mandatory>
<d8p1:Mask>sample string 2</d8p1:Mask>
<d8p1:Order>1</d8p1:Order>
<d8p1:ProductID>1</d8p1:ProductID>
<d8p1:ReceiptNo>1</d8p1:ReceiptNo>
<d8p1:SurveyID>1</d8p1:SurveyID>
<d8p1:UDFFieldID>1</d8p1:UDFFieldID>
<d8p1:UDFLinkID>1</d8p1:UDFLinkID>
<d8p1:UDFType>64</d8p1:UDFType>
<d8p1:UniqueField>true</d8p1:UniqueField>
<d8p1:UserDefinedFieldListID>1</d8p1:UserDefinedFieldListID>
<d8p1:ValidateActiveUDF>true</d8p1:ValidateActiveUDF>
<d8p1:Value>sample string 1</d8p1:Value>
</d8p1:UserDefinedFieldLinkDto>
<d8p1:UserDefinedFieldLinkDto>
<d8p1:BranchID>1</d8p1:BranchID>
<d8p1:CUAccountID>1</d8p1:CUAccountID>
<d8p1:CUInsurancePolicyID>1</d8p1:CUInsurancePolicyID>
<d8p1:CULoanReviewID>1</d8p1:CULoanReviewID>
<d8p1:CustomerID>1</d8p1:CustomerID>
<d8p1:CustomerTypes>1</d8p1:CustomerTypes>
<d8p1:DateValue>sample string 4</d8p1:DateValue>
<d8p1:FieldCurrency>1</d8p1:FieldCurrency>
<d8p1:FieldName>sample string 3</d8p1:FieldName>
<d8p1:InteractionID>1</d8p1:InteractionID>
<d8p1:Mandatory>true</d8p1:Mandatory>
<d8p1:Mask>sample string 2</d8p1:Mask>
<d8p1:Order>1</d8p1:Order>
<d8p1:ProductID>1</d8p1:ProductID>
<d8p1:ReceiptNo>1</d8p1:ReceiptNo>
<d8p1:SurveyID>1</d8p1:SurveyID>
<d8p1:UDFFieldID>1</d8p1:UDFFieldID>
<d8p1:UDFLinkID>1</d8p1:UDFLinkID>
<d8p1:UDFType>64</d8p1:UDFType>
<d8p1:UniqueField>true</d8p1:UniqueField>
<d8p1:UserDefinedFieldListID>1</d8p1:UserDefinedFieldListID>
<d8p1:ValidateActiveUDF>true</d8p1:ValidateActiveUDF>
<d8p1:Value>sample string 1</d8p1:Value>
</d8p1:UserDefinedFieldLinkDto>
</UDFLinks>
<UserDefinedFieldGroupID>1</UserDefinedFieldGroupID>
</SurveyDto>
<SurveyDto>
<Date>sample string 1</Date>
<SurveyID>1</SurveyID>
<TotalScore>1</TotalScore>
<UDFLinks xmlns:d8p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d8p1:UserDefinedFieldLinkDto>
<d8p1:BranchID>1</d8p1:BranchID>
<d8p1:CUAccountID>1</d8p1:CUAccountID>
<d8p1:CUInsurancePolicyID>1</d8p1:CUInsurancePolicyID>
<d8p1:CULoanReviewID>1</d8p1:CULoanReviewID>
<d8p1:CustomerID>1</d8p1:CustomerID>
<d8p1:CustomerTypes>1</d8p1:CustomerTypes>
<d8p1:DateValue>sample string 4</d8p1:DateValue>
<d8p1:FieldCurrency>1</d8p1:FieldCurrency>
<d8p1:FieldName>sample string 3</d8p1:FieldName>
<d8p1:InteractionID>1</d8p1:InteractionID>
<d8p1:Mandatory>true</d8p1:Mandatory>
<d8p1:Mask>sample string 2</d8p1:Mask>
<d8p1:Order>1</d8p1:Order>
<d8p1:ProductID>1</d8p1:ProductID>
<d8p1:ReceiptNo>1</d8p1:ReceiptNo>
<d8p1:SurveyID>1</d8p1:SurveyID>
<d8p1:UDFFieldID>1</d8p1:UDFFieldID>
<d8p1:UDFLinkID>1</d8p1:UDFLinkID>
<d8p1:UDFType>64</d8p1:UDFType>
<d8p1:UniqueField>true</d8p1:UniqueField>
<d8p1:UserDefinedFieldListID>1</d8p1:UserDefinedFieldListID>
<d8p1:ValidateActiveUDF>true</d8p1:ValidateActiveUDF>
<d8p1:Value>sample string 1</d8p1:Value>
</d8p1:UserDefinedFieldLinkDto>
<d8p1:UserDefinedFieldLinkDto>
<d8p1:BranchID>1</d8p1:BranchID>
<d8p1:CUAccountID>1</d8p1:CUAccountID>
<d8p1:CUInsurancePolicyID>1</d8p1:CUInsurancePolicyID>
<d8p1:CULoanReviewID>1</d8p1:CULoanReviewID>
<d8p1:CustomerID>1</d8p1:CustomerID>
<d8p1:CustomerTypes>1</d8p1:CustomerTypes>
<d8p1:DateValue>sample string 4</d8p1:DateValue>
<d8p1:FieldCurrency>1</d8p1:FieldCurrency>
<d8p1:FieldName>sample string 3</d8p1:FieldName>
<d8p1:InteractionID>1</d8p1:InteractionID>
<d8p1:Mandatory>true</d8p1:Mandatory>
<d8p1:Mask>sample string 2</d8p1:Mask>
<d8p1:Order>1</d8p1:Order>
<d8p1:ProductID>1</d8p1:ProductID>
<d8p1:ReceiptNo>1</d8p1:ReceiptNo>
<d8p1:SurveyID>1</d8p1:SurveyID>
<d8p1:UDFFieldID>1</d8p1:UDFFieldID>
<d8p1:UDFLinkID>1</d8p1:UDFLinkID>
<d8p1:UDFType>64</d8p1:UDFType>
<d8p1:UniqueField>true</d8p1:UniqueField>
<d8p1:UserDefinedFieldListID>1</d8p1:UserDefinedFieldListID>
<d8p1:ValidateActiveUDF>true</d8p1:ValidateActiveUDF>
<d8p1:Value>sample string 1</d8p1:Value>
</d8p1:UserDefinedFieldLinkDto>
</UDFLinks>
<UserDefinedFieldGroupID>1</UserDefinedFieldGroupID>
</SurveyDto>
</Surveys>
<ValueDate>sample string 3</ValueDate>
<ValuerChanged>true</ValuerChanged>
<ValuerID>64</ValuerID>
<ValuerName>sample string 5</ValuerName>
<WithholdingRate>1.1</WithholdingRate>
<WithholdingRateChanged>true</WithholdingRateChanged>
</CULoanCollateralDto>
</d3p1:LoanCollaterals>
<d3p1:LoanPart>
<d3p1:BalloonAmount>1</d3p1:BalloonAmount>
<d3p1:BalloonPaymentMethod>Standard</d3p1:BalloonPaymentMethod>
<d3p1:CUInsuranceID>1</d3p1:CUInsuranceID>
<d3p1:CULoanPartID>1</d3p1:CULoanPartID>
<d3p1:CULoanSchedule i:nil="true" />
<d3p1:CalculateInitialPaymentDate>true</d3p1:CalculateInitialPaymentDate>
<d3p1:CapitaliseInterestWhenRefinancing>true</d3p1:CapitaliseInterestWhenRefinancing>
<d3p1:ComplimentaryInterestRate>1.1</d3p1:ComplimentaryInterestRate>
<d3p1:CurrencyID>1</d3p1:CurrencyID>
<d3p1:DayCount>Actual_Actual</d3p1:DayCount>
<d3p1:DevaluationRate>1.1</d3p1:DevaluationRate>
<d3p1:EditedNormalPayment>1</d3p1:EditedNormalPayment>
<d3p1:EffectiveIntRate>1.1</d3p1:EffectiveIntRate>
<d3p1:FeeAmt1>1</d3p1:FeeAmt1>
<d3p1:FeeAmt2>1</d3p1:FeeAmt2>
<d3p1:FinalPaymentDate>sample string 5</d3p1:FinalPaymentDate>
<d3p1:FirstRepaymentOffset>1</d3p1:FirstRepaymentOffset>
<d3p1:GracePeriod>true</d3p1:GracePeriod>
<d3p1:IgnoreOddDays>true</d3p1:IgnoreOddDays>
<d3p1:InitialPaymentDate>sample string 2</d3p1:InitialPaymentDate>
<d3p1:InsurancePremium>1</d3p1:InsurancePremium>
<d3p1:InsurancePremiumRate>1.1</d3p1:InsurancePremiumRate>
<d3p1:InsuredAmount>1</d3p1:InsuredAmount>
<d3p1:InsuredTerm>1</d3p1:InsuredTerm>
<d3p1:IntPayPeriodNum>1</d3p1:IntPayPeriodNum>
<d3p1:InterestRate>1.1</d3p1:InterestRate>
<d3p1:IsReviewed>true</d3p1:IsReviewed>
<d3p1:IssueAmount>1</d3p1:IssueAmount>
<d3p1:IssueDate>sample string 1</d3p1:IssueDate>
<d3p1:IssueFee>1</d3p1:IssueFee>
<d3p1:IssueFeePercentage1>1</d3p1:IssueFeePercentage1>
<d3p1:IssueFeePercentage2>1</d3p1:IssueFeePercentage2>
<d3p1:LevelPayments>true</d3p1:LevelPayments>
<d3p1:LoanAmount>1</d3p1:LoanAmount>
<d3p1:LoanCalculationMode>Repayment</d3p1:LoanCalculationMode>
<d3p1:LoanCalculatorAmountType>LoanAmount</d3p1:LoanCalculatorAmountType>
<d3p1:MandatoryAccID>1</d3p1:MandatoryAccID>
<d3p1:NormalPayment>1</d3p1:NormalPayment>
<d3p1:PaymentsSumUp>true</d3p1:PaymentsSumUp>
<d3p1:PeriodsDeferred>1</d3p1:PeriodsDeferred>
<d3p1:PeriodsDeferredID>LoanDeferredNoGracePeriods</d3p1:PeriodsDeferredID>
<d3p1:RePaymentPeriod>Day</d3p1:RePaymentPeriod>
<d3p1:RePaymentPeriodNum>1</d3p1:RePaymentPeriodNum>
<d3p1:ReferenceNumber>sample string 4</d3p1:ReferenceNumber>
<d3p1:Refinanced>true</d3p1:Refinanced>
<d3p1:RepaymentPeriodID>64</d3p1:RepaymentPeriodID>
<d3p1:ReviewPeriod>Day</d3p1:ReviewPeriod>
<d3p1:ReviewPeriodNum>1</d3p1:ReviewPeriodNum>
<d3p1:SavingsAccID>1</d3p1:SavingsAccID>
<d3p1:SeparateonSchedule>true</d3p1:SeparateonSchedule>
<d3p1:SpecificProvisioningRate>1.1</d3p1:SpecificProvisioningRate>
<d3p1:SpecifiedDay>Sunday</d3p1:SpecifiedDay>
<d3p1:SpecifiedInitialPaymentDate>sample string 3</d3p1:SpecifiedInitialPaymentDate>
<d3p1:TermPeriod>Day</d3p1:TermPeriod>
<d3p1:TermPeriodID>64</d3p1:TermPeriodID>
<d3p1:TermPeriodNum>1</d3p1:TermPeriodNum>
<d3p1:UseScheduleInterest>true</d3p1:UseScheduleInterest>
<d3p1:UseSpecifedDay>true</d3p1:UseSpecifedDay>
<d3p1:WeekNum>First</d3p1:WeekNum>
</d3p1:LoanPart>
<d3p1:LoanReasonID>1</d3p1:LoanReasonID>
<d3p1:LoanSourceOfFundsID>1</d3p1:LoanSourceOfFundsID>
<d3p1:MultipleParts>true</d3p1:MultipleParts>
<d3p1:PaymentCUAccountID>1</d3p1:PaymentCUAccountID>
<d3p1:PaymentCUAccountIsThirdParty>true</d3p1:PaymentCUAccountIsThirdParty>
<d3p1:PaymentCustomerID>1</d3p1:PaymentCustomerID>
<d3p1:Redraw>true</d3p1:Redraw>
<d3p1:RenewalOldCUAccountID>1</d3p1:RenewalOldCUAccountID>
<d3p1:Restructured>true</d3p1:Restructured>
<d3p1:SettlementCUAccountID>1</d3p1:SettlementCUAccountID>
<d3p1:SettlementCUAccountIsThirdParty>true</d3p1:SettlementCUAccountIsThirdParty>
<d3p1:SettlementCustomerID>1</d3p1:SettlementCustomerID>
<d3p1:Status>Apply</d3p1:Status>
<d3p1:TransferAccruedInterestOnly>true</d3p1:TransferAccruedInterestOnly>
<d3p1:TransferSavingsAccountID>1</d3p1:TransferSavingsAccountID>
</LoanApp>
<Name>sample string 1</Name>
<Number>sample string 2</Number>
<PersonID>1</PersonID>
<ProductCode>sample string 10</ProductCode>
<SocialSecurityNumber>sample string 7</SocialSecurityNumber>
<Telephone1>sample string 16</Telephone1>
<Telephone2>sample string 17</Telephone2>
<Telephone3>sample string 18</Telephone3>
</CustomerSearchResultDto>
</ArrayOfCustomerSearchResultDto>