GET api/account
Search accounts based on input parameters.
Requires Authorisation
The api request must supply authenticated token in a custom variable in the request header. The custom variable name is configured in web.config. The default name of the custom variable is “X-Fern-Token”.
Requires Api License and User Access
The api requires license and user permission for API ID, GETapi/account. 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 accounts which match search parameters.
AccountSearchResultDto| Name | Description | Type | Additional information |
|---|---|---|---|
| LoanAccounts |
Represents loans accounts. |
Collection of AccountLoanDto | |
| SavingsAccounts |
Represents savings accounts. |
Collection of SavingsAccountDto |
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"
}
]
}
application/xml
Sample not available.
text/xml
Sample not available.