GET api/customeraccount/search
Get Customer Accounts.
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/customeraccount/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 |
|---|---|---|---|
| Address |
Represents Address Parameters. |
AddressSearch | |
| BranchID |
Unique identifier of a branch. |
integer | |
| CUAccountPortfolioID |
Unique identifier of a portfolio. |
integer | |
| VillageBankID |
Unique identifier of a village bank. |
integer | |
| AccountType |
Account's type (loan or savings or both). |
ProductTypes | |
| ProductID |
Unique identifier of a product. |
integer | |
| CustomerNumbers |
Collection of numbers. |
Collection of string | |
| CustomerID |
Unique Identifier of a customer. |
integer | |
| AccountStatus |
Represents the status of an account. |
AccountStatus | |
| AccountNumber |
Unique Number of an account. |
string | Required, if account/customer id is null. |
| ActiveState |
Indicates Account status, e.g true = active, false = inactive or null = both |
boolean | |
| CurrencyFilter |
Account currencyId. |
integer | |
| IncludeAllInfo |
Represents whether to include custoemr , loan and product information or not. |
boolean | |
| IsShowCancelledLoanAccounts |
Show Cancelled loan accounts. |
boolean | |
| 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 customer accounts which match search parameters.
CustomerAccountsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| LoanAccounts |
Represents loans accounts. |
Collection of AccountLoanDto | |
| SavingsAccounts |
Represents savings accounts. |
Collection of SavingsAccountDto | |
| Accounts |
Represents collection of base account. |
Collection of AccountDto | |
| BadDebt |
Represents whether the customer has any bad debt accounts. |
boolean | |
| ChargeOff |
Represents whether the customer has any charge off loans. |
boolean | |
| HasZeroBalanceLoansWithOutstandingInterestOrFees |
Represents whether the customer has any loans with zero pricipal balance but with interest or fee due. |
boolean | |
| HasInsurancedLoans |
Represents whether the customer has any insuranced loans. |
boolean | |
| HasCancelledLoans |
Represents whether the customer has any cancelled loans. |
boolean | |
| Customer |
Represents Customer Data. |
CustomerDto |
Response Formats
application/json, text/json
{
"loanAccounts": [
{
"communityLoans": [
{
"cuLoanID": 1,
"communityCULoanID": 1,
"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
},
"excluded": true,
"issued": true,
"productLoan": null,
"cuAccountID": 1,
"customerID": 1,
"productId": 1,
"cuAccountPortfolioID": 1,
"drAmount": null,
"crAmount": null,
"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
}
]
}
],
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"description": "sample string 1",
"name": "sample string 2",
"cuAccountRatingID": 1,
"cuAccountIndustryCodeID": 1,
"regularStatements": true,
"statementFrequencyNum": 1,
"statementFrequencyID": 64,
"statementLastRun": "sample string 3",
"currencyId": 1,
"active": true,
"accStatus": 64,
"accountNumber": "sample string 4"
},
{
"cuLoanID": 1,
"communityCULoanID": 1,
"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
},
"excluded": true,
"issued": true,
"productLoan": null,
"cuAccountID": 1,
"customerID": 1,
"productId": 1,
"cuAccountPortfolioID": 1,
"drAmount": null,
"crAmount": null,
"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
}
]
}
],
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"description": "sample string 1",
"name": "sample string 2",
"cuAccountRatingID": 1,
"cuAccountIndustryCodeID": 1,
"regularStatements": true,
"statementFrequencyNum": 1,
"statementFrequencyID": 64,
"statementLastRun": "sample string 3",
"currencyId": 1,
"active": true,
"accStatus": 64,
"accountNumber": "sample string 4"
}
],
"loanGuarantor": [
{
"type": "sample string 1",
"customerID": 1,
"name": "sample string 2",
"description": "sample string 3",
"currencyID": 1,
"amount": 1.0,
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"address3": "sample string 3",
"townCity": "sample string 4",
"county": "sample string 5",
"state": "sample string 6",
"postalCode": "sample string 7",
"country": "sample string 8",
"region": "sample string 9",
"address1ID": 1,
"address2ID": 1,
"address3ID": 1,
"townCityID": 1,
"countyID": 1,
"stateID": 1,
"postalCodeID": 1,
"countryID": 1,
"regionID": 1
},
"loanGuarantorID": 1,
"loanGuarantorTypeID": 1,
"checkActive": true
},
{
"type": "sample string 1",
"customerID": 1,
"name": "sample string 2",
"description": "sample string 3",
"currencyID": 1,
"amount": 1.0,
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"address3": "sample string 3",
"townCity": "sample string 4",
"county": "sample string 5",
"state": "sample string 6",
"postalCode": "sample string 7",
"country": "sample string 8",
"region": "sample string 9",
"address1ID": 1,
"address2ID": 1,
"address3ID": 1,
"townCityID": 1,
"countyID": 1,
"stateID": 1,
"postalCodeID": 1,
"countryID": 1,
"regionID": 1
},
"loanGuarantorID": 1,
"loanGuarantorTypeID": 1,
"checkActive": true
}
],
"cancelReasonID": 1,
"notes": {
"noteID": 1,
"note": "sample string 1",
"userID": 1,
"terminalID": 1,
"creationDate": "sample string 2",
"editDate": "sample string 3"
},
"loanEditScheduleDto": {
"moveSubsequentDates": true,
"recalculateLoanDues": true,
"applySubsequentTotalRepayments": true,
"applySubsequentLoanRepayments": true,
"numberOfRepayments": 1,
"interestPaymentsOnly": true,
"gracePeriod": true,
"adjustLaterPayments": true,
"changeLastPayment": true,
"totalChanged": true,
"dateChanged": true,
"loanSchedule": [
{
"cuAccountID": 1,
"scheduleID": 1,
"cuLoanPartID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"totalRepayment": 1.0,
"feeRepayment": 1.0,
"feeAmtPaid": 1.0,
"udsFeeRepayment": 1.0,
"udsFeePaid": 1.0,
"interestRepayment": 1.0,
"interestAmtPaid": 1.0,
"compIntRepayment": 1.0,
"compIntAmtPaid": 1.0,
"loanRepayment": 1.0,
"loanRepaymentPaid": 1.0,
"balance": 1.0,
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"allPaid": true
},
{
"cuAccountID": 1,
"scheduleID": 1,
"cuLoanPartID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"totalRepayment": 1.0,
"feeRepayment": 1.0,
"feeAmtPaid": 1.0,
"udsFeeRepayment": 1.0,
"udsFeePaid": 1.0,
"interestRepayment": 1.0,
"interestAmtPaid": 1.0,
"compIntRepayment": 1.0,
"compIntAmtPaid": 1.0,
"loanRepayment": 1.0,
"loanRepaymentPaid": 1.0,
"balance": 1.0,
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"allPaid": true
}
],
"loanChanged": true,
"edit": true,
"cuAccountID": 1,
"scheduleID": 1,
"cuLoanPartID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"totalRepayment": 1.0,
"feeRepayment": 1.0,
"feeAmtPaid": 1.0,
"udsFeeRepayment": 1.0,
"udsFeePaid": 1.0,
"interestRepayment": 1.0,
"interestAmtPaid": 1.0,
"compIntRepayment": 1.0,
"compIntAmtPaid": 1.0,
"loanRepayment": 1.0,
"loanRepaymentPaid": 1.0,
"balance": 1.0,
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"allPaid": true
},
"edit": true,
"actualTotalRepayment": 1.0,
"loanAgreementType": 1,
"isCollateralProcessIncluded": true,
"isGuarantorProcessIncluded": true,
"customerFinancialAnalysisLinks": [
{
"customerFinancialAnalysisLinkID": 1,
"cuLoanID": 1,
"categoryID": 1,
"customerFinancialCategoryID": 1,
"value": 1.0
},
{
"customerFinancialAnalysisLinkID": 1,
"cuLoanID": 1,
"categoryID": 1,
"customerFinancialCategoryID": 1,
"value": 1.0
}
],
"loanStatus": 1,
"cuInsuranceID": 1,
"customerExternalLoans": [
{
"customerExternalLoanID": 1,
"customerID": 1,
"currencyID": 1,
"loanType": 1,
"loanName": "sample string 1",
"amountOutstanding": 1.0,
"monthlyRepayments": 1.0,
"finalRepaymentDate": "sample string 2",
"displayMember": "sample string 3"
},
{
"customerExternalLoanID": 1,
"customerID": 1,
"currencyID": 1,
"loanType": 1,
"loanName": "sample string 1",
"amountOutstanding": 1.0,
"monthlyRepayments": 1.0,
"finalRepaymentDate": "sample string 2",
"displayMember": "sample string 3"
}
],
"personEmployee": [
{
"personEmployeeID": 1,
"personID": 1,
"employerID": 1,
"startEmployer": "sample string 1",
"endEmployer": "sample string 2",
"employeeNumber": "sample string 3",
"position": "sample string 4",
"salary": 1.0,
"paymentPeriod": 64,
"currencyID": 1,
"partner": 64,
"startPosition": "sample string 5"
},
{
"personEmployeeID": 1,
"personID": 1,
"employerID": 1,
"startEmployer": "sample string 1",
"endEmployer": "sample string 2",
"employeeNumber": "sample string 3",
"position": "sample string 4",
"salary": 1.0,
"paymentPeriod": 64,
"currencyID": 1,
"partner": 64,
"startPosition": "sample string 5"
}
],
"cuLoanID": 1,
"communityCULoanID": 1,
"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
},
"excluded": true,
"issued": true,
"productLoan": null,
"cuAccountID": 1,
"customerID": 1,
"productId": 1,
"cuAccountPortfolioID": 1,
"drAmount": null,
"crAmount": null,
"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
}
]
}
],
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"description": "sample string 1",
"name": "sample string 2",
"cuAccountRatingID": 1,
"cuAccountIndustryCodeID": 1,
"regularStatements": true,
"statementFrequencyNum": 1,
"statementFrequencyID": 64,
"statementLastRun": "sample string 3",
"currencyId": 1,
"active": true,
"accStatus": 64,
"accountNumber": "sample string 4"
},
{
"communityLoans": [
{
"cuLoanID": 1,
"communityCULoanID": 1,
"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
},
"excluded": true,
"issued": true,
"productLoan": null,
"cuAccountID": 1,
"customerID": 1,
"productId": 1,
"cuAccountPortfolioID": 1,
"drAmount": null,
"crAmount": null,
"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
}
]
}
],
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"description": "sample string 1",
"name": "sample string 2",
"cuAccountRatingID": 1,
"cuAccountIndustryCodeID": 1,
"regularStatements": true,
"statementFrequencyNum": 1,
"statementFrequencyID": 64,
"statementLastRun": "sample string 3",
"currencyId": 1,
"active": true,
"accStatus": 64,
"accountNumber": "sample string 4"
},
{
"cuLoanID": 1,
"communityCULoanID": 1,
"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
},
"excluded": true,
"issued": true,
"productLoan": null,
"cuAccountID": 1,
"customerID": 1,
"productId": 1,
"cuAccountPortfolioID": 1,
"drAmount": null,
"crAmount": null,
"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
}
]
}
],
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"description": "sample string 1",
"name": "sample string 2",
"cuAccountRatingID": 1,
"cuAccountIndustryCodeID": 1,
"regularStatements": true,
"statementFrequencyNum": 1,
"statementFrequencyID": 64,
"statementLastRun": "sample string 3",
"currencyId": 1,
"active": true,
"accStatus": 64,
"accountNumber": "sample string 4"
}
],
"loanGuarantor": [
{
"type": "sample string 1",
"customerID": 1,
"name": "sample string 2",
"description": "sample string 3",
"currencyID": 1,
"amount": 1.0,
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"address3": "sample string 3",
"townCity": "sample string 4",
"county": "sample string 5",
"state": "sample string 6",
"postalCode": "sample string 7",
"country": "sample string 8",
"region": "sample string 9",
"address1ID": 1,
"address2ID": 1,
"address3ID": 1,
"townCityID": 1,
"countyID": 1,
"stateID": 1,
"postalCodeID": 1,
"countryID": 1,
"regionID": 1
},
"loanGuarantorID": 1,
"loanGuarantorTypeID": 1,
"checkActive": true
},
{
"type": "sample string 1",
"customerID": 1,
"name": "sample string 2",
"description": "sample string 3",
"currencyID": 1,
"amount": 1.0,
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"address3": "sample string 3",
"townCity": "sample string 4",
"county": "sample string 5",
"state": "sample string 6",
"postalCode": "sample string 7",
"country": "sample string 8",
"region": "sample string 9",
"address1ID": 1,
"address2ID": 1,
"address3ID": 1,
"townCityID": 1,
"countyID": 1,
"stateID": 1,
"postalCodeID": 1,
"countryID": 1,
"regionID": 1
},
"loanGuarantorID": 1,
"loanGuarantorTypeID": 1,
"checkActive": true
}
],
"cancelReasonID": 1,
"notes": {
"noteID": 1,
"note": "sample string 1",
"userID": 1,
"terminalID": 1,
"creationDate": "sample string 2",
"editDate": "sample string 3"
},
"loanEditScheduleDto": {
"moveSubsequentDates": true,
"recalculateLoanDues": true,
"applySubsequentTotalRepayments": true,
"applySubsequentLoanRepayments": true,
"numberOfRepayments": 1,
"interestPaymentsOnly": true,
"gracePeriod": true,
"adjustLaterPayments": true,
"changeLastPayment": true,
"totalChanged": true,
"dateChanged": true,
"loanSchedule": [
{
"cuAccountID": 1,
"scheduleID": 1,
"cuLoanPartID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"totalRepayment": 1.0,
"feeRepayment": 1.0,
"feeAmtPaid": 1.0,
"udsFeeRepayment": 1.0,
"udsFeePaid": 1.0,
"interestRepayment": 1.0,
"interestAmtPaid": 1.0,
"compIntRepayment": 1.0,
"compIntAmtPaid": 1.0,
"loanRepayment": 1.0,
"loanRepaymentPaid": 1.0,
"balance": 1.0,
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"allPaid": true
},
{
"cuAccountID": 1,
"scheduleID": 1,
"cuLoanPartID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"totalRepayment": 1.0,
"feeRepayment": 1.0,
"feeAmtPaid": 1.0,
"udsFeeRepayment": 1.0,
"udsFeePaid": 1.0,
"interestRepayment": 1.0,
"interestAmtPaid": 1.0,
"compIntRepayment": 1.0,
"compIntAmtPaid": 1.0,
"loanRepayment": 1.0,
"loanRepaymentPaid": 1.0,
"balance": 1.0,
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"allPaid": true
}
],
"loanChanged": true,
"edit": true,
"cuAccountID": 1,
"scheduleID": 1,
"cuLoanPartID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"totalRepayment": 1.0,
"feeRepayment": 1.0,
"feeAmtPaid": 1.0,
"udsFeeRepayment": 1.0,
"udsFeePaid": 1.0,
"interestRepayment": 1.0,
"interestAmtPaid": 1.0,
"compIntRepayment": 1.0,
"compIntAmtPaid": 1.0,
"loanRepayment": 1.0,
"loanRepaymentPaid": 1.0,
"balance": 1.0,
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"allPaid": true
},
"edit": true,
"actualTotalRepayment": 1.0,
"loanAgreementType": 1,
"isCollateralProcessIncluded": true,
"isGuarantorProcessIncluded": true,
"customerFinancialAnalysisLinks": [
{
"customerFinancialAnalysisLinkID": 1,
"cuLoanID": 1,
"categoryID": 1,
"customerFinancialCategoryID": 1,
"value": 1.0
},
{
"customerFinancialAnalysisLinkID": 1,
"cuLoanID": 1,
"categoryID": 1,
"customerFinancialCategoryID": 1,
"value": 1.0
}
],
"loanStatus": 1,
"cuInsuranceID": 1,
"customerExternalLoans": [
{
"customerExternalLoanID": 1,
"customerID": 1,
"currencyID": 1,
"loanType": 1,
"loanName": "sample string 1",
"amountOutstanding": 1.0,
"monthlyRepayments": 1.0,
"finalRepaymentDate": "sample string 2",
"displayMember": "sample string 3"
},
{
"customerExternalLoanID": 1,
"customerID": 1,
"currencyID": 1,
"loanType": 1,
"loanName": "sample string 1",
"amountOutstanding": 1.0,
"monthlyRepayments": 1.0,
"finalRepaymentDate": "sample string 2",
"displayMember": "sample string 3"
}
],
"personEmployee": [
{
"personEmployeeID": 1,
"personID": 1,
"employerID": 1,
"startEmployer": "sample string 1",
"endEmployer": "sample string 2",
"employeeNumber": "sample string 3",
"position": "sample string 4",
"salary": 1.0,
"paymentPeriod": 64,
"currencyID": 1,
"partner": 64,
"startPosition": "sample string 5"
},
{
"personEmployeeID": 1,
"personID": 1,
"employerID": 1,
"startEmployer": "sample string 1",
"endEmployer": "sample string 2",
"employeeNumber": "sample string 3",
"position": "sample string 4",
"salary": 1.0,
"paymentPeriod": 64,
"currencyID": 1,
"partner": 64,
"startPosition": "sample string 5"
}
],
"cuLoanID": 1,
"communityCULoanID": 1,
"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
},
"excluded": true,
"issued": true,
"productLoan": null,
"cuAccountID": 1,
"customerID": 1,
"productId": 1,
"cuAccountPortfolioID": 1,
"drAmount": null,
"crAmount": null,
"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
}
]
}
],
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"description": "sample string 1",
"name": "sample string 2",
"cuAccountRatingID": 1,
"cuAccountIndustryCodeID": 1,
"regularStatements": true,
"statementFrequencyNum": 1,
"statementFrequencyID": 64,
"statementLastRun": "sample string 3",
"currencyId": 1,
"active": true,
"accStatus": 64,
"accountNumber": "sample string 4"
}
],
"savingsAccounts": [
{
"savingsAccountID": 1,
"offsetInterestRate": 1.1,
"moneyLaunderingAnswers": [
{
"moneyLaunderingAnswerID": 1,
"moneyLaunderingQuestionID": 1,
"cuAccountID": 1,
"answer": "sample string 1",
"addDate": "sample string 2",
"addUserID": 1,
"editDate": "sample string 3",
"editUserID": 1
},
{
"moneyLaunderingAnswerID": 1,
"moneyLaunderingQuestionID": 1,
"cuAccountID": 1,
"answer": "sample string 1",
"addDate": "sample string 2",
"addUserID": 1,
"editDate": "sample string 3",
"editUserID": 1
}
],
"termPeriodNum": 1,
"termPeriodID": 64,
"maturityDate": "sample string 1",
"startDate": "sample string 2",
"gracePeriodEndDate": "sample string 3",
"agreedAmount": 1.0,
"rolloverProductID": 1,
"rolloverInstruction": 64,
"rolloverCUAccountID": 1,
"initialPaymentDate": "sample string 4",
"paymentAmount": 1.0,
"paymentPeriodNum": 1,
"paymentPeriodID": 64,
"interestRate": 1.1,
"m_InterestRateOffset": 1.1,
"bonusInterestRate": 1.1,
"feeTargetAccountID": 1,
"interestTargetAccountID": 1,
"riskFreeAmount": 1.0,
"debitCardReference": "sample string 5",
"withdrawalsRequireOverride": true,
"overrideTax": true,
"excludeFromLoanPercentageBlock": true,
"schedule": [
{
"scheduleID": 1,
"cuSavingID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"interestPayment": 1.0,
"interestPaymentPaid": 1.0,
"feePayment": 1.0,
"feePaymentPaid": 1.0,
"taxPayment": 1.0,
"taxPaymentPaid": 1.0,
"balance": 1.0,
"paymentOnlyBalance": 1.0
},
{
"scheduleID": 1,
"cuSavingID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"interestPayment": 1.0,
"interestPaymentPaid": 1.0,
"feePayment": 1.0,
"feePaymentPaid": 1.0,
"taxPayment": 1.0,
"taxPaymentPaid": 1.0,
"balance": 1.0,
"paymentOnlyBalance": 1.0
}
],
"finalValue": 1.0,
"interestPayable": 1.0,
"taxPayable": 1.0,
"normalTransactionLimit": 1.0,
"cuAccountID": 1,
"customerID": 1,
"productId": 1,
"cuAccountPortfolioID": 1,
"drAmount": null,
"crAmount": null,
"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
}
]
}
],
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"description": "sample string 6",
"name": "sample string 7",
"cuAccountRatingID": 1,
"cuAccountIndustryCodeID": 1,
"regularStatements": true,
"statementFrequencyNum": 1,
"statementFrequencyID": 64,
"statementLastRun": "sample string 8",
"currencyId": 1,
"active": true,
"accStatus": 64,
"accountNumber": "sample string 9"
},
{
"savingsAccountID": 1,
"offsetInterestRate": 1.1,
"moneyLaunderingAnswers": [
{
"moneyLaunderingAnswerID": 1,
"moneyLaunderingQuestionID": 1,
"cuAccountID": 1,
"answer": "sample string 1",
"addDate": "sample string 2",
"addUserID": 1,
"editDate": "sample string 3",
"editUserID": 1
},
{
"moneyLaunderingAnswerID": 1,
"moneyLaunderingQuestionID": 1,
"cuAccountID": 1,
"answer": "sample string 1",
"addDate": "sample string 2",
"addUserID": 1,
"editDate": "sample string 3",
"editUserID": 1
}
],
"termPeriodNum": 1,
"termPeriodID": 64,
"maturityDate": "sample string 1",
"startDate": "sample string 2",
"gracePeriodEndDate": "sample string 3",
"agreedAmount": 1.0,
"rolloverProductID": 1,
"rolloverInstruction": 64,
"rolloverCUAccountID": 1,
"initialPaymentDate": "sample string 4",
"paymentAmount": 1.0,
"paymentPeriodNum": 1,
"paymentPeriodID": 64,
"interestRate": 1.1,
"m_InterestRateOffset": 1.1,
"bonusInterestRate": 1.1,
"feeTargetAccountID": 1,
"interestTargetAccountID": 1,
"riskFreeAmount": 1.0,
"debitCardReference": "sample string 5",
"withdrawalsRequireOverride": true,
"overrideTax": true,
"excludeFromLoanPercentageBlock": true,
"schedule": [
{
"scheduleID": 1,
"cuSavingID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"interestPayment": 1.0,
"interestPaymentPaid": 1.0,
"feePayment": 1.0,
"feePaymentPaid": 1.0,
"taxPayment": 1.0,
"taxPaymentPaid": 1.0,
"balance": 1.0,
"paymentOnlyBalance": 1.0
},
{
"scheduleID": 1,
"cuSavingID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"interestPayment": 1.0,
"interestPaymentPaid": 1.0,
"feePayment": 1.0,
"feePaymentPaid": 1.0,
"taxPayment": 1.0,
"taxPaymentPaid": 1.0,
"balance": 1.0,
"paymentOnlyBalance": 1.0
}
],
"finalValue": 1.0,
"interestPayable": 1.0,
"taxPayable": 1.0,
"normalTransactionLimit": 1.0,
"cuAccountID": 1,
"customerID": 1,
"productId": 1,
"cuAccountPortfolioID": 1,
"drAmount": null,
"crAmount": null,
"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
}
]
}
],
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"description": "sample string 6",
"name": "sample string 7",
"cuAccountRatingID": 1,
"cuAccountIndustryCodeID": 1,
"regularStatements": true,
"statementFrequencyNum": 1,
"statementFrequencyID": 64,
"statementLastRun": "sample string 8",
"currencyId": 1,
"active": true,
"accStatus": 64,
"accountNumber": "sample string 9"
}
],
"accounts": [
{
"communityLoans": [
{
"cuLoanID": 1,
"communityCULoanID": 1,
"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
},
"excluded": true,
"issued": true,
"productLoan": null,
"cuAccountID": 1,
"customerID": 1,
"productId": 1,
"cuAccountPortfolioID": 1,
"drAmount": null,
"crAmount": null,
"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
}
]
}
],
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"description": "sample string 1",
"name": "sample string 2",
"cuAccountRatingID": 1,
"cuAccountIndustryCodeID": 1,
"regularStatements": true,
"statementFrequencyNum": 1,
"statementFrequencyID": 64,
"statementLastRun": "sample string 3",
"currencyId": 1,
"active": true,
"accStatus": 64,
"accountNumber": "sample string 4"
},
{
"cuLoanID": 1,
"communityCULoanID": 1,
"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
},
"excluded": true,
"issued": true,
"productLoan": null,
"cuAccountID": 1,
"customerID": 1,
"productId": 1,
"cuAccountPortfolioID": 1,
"drAmount": null,
"crAmount": null,
"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
}
]
}
],
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"description": "sample string 1",
"name": "sample string 2",
"cuAccountRatingID": 1,
"cuAccountIndustryCodeID": 1,
"regularStatements": true,
"statementFrequencyNum": 1,
"statementFrequencyID": 64,
"statementLastRun": "sample string 3",
"currencyId": 1,
"active": true,
"accStatus": 64,
"accountNumber": "sample string 4"
}
],
"loanGuarantor": [
{
"type": "sample string 1",
"customerID": 1,
"name": "sample string 2",
"description": "sample string 3",
"currencyID": 1,
"amount": 1.0,
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"address3": "sample string 3",
"townCity": "sample string 4",
"county": "sample string 5",
"state": "sample string 6",
"postalCode": "sample string 7",
"country": "sample string 8",
"region": "sample string 9",
"address1ID": 1,
"address2ID": 1,
"address3ID": 1,
"townCityID": 1,
"countyID": 1,
"stateID": 1,
"postalCodeID": 1,
"countryID": 1,
"regionID": 1
},
"loanGuarantorID": 1,
"loanGuarantorTypeID": 1,
"checkActive": true
},
{
"type": "sample string 1",
"customerID": 1,
"name": "sample string 2",
"description": "sample string 3",
"currencyID": 1,
"amount": 1.0,
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"address3": "sample string 3",
"townCity": "sample string 4",
"county": "sample string 5",
"state": "sample string 6",
"postalCode": "sample string 7",
"country": "sample string 8",
"region": "sample string 9",
"address1ID": 1,
"address2ID": 1,
"address3ID": 1,
"townCityID": 1,
"countyID": 1,
"stateID": 1,
"postalCodeID": 1,
"countryID": 1,
"regionID": 1
},
"loanGuarantorID": 1,
"loanGuarantorTypeID": 1,
"checkActive": true
}
],
"cancelReasonID": 1,
"notes": {
"noteID": 1,
"note": "sample string 1",
"userID": 1,
"terminalID": 1,
"creationDate": "sample string 2",
"editDate": "sample string 3"
},
"loanEditScheduleDto": {
"moveSubsequentDates": true,
"recalculateLoanDues": true,
"applySubsequentTotalRepayments": true,
"applySubsequentLoanRepayments": true,
"numberOfRepayments": 1,
"interestPaymentsOnly": true,
"gracePeriod": true,
"adjustLaterPayments": true,
"changeLastPayment": true,
"totalChanged": true,
"dateChanged": true,
"loanSchedule": [
{
"cuAccountID": 1,
"scheduleID": 1,
"cuLoanPartID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"totalRepayment": 1.0,
"feeRepayment": 1.0,
"feeAmtPaid": 1.0,
"udsFeeRepayment": 1.0,
"udsFeePaid": 1.0,
"interestRepayment": 1.0,
"interestAmtPaid": 1.0,
"compIntRepayment": 1.0,
"compIntAmtPaid": 1.0,
"loanRepayment": 1.0,
"loanRepaymentPaid": 1.0,
"balance": 1.0,
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"allPaid": true
},
{
"cuAccountID": 1,
"scheduleID": 1,
"cuLoanPartID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"totalRepayment": 1.0,
"feeRepayment": 1.0,
"feeAmtPaid": 1.0,
"udsFeeRepayment": 1.0,
"udsFeePaid": 1.0,
"interestRepayment": 1.0,
"interestAmtPaid": 1.0,
"compIntRepayment": 1.0,
"compIntAmtPaid": 1.0,
"loanRepayment": 1.0,
"loanRepaymentPaid": 1.0,
"balance": 1.0,
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"allPaid": true
}
],
"loanChanged": true,
"edit": true,
"cuAccountID": 1,
"scheduleID": 1,
"cuLoanPartID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"totalRepayment": 1.0,
"feeRepayment": 1.0,
"feeAmtPaid": 1.0,
"udsFeeRepayment": 1.0,
"udsFeePaid": 1.0,
"interestRepayment": 1.0,
"interestAmtPaid": 1.0,
"compIntRepayment": 1.0,
"compIntAmtPaid": 1.0,
"loanRepayment": 1.0,
"loanRepaymentPaid": 1.0,
"balance": 1.0,
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"allPaid": true
},
"edit": true,
"actualTotalRepayment": 1.0,
"loanAgreementType": 1,
"isCollateralProcessIncluded": true,
"isGuarantorProcessIncluded": true,
"customerFinancialAnalysisLinks": [
{
"customerFinancialAnalysisLinkID": 1,
"cuLoanID": 1,
"categoryID": 1,
"customerFinancialCategoryID": 1,
"value": 1.0
},
{
"customerFinancialAnalysisLinkID": 1,
"cuLoanID": 1,
"categoryID": 1,
"customerFinancialCategoryID": 1,
"value": 1.0
}
],
"loanStatus": 1,
"cuInsuranceID": 1,
"customerExternalLoans": [
{
"customerExternalLoanID": 1,
"customerID": 1,
"currencyID": 1,
"loanType": 1,
"loanName": "sample string 1",
"amountOutstanding": 1.0,
"monthlyRepayments": 1.0,
"finalRepaymentDate": "sample string 2",
"displayMember": "sample string 3"
},
{
"customerExternalLoanID": 1,
"customerID": 1,
"currencyID": 1,
"loanType": 1,
"loanName": "sample string 1",
"amountOutstanding": 1.0,
"monthlyRepayments": 1.0,
"finalRepaymentDate": "sample string 2",
"displayMember": "sample string 3"
}
],
"personEmployee": [
{
"personEmployeeID": 1,
"personID": 1,
"employerID": 1,
"startEmployer": "sample string 1",
"endEmployer": "sample string 2",
"employeeNumber": "sample string 3",
"position": "sample string 4",
"salary": 1.0,
"paymentPeriod": 64,
"currencyID": 1,
"partner": 64,
"startPosition": "sample string 5"
},
{
"personEmployeeID": 1,
"personID": 1,
"employerID": 1,
"startEmployer": "sample string 1",
"endEmployer": "sample string 2",
"employeeNumber": "sample string 3",
"position": "sample string 4",
"salary": 1.0,
"paymentPeriod": 64,
"currencyID": 1,
"partner": 64,
"startPosition": "sample string 5"
}
],
"cuLoanID": 1,
"communityCULoanID": 1,
"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
},
"excluded": true,
"issued": true,
"productLoan": null,
"cuAccountID": 1,
"customerID": 1,
"productId": 1,
"cuAccountPortfolioID": 1,
"drAmount": null,
"crAmount": null,
"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
}
]
}
],
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"description": "sample string 1",
"name": "sample string 2",
"cuAccountRatingID": 1,
"cuAccountIndustryCodeID": 1,
"regularStatements": true,
"statementFrequencyNum": 1,
"statementFrequencyID": 64,
"statementLastRun": "sample string 3",
"currencyId": 1,
"active": true,
"accStatus": 64,
"accountNumber": "sample string 4"
},
{
"communityLoans": [
{
"cuLoanID": 1,
"communityCULoanID": 1,
"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
},
"excluded": true,
"issued": true,
"productLoan": null,
"cuAccountID": 1,
"customerID": 1,
"productId": 1,
"cuAccountPortfolioID": 1,
"drAmount": null,
"crAmount": null,
"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
}
]
}
],
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"description": "sample string 1",
"name": "sample string 2",
"cuAccountRatingID": 1,
"cuAccountIndustryCodeID": 1,
"regularStatements": true,
"statementFrequencyNum": 1,
"statementFrequencyID": 64,
"statementLastRun": "sample string 3",
"currencyId": 1,
"active": true,
"accStatus": 64,
"accountNumber": "sample string 4"
},
{
"cuLoanID": 1,
"communityCULoanID": 1,
"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
},
"excluded": true,
"issued": true,
"productLoan": null,
"cuAccountID": 1,
"customerID": 1,
"productId": 1,
"cuAccountPortfolioID": 1,
"drAmount": null,
"crAmount": null,
"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
}
]
}
],
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"description": "sample string 1",
"name": "sample string 2",
"cuAccountRatingID": 1,
"cuAccountIndustryCodeID": 1,
"regularStatements": true,
"statementFrequencyNum": 1,
"statementFrequencyID": 64,
"statementLastRun": "sample string 3",
"currencyId": 1,
"active": true,
"accStatus": 64,
"accountNumber": "sample string 4"
}
],
"loanGuarantor": [
{
"type": "sample string 1",
"customerID": 1,
"name": "sample string 2",
"description": "sample string 3",
"currencyID": 1,
"amount": 1.0,
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"address3": "sample string 3",
"townCity": "sample string 4",
"county": "sample string 5",
"state": "sample string 6",
"postalCode": "sample string 7",
"country": "sample string 8",
"region": "sample string 9",
"address1ID": 1,
"address2ID": 1,
"address3ID": 1,
"townCityID": 1,
"countyID": 1,
"stateID": 1,
"postalCodeID": 1,
"countryID": 1,
"regionID": 1
},
"loanGuarantorID": 1,
"loanGuarantorTypeID": 1,
"checkActive": true
},
{
"type": "sample string 1",
"customerID": 1,
"name": "sample string 2",
"description": "sample string 3",
"currencyID": 1,
"amount": 1.0,
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"address3": "sample string 3",
"townCity": "sample string 4",
"county": "sample string 5",
"state": "sample string 6",
"postalCode": "sample string 7",
"country": "sample string 8",
"region": "sample string 9",
"address1ID": 1,
"address2ID": 1,
"address3ID": 1,
"townCityID": 1,
"countyID": 1,
"stateID": 1,
"postalCodeID": 1,
"countryID": 1,
"regionID": 1
},
"loanGuarantorID": 1,
"loanGuarantorTypeID": 1,
"checkActive": true
}
],
"cancelReasonID": 1,
"notes": {
"noteID": 1,
"note": "sample string 1",
"userID": 1,
"terminalID": 1,
"creationDate": "sample string 2",
"editDate": "sample string 3"
},
"loanEditScheduleDto": {
"moveSubsequentDates": true,
"recalculateLoanDues": true,
"applySubsequentTotalRepayments": true,
"applySubsequentLoanRepayments": true,
"numberOfRepayments": 1,
"interestPaymentsOnly": true,
"gracePeriod": true,
"adjustLaterPayments": true,
"changeLastPayment": true,
"totalChanged": true,
"dateChanged": true,
"loanSchedule": [
{
"cuAccountID": 1,
"scheduleID": 1,
"cuLoanPartID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"totalRepayment": 1.0,
"feeRepayment": 1.0,
"feeAmtPaid": 1.0,
"udsFeeRepayment": 1.0,
"udsFeePaid": 1.0,
"interestRepayment": 1.0,
"interestAmtPaid": 1.0,
"compIntRepayment": 1.0,
"compIntAmtPaid": 1.0,
"loanRepayment": 1.0,
"loanRepaymentPaid": 1.0,
"balance": 1.0,
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"allPaid": true
},
{
"cuAccountID": 1,
"scheduleID": 1,
"cuLoanPartID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"totalRepayment": 1.0,
"feeRepayment": 1.0,
"feeAmtPaid": 1.0,
"udsFeeRepayment": 1.0,
"udsFeePaid": 1.0,
"interestRepayment": 1.0,
"interestAmtPaid": 1.0,
"compIntRepayment": 1.0,
"compIntAmtPaid": 1.0,
"loanRepayment": 1.0,
"loanRepaymentPaid": 1.0,
"balance": 1.0,
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"allPaid": true
}
],
"loanChanged": true,
"edit": true,
"cuAccountID": 1,
"scheduleID": 1,
"cuLoanPartID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"totalRepayment": 1.0,
"feeRepayment": 1.0,
"feeAmtPaid": 1.0,
"udsFeeRepayment": 1.0,
"udsFeePaid": 1.0,
"interestRepayment": 1.0,
"interestAmtPaid": 1.0,
"compIntRepayment": 1.0,
"compIntAmtPaid": 1.0,
"loanRepayment": 1.0,
"loanRepaymentPaid": 1.0,
"balance": 1.0,
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"allPaid": true
},
"edit": true,
"actualTotalRepayment": 1.0,
"loanAgreementType": 1,
"isCollateralProcessIncluded": true,
"isGuarantorProcessIncluded": true,
"customerFinancialAnalysisLinks": [
{
"customerFinancialAnalysisLinkID": 1,
"cuLoanID": 1,
"categoryID": 1,
"customerFinancialCategoryID": 1,
"value": 1.0
},
{
"customerFinancialAnalysisLinkID": 1,
"cuLoanID": 1,
"categoryID": 1,
"customerFinancialCategoryID": 1,
"value": 1.0
}
],
"loanStatus": 1,
"cuInsuranceID": 1,
"customerExternalLoans": [
{
"customerExternalLoanID": 1,
"customerID": 1,
"currencyID": 1,
"loanType": 1,
"loanName": "sample string 1",
"amountOutstanding": 1.0,
"monthlyRepayments": 1.0,
"finalRepaymentDate": "sample string 2",
"displayMember": "sample string 3"
},
{
"customerExternalLoanID": 1,
"customerID": 1,
"currencyID": 1,
"loanType": 1,
"loanName": "sample string 1",
"amountOutstanding": 1.0,
"monthlyRepayments": 1.0,
"finalRepaymentDate": "sample string 2",
"displayMember": "sample string 3"
}
],
"personEmployee": [
{
"personEmployeeID": 1,
"personID": 1,
"employerID": 1,
"startEmployer": "sample string 1",
"endEmployer": "sample string 2",
"employeeNumber": "sample string 3",
"position": "sample string 4",
"salary": 1.0,
"paymentPeriod": 64,
"currencyID": 1,
"partner": 64,
"startPosition": "sample string 5"
},
{
"personEmployeeID": 1,
"personID": 1,
"employerID": 1,
"startEmployer": "sample string 1",
"endEmployer": "sample string 2",
"employeeNumber": "sample string 3",
"position": "sample string 4",
"salary": 1.0,
"paymentPeriod": 64,
"currencyID": 1,
"partner": 64,
"startPosition": "sample string 5"
}
],
"cuLoanID": 1,
"communityCULoanID": 1,
"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
},
"excluded": true,
"issued": true,
"productLoan": null,
"cuAccountID": 1,
"customerID": 1,
"productId": 1,
"cuAccountPortfolioID": 1,
"drAmount": null,
"crAmount": null,
"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
}
]
}
],
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"description": "sample string 1",
"name": "sample string 2",
"cuAccountRatingID": 1,
"cuAccountIndustryCodeID": 1,
"regularStatements": true,
"statementFrequencyNum": 1,
"statementFrequencyID": 64,
"statementLastRun": "sample string 3",
"currencyId": 1,
"active": true,
"accStatus": 64,
"accountNumber": "sample string 4"
},
{
"savingsAccountID": 1,
"offsetInterestRate": 1.1,
"moneyLaunderingAnswers": [
{
"moneyLaunderingAnswerID": 1,
"moneyLaunderingQuestionID": 1,
"cuAccountID": 1,
"answer": "sample string 1",
"addDate": "sample string 2",
"addUserID": 1,
"editDate": "sample string 3",
"editUserID": 1
},
{
"moneyLaunderingAnswerID": 1,
"moneyLaunderingQuestionID": 1,
"cuAccountID": 1,
"answer": "sample string 1",
"addDate": "sample string 2",
"addUserID": 1,
"editDate": "sample string 3",
"editUserID": 1
}
],
"termPeriodNum": 1,
"termPeriodID": 64,
"maturityDate": "sample string 1",
"startDate": "sample string 2",
"gracePeriodEndDate": "sample string 3",
"agreedAmount": 1.0,
"rolloverProductID": 1,
"rolloverInstruction": 64,
"rolloverCUAccountID": 1,
"initialPaymentDate": "sample string 4",
"paymentAmount": 1.0,
"paymentPeriodNum": 1,
"paymentPeriodID": 64,
"interestRate": 1.1,
"m_InterestRateOffset": 1.1,
"bonusInterestRate": 1.1,
"feeTargetAccountID": 1,
"interestTargetAccountID": 1,
"riskFreeAmount": 1.0,
"debitCardReference": "sample string 5",
"withdrawalsRequireOverride": true,
"overrideTax": true,
"excludeFromLoanPercentageBlock": true,
"schedule": [
{
"scheduleID": 1,
"cuSavingID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"interestPayment": 1.0,
"interestPaymentPaid": 1.0,
"feePayment": 1.0,
"feePaymentPaid": 1.0,
"taxPayment": 1.0,
"taxPaymentPaid": 1.0,
"balance": 1.0,
"paymentOnlyBalance": 1.0
},
{
"scheduleID": 1,
"cuSavingID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"interestPayment": 1.0,
"interestPaymentPaid": 1.0,
"feePayment": 1.0,
"feePaymentPaid": 1.0,
"taxPayment": 1.0,
"taxPaymentPaid": 1.0,
"balance": 1.0,
"paymentOnlyBalance": 1.0
}
],
"finalValue": 1.0,
"interestPayable": 1.0,
"taxPayable": 1.0,
"normalTransactionLimit": 1.0,
"cuAccountID": 1,
"customerID": 1,
"productId": 1,
"cuAccountPortfolioID": 1,
"drAmount": null,
"crAmount": null,
"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
}
]
}
],
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"description": "sample string 6",
"name": "sample string 7",
"cuAccountRatingID": 1,
"cuAccountIndustryCodeID": 1,
"regularStatements": true,
"statementFrequencyNum": 1,
"statementFrequencyID": 64,
"statementLastRun": "sample string 8",
"currencyId": 1,
"active": true,
"accStatus": 64,
"accountNumber": "sample string 9"
},
{
"savingsAccountID": 1,
"offsetInterestRate": 1.1,
"moneyLaunderingAnswers": [
{
"moneyLaunderingAnswerID": 1,
"moneyLaunderingQuestionID": 1,
"cuAccountID": 1,
"answer": "sample string 1",
"addDate": "sample string 2",
"addUserID": 1,
"editDate": "sample string 3",
"editUserID": 1
},
{
"moneyLaunderingAnswerID": 1,
"moneyLaunderingQuestionID": 1,
"cuAccountID": 1,
"answer": "sample string 1",
"addDate": "sample string 2",
"addUserID": 1,
"editDate": "sample string 3",
"editUserID": 1
}
],
"termPeriodNum": 1,
"termPeriodID": 64,
"maturityDate": "sample string 1",
"startDate": "sample string 2",
"gracePeriodEndDate": "sample string 3",
"agreedAmount": 1.0,
"rolloverProductID": 1,
"rolloverInstruction": 64,
"rolloverCUAccountID": 1,
"initialPaymentDate": "sample string 4",
"paymentAmount": 1.0,
"paymentPeriodNum": 1,
"paymentPeriodID": 64,
"interestRate": 1.1,
"m_InterestRateOffset": 1.1,
"bonusInterestRate": 1.1,
"feeTargetAccountID": 1,
"interestTargetAccountID": 1,
"riskFreeAmount": 1.0,
"debitCardReference": "sample string 5",
"withdrawalsRequireOverride": true,
"overrideTax": true,
"excludeFromLoanPercentageBlock": true,
"schedule": [
{
"scheduleID": 1,
"cuSavingID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"interestPayment": 1.0,
"interestPaymentPaid": 1.0,
"feePayment": 1.0,
"feePaymentPaid": 1.0,
"taxPayment": 1.0,
"taxPaymentPaid": 1.0,
"balance": 1.0,
"paymentOnlyBalance": 1.0
},
{
"scheduleID": 1,
"cuSavingID": 1,
"period": 1,
"repaymentDate": "sample string 1",
"savingsPayment": 1.0,
"savingsPaymentPaid": 1.0,
"interestPayment": 1.0,
"interestPaymentPaid": 1.0,
"feePayment": 1.0,
"feePaymentPaid": 1.0,
"taxPayment": 1.0,
"taxPaymentPaid": 1.0,
"balance": 1.0,
"paymentOnlyBalance": 1.0
}
],
"finalValue": 1.0,
"interestPayable": 1.0,
"taxPayable": 1.0,
"normalTransactionLimit": 1.0,
"cuAccountID": 1,
"customerID": 1,
"productId": 1,
"cuAccountPortfolioID": 1,
"drAmount": null,
"crAmount": null,
"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
}
]
}
],
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"description": "sample string 6",
"name": "sample string 7",
"cuAccountRatingID": 1,
"cuAccountIndustryCodeID": 1,
"regularStatements": true,
"statementFrequencyNum": 1,
"statementFrequencyID": 64,
"statementLastRun": "sample string 8",
"currencyId": 1,
"active": true,
"accStatus": 64,
"accountNumber": "sample string 9"
}
],
"badDebt": true,
"chargeOff": true,
"hasZeroBalanceLoansWithOutstandingInterestOrFees": true,
"hasInsurancedLoans": true,
"hasCancelledLoans": true,
"customer": {
"customerID": 1,
"customerType": 1,
"name": "sample string 1",
"number": "sample string 2",
"branchID": 1,
"customerAddress": [
{
"customerAddressID": 1,
"customerID": 1,
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"address3": "sample string 3",
"townCity": "sample string 4",
"county": "sample string 5",
"state": "sample string 6",
"postalCode": "sample string 7",
"country": "sample string 8",
"region": "sample string 9",
"address1ID": 1,
"address2ID": 1,
"address3ID": 1,
"townCityID": 1,
"countyID": 1,
"stateID": 1,
"postalCodeID": 1,
"countryID": 1,
"regionID": 1
},
"addressTypeID": 1,
"dateMovedIn": "sample string 1",
"dateMovedOut": "sample string 2",
"isPrimary": true
},
{
"customerAddressID": 1,
"customerID": 1,
"address": {
"address1": "sample string 1",
"address2": "sample string 2",
"address3": "sample string 3",
"townCity": "sample string 4",
"county": "sample string 5",
"state": "sample string 6",
"postalCode": "sample string 7",
"country": "sample string 8",
"region": "sample string 9",
"address1ID": 1,
"address2ID": 1,
"address3ID": 1,
"townCityID": 1,
"countyID": 1,
"stateID": 1,
"postalCodeID": 1,
"countryID": 1,
"regionID": 1
},
"addressTypeID": 1,
"dateMovedIn": "sample string 1",
"dateMovedOut": "sample string 2",
"isPrimary": true
}
],
"persons": [
{
"personID": 1,
"title": 64,
"gender": 64,
"forenamePartOne": "sample string 1",
"forenamePartTwo": "sample string 2",
"forenamePartThree": "sample string 3",
"surname": "sample string 4",
"socialSecurityNumber": "sample string 5",
"drivingLicenceNumber": "sample string 6",
"dateOfBirth": "sample string 7",
"telephone1": "sample string 8",
"telephone2": "sample string 9",
"telephone3": "sample string 10",
"smsPin": "sample string 11",
"eMail": "sample string 12",
"fingerPrints": [
{
"valueBase64": "",
"fingerPrintId": 1,
"personID": 1,
"finger": 64,
"pictureID": 1,
"fingerValue": "sample string 1"
},
{
"valueBase64": "",
"fingerPrintId": 1,
"personID": 1,
"finger": 64,
"pictureID": 1,
"fingerValue": "sample string 1"
}
],
"pictureID": 1,
"cardPictureID": 1,
"signatureID": 1,
"employers": [
{
"personEmployeeID": 1,
"personID": 1,
"employerID": 1,
"startEmployer": "sample string 1",
"endEmployer": "sample string 2",
"employeeNumber": "sample string 3",
"position": "sample string 4",
"salary": 1.0,
"paymentPeriod": 64,
"currencyID": 1,
"partner": 64,
"startPosition": "sample string 5"
},
{
"personEmployeeID": 1,
"personID": 1,
"employerID": 1,
"startEmployer": "sample string 1",
"endEmployer": "sample string 2",
"employeeNumber": "sample string 3",
"position": "sample string 4",
"salary": 1.0,
"paymentPeriod": 64,
"currencyID": 1,
"partner": 64,
"startPosition": "sample string 5"
}
],
"monthlyPension": 1.0,
"approvedBenefits": 1.0,
"otherIncome": 1.0,
"monthlyPensionPartner": 1.0,
"approvedBenefitsPartner": 1.0,
"otherIncomePartner": 1.0,
"tempToken": "sample string 13",
"deleteFingerprints": [
"sample string 1",
"sample string 2"
]
},
{
"personID": 1,
"title": 64,
"gender": 64,
"forenamePartOne": "sample string 1",
"forenamePartTwo": "sample string 2",
"forenamePartThree": "sample string 3",
"surname": "sample string 4",
"socialSecurityNumber": "sample string 5",
"drivingLicenceNumber": "sample string 6",
"dateOfBirth": "sample string 7",
"telephone1": "sample string 8",
"telephone2": "sample string 9",
"telephone3": "sample string 10",
"smsPin": "sample string 11",
"eMail": "sample string 12",
"fingerPrints": [
{
"valueBase64": "",
"fingerPrintId": 1,
"personID": 1,
"finger": 64,
"pictureID": 1,
"fingerValue": "sample string 1"
},
{
"valueBase64": "",
"fingerPrintId": 1,
"personID": 1,
"finger": 64,
"pictureID": 1,
"fingerValue": "sample string 1"
}
],
"pictureID": 1,
"cardPictureID": 1,
"signatureID": 1,
"employers": [
{
"personEmployeeID": 1,
"personID": 1,
"employerID": 1,
"startEmployer": "sample string 1",
"endEmployer": "sample string 2",
"employeeNumber": "sample string 3",
"position": "sample string 4",
"salary": 1.0,
"paymentPeriod": 64,
"currencyID": 1,
"partner": 64,
"startPosition": "sample string 5"
},
{
"personEmployeeID": 1,
"personID": 1,
"employerID": 1,
"startEmployer": "sample string 1",
"endEmployer": "sample string 2",
"employeeNumber": "sample string 3",
"position": "sample string 4",
"salary": 1.0,
"paymentPeriod": 64,
"currencyID": 1,
"partner": 64,
"startPosition": "sample string 5"
}
],
"monthlyPension": 1.0,
"approvedBenefits": 1.0,
"otherIncome": 1.0,
"monthlyPensionPartner": 1.0,
"approvedBenefitsPartner": 1.0,
"otherIncomePartner": 1.0,
"tempToken": "sample string 13",
"deleteFingerprints": [
"sample string 1",
"sample string 2"
]
}
],
"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
}
]
}
],
"altName": "sample string 3",
"initialProductId": 1,
"defaultCUAccountPortfolioID": 1,
"status": 1,
"correspondenceName": "sample string 4",
"numberOfActiveLoans": 1,
"customerAddressString": "sample string 5",
"communityCustomers": [
{
"communityID": 1,
"customerID": 1,
"comments": "sample string 1",
"communityStatus": 1,
"customerRole": 1,
"numberOfActiveLoans": 1,
"correspondenceName": "sample string 2"
},
{
"communityID": 1,
"customerID": 1,
"comments": "sample string 1",
"communityStatus": 1,
"customerRole": 1,
"numberOfActiveLoans": 1,
"correspondenceName": "sample string 2"
}
],
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"trackAccsIndividually": true,
"customerHasCommunityLoans": true,
"smsConsentGiven": true,
"smsLoanApprovalAlerts": true,
"smsTransactionAlerts": true,
"dateJoined": "sample string 6",
"miscPersonalID": 1,
"miscAddresssID": 1,
"creditRatingID": 64,
"villageBankID": 1,
"icbConsentGiven": true,
"initialBatchID": 1,
"initialFeeID": 1,
"scvAccountCodeID": 64,
"statementFrequencyID": 64,
"statementFrequencyNum": 1,
"experianConsentGiven": true,
"equifaxConsentGiven": true,
"smsTransactionTypes": 1,
"smsTransactionSources": 1,
"overrideLoanAmountLimits": true,
"bankaccounts": [
{
"bankAccountID": 1,
"bankBranchID": 1,
"bankAccountName": "sample string 1",
"bankAccountNumber": "sample string 2",
"bankAccountType": 1,
"chequeNumber": "sample string 3",
"overdraftLimit": 4.0,
"payTypes": 1,
"isChequeCompulsoryDR": true,
"isChequeCompulsoryCR": true,
"dateOpened": "sample string 5",
"dateClosed": "sample string 6",
"bankID": 1
},
{
"bankAccountID": 1,
"bankBranchID": 1,
"bankAccountName": "sample string 1",
"bankAccountNumber": "sample string 2",
"bankAccountType": 1,
"chequeNumber": "sample string 3",
"overdraftLimit": 4.0,
"payTypes": 1,
"isChequeCompulsoryDR": true,
"isChequeCompulsoryCR": true,
"dateOpened": "sample string 5",
"dateClosed": "sample string 6",
"bankID": 1
}
],
"customerLoanLimits": [
{
"customerLoanLimitID": 1,
"customerID": 1,
"currencyID": 1,
"maximumAmount": 1.0
},
{
"customerLoanLimitID": 1,
"customerID": 1,
"currencyID": 1,
"maximumAmount": 1.0
}
],
"customerRelationships": [
{
"customerRelationshipID": 1,
"relationshipID": 1,
"customerID": 1,
"childCustomerID": 1,
"relationshipListKey": "sample string 1",
"name": "sample string 2",
"directional": true,
"active": true,
"reversed": true
},
{
"customerRelationshipID": 1,
"relationshipID": 1,
"customerID": 1,
"childCustomerID": 1,
"relationshipListKey": "sample string 1",
"name": "sample string 2",
"directional": true,
"active": true,
"reversed": true
}
],
"customerBlackListing": [
{
"customerBlacklistingID": 1,
"customerID": 1,
"addDate": "sample string 1",
"addUserID": 1,
"cuBlacklistStatus": 0,
"cuBlacklistingReasonID": 1
},
{
"customerBlacklistingID": 1,
"customerID": 1,
"addDate": "sample string 1",
"addUserID": 1,
"cuBlacklistStatus": 0,
"cuBlacklistingReasonID": 1
}
],
"regularStatements": true,
"numberOfCommunities": 1,
"organisation": {
"organisationID": 1,
"regNumber": "sample string 1",
"type": 64,
"telephone1": "sample string 2",
"telephone2": "sample string 3",
"fax": "sample string 4",
"webSite": "sample string 5",
"eMail": "sample string 6",
"accountsYearEnd": "sample string 7"
},
"closed": true,
"closedReasonID": 1,
"communities": [
{
"communityID": 1,
"communityName": "sample string 1",
"status": 64,
"customerRole": 1,
"closed": true
},
{
"communityID": 1,
"communityName": "sample string 1",
"status": 64,
"customerRole": 1,
"closed": true
}
],
"rescheduleLoans": true,
"originalVillageBankID": 1
}
}
application/xml
Sample not available.
text/xml
Sample not available.