POST api/transaction/customertransfer
Transfers amount from savings accoount of one customer to other customer's account.
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, POSTapi/transaction/customertransfer. The user permission can be defined on User Settings screen in Abacus. For license, please contact Fern manager.
Request Information
URI Parameters
None.
Body Parameters
Receipt transfer transaction data.
ReceiptCustomerTransferWebDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SavingsWithdrawalDto | ReceiptSavingsWithdrawalWebDto | ||
| LoanRepaymentDto | ReceiptLoanRepaymentWebDto | ||
| SavingsDepositDto | ReceiptSavingsDepositWebDto | ||
| Accounts |
List of accounts. |
Collection of ReceiptLineDto | |
| Fees |
Fees due. |
Collection of FeeLineDto | |
| IsArrears |
Decides whether there is arrears. |
boolean | |
| Arrears |
Description of arrears for account |
string | |
| DaysLate |
How many days late the account. |
integer | |
| Installment |
Number of installments paid vs total |
string | |
| DueDate |
Due date of next Payment. |
string | |
| Payment |
Payment amount of the current Installment. |
string | |
| AccountRating |
Rating of an Account. |
string | |
| Due |
Amount due including currency code. e.g. "US$500.00" |
string | |
| BalanceDate |
BalanceDate for savings accounts |
string | |
| ClearedFunds |
ClearedFunds for savings accounts. |
string | |
| Tendered |
Amount tendered. |
decimal number | |
| Change |
Change to give. |
decimal number | |
| FieldChanged |
Which amount has been changed by the user, e.g. "fees_2_amountPaid" or "tendered" |
string | |
| ReceiptType |
Type of Receipt, e.g. LoanRepayment |
AWReceiptType | |
| Totals |
Totals of opening balance paid and closing balance |
ReceiptLineDto | |
| ReceiptPrintParameters |
Receipt print parameters to print the receipt after successful transaction post. |
ReceiptPrintParams | Required for receipt print. |
| CurrencyID |
Currency ID. |
integer | |
| ArrearsDays |
Arrears days by CUAccountID |
Dictionary of integer [key] and integer [value] | |
| WrittenOffInformation |
When the account's status is bad debt, show written off information |
string | |
| IsTransferAccount | boolean | ||
| IsLoanAccount | boolean | ||
| Insurance |
Insurance line in reversal receipt |
InsuranceLineDto | |
| DontSettleLinkedSavings |
To exclude linked savings payment |
boolean | |
| TempToken |
Token for verification of fingerprint on Android. |
string | |
| CUAccountID |
Unique identifier of an account. Either CUAccountID or AccountNumber id required for receipt adjustment. |
integer | Required. If it is not available, account number is required. |
| AccountNumber |
Account number represent customer's account. Either CUAccountID or AccountNumber id required for receipt adjustment. |
string | Required. If it is not available, CUAccountID is required. |
| Amount |
Transaction amount. Amount is not required for receipt adjustment. |
decimal number | Required. |
| Notes |
Transaction notes which will be added as a reference. |
string | Optional. It will be mandtory for adjustments as per system settings. |
| TransactionOverrides |
Transaction Override details. |
Collection of TransactionOverrideDto | Read-Only. |
| ReceiptNo |
Unique identifier of a receipt. |
integer | Required for reversal and adjustments not for other transactions. |
| ExternalRefNo |
Transaction refernce number for identify external transactions. |
string | Optional.It contains null for all internal transactions |
| OverrideUserName |
User's name who authorize the transaction if the transaction requires override authorization. |
string | Required if there is an override. Optional otherwise. |
| OverridePassword |
Password of the user who authorize the transaction if the transaction requires override authorization. |
string | Required if there is an override. Optional otherwise. |
Request Formats
application/json, text/json
{
"savingsWithdrawalDto": {
"principal": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"interest": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"productTypeID": 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
}
],
"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
}
]
}
],
"errorMessage": "sample string 1",
"status": "sample string 2",
"accounts": [
{
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
{
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
}
],
"fees": [
{
"cuAccountFeeID": 1,
"cuFeeID": 1,
"manuallyAdded": true,
"canEditAmount": true,
"adjustFee": true,
"accountID": 1,
"paid": true,
"charged": true,
"allowAmountChange": true,
"amount": 1.0,
"name": "sample string 5",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"id": "sample string 6"
},
{
"cuAccountFeeID": 1,
"cuFeeID": 1,
"manuallyAdded": true,
"canEditAmount": true,
"adjustFee": true,
"accountID": 1,
"paid": true,
"charged": true,
"allowAmountChange": true,
"amount": 1.0,
"name": "sample string 5",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"id": "sample string 6"
}
],
"isArrears": true,
"arrears": "sample string 4",
"daysLate": 1,
"installment": "sample string 5",
"dueDate": "sample string 6",
"payment": "sample string 7",
"accountRating": "sample string 8",
"due": "sample string 9",
"balanceDate": "sample string 10",
"clearedFunds": "sample string 11",
"tendered": 1.0,
"change": 1.0,
"fieldChanged": "sample string 12",
"receiptType": 1,
"totals": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"receiptPrintParameters": {
"receiptNo": 1,
"branchCode": "sample string 1",
"hideBalance": true,
"reprint": true,
"withCashOutReceipt": true,
"useDefaultFormat": true,
"format": "sample string 3",
"canPrint": true
},
"currencyID": 1,
"arrearsDays": {
"1": 2,
"3": 4
},
"writtenOffInformation": "sample string 13",
"fingerPrintURL": null,
"isTransferAccount": true,
"isLoanAccount": true,
"insurance": {
"cuInsuranceID": 1,
"insuranceDescription": "sample string 1",
"isCash": true,
"insuranceAmount": 1.0,
"name": "sample string 2",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 3"
},
"dontSettleLinkedSavings": true,
"tempToken": "sample string 17",
"cuAccountID": 1,
"accountNumber": "sample string 18",
"amount": 1.0,
"notes": "sample string 19",
"transactionOverrides": [
{
"cuTransactionOverrideID": 1,
"receiptNo": 1,
"cuAccountID": 1,
"overrideType": 64,
"userId": 1,
"terminalID": 1,
"accountInfo": "sample string 1",
"currencyID": 1,
"amount": 1.0,
"description": "sample string 2",
"splitHeaderID": 1,
"message": "sample string 3",
"overrideTypeText": "sample string 4",
"userName": "sample string 5",
"terminalName": "sample string 6",
"password": "sample string 7",
"checked": true,
"authorised": true
},
{
"cuTransactionOverrideID": 1,
"receiptNo": 1,
"cuAccountID": 1,
"overrideType": 64,
"userId": 1,
"terminalID": 1,
"accountInfo": "sample string 1",
"currencyID": 1,
"amount": 1.0,
"description": "sample string 2",
"splitHeaderID": 1,
"message": "sample string 3",
"overrideTypeText": "sample string 4",
"userName": "sample string 5",
"terminalName": "sample string 6",
"password": "sample string 7",
"checked": true,
"authorised": true
}
],
"receiptNo": 1,
"hasOverride": true,
"externalRefNo": "sample string 20",
"overrideUserName": "sample string 21",
"overridePassword": "sample string 22"
},
"loanRepaymentDto": {
"principal": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"interest": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"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
}
]
}
],
"savingsList": [
{
"openingBalance": 1.0,
"closingBalance": 1.0,
"debit": 1.0,
"savingsID": 1,
"accountName": "sample string 1",
"balanceDate": "sample string 2",
"clearedFunds": 1.0,
"allowEdit": true
},
{
"openingBalance": 1.0,
"closingBalance": 1.0,
"debit": 1.0,
"savingsID": 1,
"accountName": "sample string 1",
"balanceDate": "sample string 2",
"clearedFunds": 1.0,
"allowEdit": true
}
],
"accountFeeIDs": {
"sample string 1": [
1,
2
],
"sample string 2": [
1,
2
]
},
"linkedSavings": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"accountName": "sample string 1",
"accounts": [
{
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
{
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
}
],
"fees": [
{
"cuAccountFeeID": 1,
"cuFeeID": 1,
"manuallyAdded": true,
"canEditAmount": true,
"adjustFee": true,
"accountID": 1,
"paid": true,
"charged": true,
"allowAmountChange": true,
"amount": 1.0,
"name": "sample string 5",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"id": "sample string 6"
},
{
"cuAccountFeeID": 1,
"cuFeeID": 1,
"manuallyAdded": true,
"canEditAmount": true,
"adjustFee": true,
"accountID": 1,
"paid": true,
"charged": true,
"allowAmountChange": true,
"amount": 1.0,
"name": "sample string 5",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"id": "sample string 6"
}
],
"isArrears": true,
"arrears": "sample string 3",
"daysLate": 1,
"installment": "sample string 4",
"dueDate": "sample string 5",
"payment": "sample string 6",
"accountRating": "sample string 7",
"due": "sample string 8",
"balanceDate": "sample string 9",
"clearedFunds": "sample string 10",
"tendered": 1.0,
"change": 1.0,
"fieldChanged": "sample string 11",
"receiptType": 1,
"totals": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"receiptPrintParameters": {
"receiptNo": 1,
"branchCode": "sample string 1",
"hideBalance": true,
"reprint": true,
"withCashOutReceipt": true,
"useDefaultFormat": true,
"format": "sample string 3",
"canPrint": true
},
"currencyID": 1,
"arrearsDays": {
"1": 2,
"3": 4
},
"writtenOffInformation": "sample string 12",
"fingerPrintURL": null,
"isTransferAccount": true,
"isLoanAccount": true,
"insurance": {
"cuInsuranceID": 1,
"insuranceDescription": "sample string 1",
"isCash": true,
"insuranceAmount": 1.0,
"name": "sample string 2",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 3"
},
"dontSettleLinkedSavings": true,
"tempToken": "sample string 16",
"cuAccountID": 1,
"accountNumber": "sample string 17",
"amount": 1.0,
"notes": "sample string 18",
"transactionOverrides": [
{
"cuTransactionOverrideID": 1,
"receiptNo": 1,
"cuAccountID": 1,
"overrideType": 64,
"userId": 1,
"terminalID": 1,
"accountInfo": "sample string 1",
"currencyID": 1,
"amount": 1.0,
"description": "sample string 2",
"splitHeaderID": 1,
"message": "sample string 3",
"overrideTypeText": "sample string 4",
"userName": "sample string 5",
"terminalName": "sample string 6",
"password": "sample string 7",
"checked": true,
"authorised": true
},
{
"cuTransactionOverrideID": 1,
"receiptNo": 1,
"cuAccountID": 1,
"overrideType": 64,
"userId": 1,
"terminalID": 1,
"accountInfo": "sample string 1",
"currencyID": 1,
"amount": 1.0,
"description": "sample string 2",
"splitHeaderID": 1,
"message": "sample string 3",
"overrideTypeText": "sample string 4",
"userName": "sample string 5",
"terminalName": "sample string 6",
"password": "sample string 7",
"checked": true,
"authorised": true
}
],
"receiptNo": 1,
"hasOverride": true,
"externalRefNo": "sample string 19",
"overrideUserName": "sample string 20",
"overridePassword": "sample string 21"
},
"savingsDepositDto": {
"principal": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"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
}
]
}
],
"errorMessage": "sample string 1",
"status": "sample string 2",
"accounts": [
{
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
{
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
}
],
"fees": [
{
"cuAccountFeeID": 1,
"cuFeeID": 1,
"manuallyAdded": true,
"canEditAmount": true,
"adjustFee": true,
"accountID": 1,
"paid": true,
"charged": true,
"allowAmountChange": true,
"amount": 1.0,
"name": "sample string 5",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"id": "sample string 6"
},
{
"cuAccountFeeID": 1,
"cuFeeID": 1,
"manuallyAdded": true,
"canEditAmount": true,
"adjustFee": true,
"accountID": 1,
"paid": true,
"charged": true,
"allowAmountChange": true,
"amount": 1.0,
"name": "sample string 5",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"id": "sample string 6"
}
],
"isArrears": true,
"arrears": "sample string 4",
"daysLate": 1,
"installment": "sample string 5",
"dueDate": "sample string 6",
"payment": "sample string 7",
"accountRating": "sample string 8",
"due": "sample string 9",
"balanceDate": "sample string 10",
"clearedFunds": "sample string 11",
"tendered": 1.0,
"change": 1.0,
"fieldChanged": "sample string 12",
"receiptType": 1,
"totals": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"receiptPrintParameters": {
"receiptNo": 1,
"branchCode": "sample string 1",
"hideBalance": true,
"reprint": true,
"withCashOutReceipt": true,
"useDefaultFormat": true,
"format": "sample string 3",
"canPrint": true
},
"currencyID": 1,
"arrearsDays": {
"1": 2,
"3": 4
},
"writtenOffInformation": "sample string 13",
"fingerPrintURL": null,
"isTransferAccount": true,
"isLoanAccount": true,
"insurance": {
"cuInsuranceID": 1,
"insuranceDescription": "sample string 1",
"isCash": true,
"insuranceAmount": 1.0,
"name": "sample string 2",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 3"
},
"dontSettleLinkedSavings": true,
"tempToken": "sample string 17",
"cuAccountID": 1,
"accountNumber": "sample string 18",
"amount": 1.0,
"notes": "sample string 19",
"transactionOverrides": [
{
"cuTransactionOverrideID": 1,
"receiptNo": 1,
"cuAccountID": 1,
"overrideType": 64,
"userId": 1,
"terminalID": 1,
"accountInfo": "sample string 1",
"currencyID": 1,
"amount": 1.0,
"description": "sample string 2",
"splitHeaderID": 1,
"message": "sample string 3",
"overrideTypeText": "sample string 4",
"userName": "sample string 5",
"terminalName": "sample string 6",
"password": "sample string 7",
"checked": true,
"authorised": true
},
{
"cuTransactionOverrideID": 1,
"receiptNo": 1,
"cuAccountID": 1,
"overrideType": 64,
"userId": 1,
"terminalID": 1,
"accountInfo": "sample string 1",
"currencyID": 1,
"amount": 1.0,
"description": "sample string 2",
"splitHeaderID": 1,
"message": "sample string 3",
"overrideTypeText": "sample string 4",
"userName": "sample string 5",
"terminalName": "sample string 6",
"password": "sample string 7",
"checked": true,
"authorised": true
}
],
"receiptNo": 1,
"hasOverride": true,
"externalRefNo": "sample string 20",
"overrideUserName": "sample string 21",
"overridePassword": "sample string 22"
},
"accounts": [
{
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
{
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
}
],
"fees": [
{
"cuAccountFeeID": 1,
"cuFeeID": 1,
"manuallyAdded": true,
"canEditAmount": true,
"adjustFee": true,
"accountID": 1,
"paid": true,
"charged": true,
"allowAmountChange": true,
"amount": 1.0,
"name": "sample string 5",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"id": "sample string 6"
},
{
"cuAccountFeeID": 1,
"cuFeeID": 1,
"manuallyAdded": true,
"canEditAmount": true,
"adjustFee": true,
"accountID": 1,
"paid": true,
"charged": true,
"allowAmountChange": true,
"amount": 1.0,
"name": "sample string 5",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"id": "sample string 6"
}
],
"isArrears": true,
"arrears": "sample string 2",
"daysLate": 1,
"installment": "sample string 3",
"dueDate": "sample string 4",
"payment": "sample string 5",
"accountRating": "sample string 6",
"due": "sample string 7",
"balanceDate": "sample string 8",
"clearedFunds": "sample string 9",
"tendered": 1.0,
"change": 1.0,
"fieldChanged": "sample string 10",
"receiptType": 1,
"totals": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"receiptPrintParameters": {
"receiptNo": 1,
"branchCode": "sample string 1",
"hideBalance": true,
"reprint": true,
"withCashOutReceipt": true,
"useDefaultFormat": true,
"format": "sample string 3",
"canPrint": true
},
"currencyID": 1,
"arrearsDays": {
"1": 2,
"3": 4
},
"writtenOffInformation": "sample string 11",
"fingerPrintURL": null,
"isTransferAccount": true,
"isLoanAccount": true,
"insurance": {
"cuInsuranceID": 1,
"insuranceDescription": "sample string 1",
"isCash": true,
"insuranceAmount": 1.0,
"name": "sample string 2",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 3"
},
"dontSettleLinkedSavings": true,
"tempToken": "sample string 15",
"cuAccountID": 1,
"accountNumber": "sample string 16",
"amount": 1.0,
"notes": "sample string 17",
"transactionOverrides": [
{
"cuTransactionOverrideID": 1,
"receiptNo": 1,
"cuAccountID": 1,
"overrideType": 64,
"userId": 1,
"terminalID": 1,
"accountInfo": "sample string 1",
"currencyID": 1,
"amount": 1.0,
"description": "sample string 2",
"splitHeaderID": 1,
"message": "sample string 3",
"overrideTypeText": "sample string 4",
"userName": "sample string 5",
"terminalName": "sample string 6",
"password": "sample string 7",
"checked": true,
"authorised": true
},
{
"cuTransactionOverrideID": 1,
"receiptNo": 1,
"cuAccountID": 1,
"overrideType": 64,
"userId": 1,
"terminalID": 1,
"accountInfo": "sample string 1",
"currencyID": 1,
"amount": 1.0,
"description": "sample string 2",
"splitHeaderID": 1,
"message": "sample string 3",
"overrideTypeText": "sample string 4",
"userName": "sample string 5",
"terminalName": "sample string 6",
"password": "sample string 7",
"checked": true,
"authorised": true
}
],
"receiptNo": 1,
"hasOverride": true,
"externalRefNo": "sample string 18",
"overrideUserName": "sample string 19",
"overridePassword": "sample string 20"
}
application/xml, text/xml
<ReceiptCustomerTransferWebDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.CU.Accounts.Receipts">
<AccountNumber xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 16</AccountNumber>
<Amount xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</Amount>
<CUAccountID xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</CUAccountID>
<ExternalRefNo xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 18</ExternalRefNo>
<Notes xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 17</Notes>
<OverridePassword xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 20</OverridePassword>
<OverrideUserName xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 19</OverrideUserName>
<ReceiptNo xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</ReceiptNo>
<TransactionOverrides xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<TransactionOverrideDto>
<AccountInfo>sample string 1</AccountInfo>
<Amount>1</Amount>
<Authorised>true</Authorised>
<CUAccountID>1</CUAccountID>
<CUTransactionOverrideID>1</CUTransactionOverrideID>
<Checked>true</Checked>
<CurrencyID>1</CurrencyID>
<Description>sample string 2</Description>
<Message>sample string 3</Message>
<OverrideType>64</OverrideType>
<OverrideTypeText>sample string 4</OverrideTypeText>
<Password>sample string 7</Password>
<ReceiptNo>1</ReceiptNo>
<SplitHeaderID>1</SplitHeaderID>
<TerminalID>1</TerminalID>
<TerminalName>sample string 6</TerminalName>
<UserId>1</UserId>
<UserName>sample string 5</UserName>
</TransactionOverrideDto>
<TransactionOverrideDto>
<AccountInfo>sample string 1</AccountInfo>
<Amount>1</Amount>
<Authorised>true</Authorised>
<CUAccountID>1</CUAccountID>
<CUTransactionOverrideID>1</CUTransactionOverrideID>
<Checked>true</Checked>
<CurrencyID>1</CurrencyID>
<Description>sample string 2</Description>
<Message>sample string 3</Message>
<OverrideType>64</OverrideType>
<OverrideTypeText>sample string 4</OverrideTypeText>
<Password>sample string 7</Password>
<ReceiptNo>1</ReceiptNo>
<SplitHeaderID>1</SplitHeaderID>
<TerminalID>1</TerminalID>
<TerminalName>sample string 6</TerminalName>
<UserId>1</UserId>
<UserName>sample string 5</UserName>
</TransactionOverrideDto>
</TransactionOverrides>
<AccountRating xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 6</AccountRating>
<Accounts xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<ReceiptLineDto>
<AmountPaid>1</AmountPaid>
<CanEditAmount>true</CanEditAmount>
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 2</Id>
<Name>sample string 1</Name>
<OpenBalance>1</OpenBalance>
</ReceiptLineDto>
<ReceiptLineDto>
<AmountPaid>1</AmountPaid>
<CanEditAmount>true</CanEditAmount>
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 2</Id>
<Name>sample string 1</Name>
<OpenBalance>1</OpenBalance>
</ReceiptLineDto>
</Accounts>
<Arrears xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 2</Arrears>
<ArrearsDays xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<d2p1:KeyValueOflongint>
<d2p1:Key>1</d2p1:Key>
<d2p1:Value>2</d2p1:Value>
</d2p1:KeyValueOflongint>
<d2p1:KeyValueOflongint>
<d2p1:Key>3</d2p1:Key>
<d2p1:Value>4</d2p1:Value>
</d2p1:KeyValueOflongint>
</ArrearsDays>
<BalanceDate xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 8</BalanceDate>
<Change xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</Change>
<ClearedFunds xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 9</ClearedFunds>
<CurrencyID xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</CurrencyID>
<DaysLate xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</DaysLate>
<DontSettleLinkedSavings xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">true</DontSettleLinkedSavings>
<Due xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 7</Due>
<DueDate xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 4</DueDate>
<Fees xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<FeeLineDto>
<AmountPaid>1</AmountPaid>
<CanEditAmount i:nil="true" />
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 6</Id>
<Name>sample string 5</Name>
<OpenBalance>1</OpenBalance>
<AccountID>1</AccountID>
<AdjustFee>true</AdjustFee>
<AllowAmountChange>true</AllowAmountChange>
<Amount>1</Amount>
<CUAccountFeeID>1</CUAccountFeeID>
<CUFeeID>1</CUFeeID>
<CanEditAmount>true</CanEditAmount>
<Charged>true</Charged>
<ManuallyAdded>true</ManuallyAdded>
<Paid>true</Paid>
</FeeLineDto>
<FeeLineDto>
<AmountPaid>1</AmountPaid>
<CanEditAmount i:nil="true" />
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 6</Id>
<Name>sample string 5</Name>
<OpenBalance>1</OpenBalance>
<AccountID>1</AccountID>
<AdjustFee>true</AdjustFee>
<AllowAmountChange>true</AllowAmountChange>
<Amount>1</Amount>
<CUAccountFeeID>1</CUAccountFeeID>
<CUFeeID>1</CUFeeID>
<CanEditAmount>true</CanEditAmount>
<Charged>true</Charged>
<ManuallyAdded>true</ManuallyAdded>
<Paid>true</Paid>
</FeeLineDto>
</Fees>
<FieldChanged xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 10</FieldChanged>
<Installment xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 3</Installment>
<Insurance xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<AmountPaid>1</AmountPaid>
<CanEditAmount>true</CanEditAmount>
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 3</Id>
<Name>sample string 2</Name>
<OpenBalance>1</OpenBalance>
<CUInsuranceID>1</CUInsuranceID>
<InsuranceAmount>1</InsuranceAmount>
<InsuranceDescription>sample string 1</InsuranceDescription>
<IsCash>true</IsCash>
</Insurance>
<IsArrears xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">true</IsArrears>
<IsLoanAccount xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">true</IsLoanAccount>
<IsTransferAccount xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">true</IsTransferAccount>
<Payment xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 5</Payment>
<ReceiptPrintParameters xmlns:d2p1="http://schemas.datacontract.org/2004/07/Abacus.BusinessRules.Search.Reports" xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<d2p1:BranchCode>sample string 1</d2p1:BranchCode>
<d2p1:CanPrint>true</d2p1:CanPrint>
<d2p1:Format>sample string 3</d2p1:Format>
<d2p1:HideBalance>true</d2p1:HideBalance>
<d2p1:ReceiptNo>1</d2p1:ReceiptNo>
<d2p1:Reprint>true</d2p1:Reprint>
<d2p1:UseDefaultFormat>true</d2p1:UseDefaultFormat>
<d2p1:WithCashOutReceipt>true</d2p1:WithCashOutReceipt>
</ReceiptPrintParameters>
<ReceiptType xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">SavingsDeposit</ReceiptType>
<TempToken xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 15</TempToken>
<Tendered xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</Tendered>
<Totals xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<AmountPaid>1</AmountPaid>
<CanEditAmount>true</CanEditAmount>
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 2</Id>
<Name>sample string 1</Name>
<OpenBalance>1</OpenBalance>
</Totals>
<WrittenOffInformation xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 11</WrittenOffInformation>
<LoanRepaymentDto xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<d2p1:AccountNumber>sample string 17</d2p1:AccountNumber>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:CUAccountID>1</d2p1:CUAccountID>
<d2p1:ExternalRefNo>sample string 19</d2p1:ExternalRefNo>
<d2p1:Notes>sample string 18</d2p1:Notes>
<d2p1:OverridePassword>sample string 21</d2p1:OverridePassword>
<d2p1:OverrideUserName>sample string 20</d2p1:OverrideUserName>
<d2p1:ReceiptNo>1</d2p1:ReceiptNo>
<d2p1:TransactionOverrides>
<d2p1:TransactionOverrideDto>
<d2p1:AccountInfo>sample string 1</d2p1:AccountInfo>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:Authorised>true</d2p1:Authorised>
<d2p1:CUAccountID>1</d2p1:CUAccountID>
<d2p1:CUTransactionOverrideID>1</d2p1:CUTransactionOverrideID>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:CurrencyID>1</d2p1:CurrencyID>
<d2p1:Description>sample string 2</d2p1:Description>
<d2p1:Message>sample string 3</d2p1:Message>
<d2p1:OverrideType>64</d2p1:OverrideType>
<d2p1:OverrideTypeText>sample string 4</d2p1:OverrideTypeText>
<d2p1:Password>sample string 7</d2p1:Password>
<d2p1:ReceiptNo>1</d2p1:ReceiptNo>
<d2p1:SplitHeaderID>1</d2p1:SplitHeaderID>
<d2p1:TerminalID>1</d2p1:TerminalID>
<d2p1:TerminalName>sample string 6</d2p1:TerminalName>
<d2p1:UserId>1</d2p1:UserId>
<d2p1:UserName>sample string 5</d2p1:UserName>
</d2p1:TransactionOverrideDto>
<d2p1:TransactionOverrideDto>
<d2p1:AccountInfo>sample string 1</d2p1:AccountInfo>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:Authorised>true</d2p1:Authorised>
<d2p1:CUAccountID>1</d2p1:CUAccountID>
<d2p1:CUTransactionOverrideID>1</d2p1:CUTransactionOverrideID>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:CurrencyID>1</d2p1:CurrencyID>
<d2p1:Description>sample string 2</d2p1:Description>
<d2p1:Message>sample string 3</d2p1:Message>
<d2p1:OverrideType>64</d2p1:OverrideType>
<d2p1:OverrideTypeText>sample string 4</d2p1:OverrideTypeText>
<d2p1:Password>sample string 7</d2p1:Password>
<d2p1:ReceiptNo>1</d2p1:ReceiptNo>
<d2p1:SplitHeaderID>1</d2p1:SplitHeaderID>
<d2p1:TerminalID>1</d2p1:TerminalID>
<d2p1:TerminalName>sample string 6</d2p1:TerminalName>
<d2p1:UserId>1</d2p1:UserId>
<d2p1:UserName>sample string 5</d2p1:UserName>
</d2p1:TransactionOverrideDto>
</d2p1:TransactionOverrides>
<d2p1:AccountRating>sample string 7</d2p1:AccountRating>
<d2p1:Accounts>
<d2p1:ReceiptLineDto>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:ReceiptLineDto>
<d2p1:ReceiptLineDto>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:ReceiptLineDto>
</d2p1:Accounts>
<d2p1:Arrears>sample string 3</d2p1:Arrears>
<d2p1:ArrearsDays xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOflongint>
<d3p1:Key>1</d3p1:Key>
<d3p1:Value>2</d3p1:Value>
</d3p1:KeyValueOflongint>
<d3p1:KeyValueOflongint>
<d3p1:Key>3</d3p1:Key>
<d3p1:Value>4</d3p1:Value>
</d3p1:KeyValueOflongint>
</d2p1:ArrearsDays>
<d2p1:BalanceDate>sample string 9</d2p1:BalanceDate>
<d2p1:Change>1</d2p1:Change>
<d2p1:ClearedFunds>sample string 10</d2p1:ClearedFunds>
<d2p1:CurrencyID>1</d2p1:CurrencyID>
<d2p1:DaysLate>1</d2p1:DaysLate>
<d2p1:DontSettleLinkedSavings>true</d2p1:DontSettleLinkedSavings>
<d2p1:Due>sample string 8</d2p1:Due>
<d2p1:DueDate>sample string 5</d2p1:DueDate>
<d2p1:Fees>
<d2p1:FeeLineDto>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount i:nil="true" />
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 6</d2p1:Id>
<d2p1:Name>sample string 5</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
<d2p1:AccountID>1</d2p1:AccountID>
<d2p1:AdjustFee>true</d2p1:AdjustFee>
<d2p1:AllowAmountChange>true</d2p1:AllowAmountChange>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:CUAccountFeeID>1</d2p1:CUAccountFeeID>
<d2p1:CUFeeID>1</d2p1:CUFeeID>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:Charged>true</d2p1:Charged>
<d2p1:ManuallyAdded>true</d2p1:ManuallyAdded>
<d2p1:Paid>true</d2p1:Paid>
</d2p1:FeeLineDto>
<d2p1:FeeLineDto>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount i:nil="true" />
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 6</d2p1:Id>
<d2p1:Name>sample string 5</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
<d2p1:AccountID>1</d2p1:AccountID>
<d2p1:AdjustFee>true</d2p1:AdjustFee>
<d2p1:AllowAmountChange>true</d2p1:AllowAmountChange>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:CUAccountFeeID>1</d2p1:CUAccountFeeID>
<d2p1:CUFeeID>1</d2p1:CUFeeID>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:Charged>true</d2p1:Charged>
<d2p1:ManuallyAdded>true</d2p1:ManuallyAdded>
<d2p1:Paid>true</d2p1:Paid>
</d2p1:FeeLineDto>
</d2p1:Fees>
<d2p1:FieldChanged>sample string 11</d2p1:FieldChanged>
<d2p1:Installment>sample string 4</d2p1:Installment>
<d2p1:Insurance>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 3</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
<d2p1:CUInsuranceID>1</d2p1:CUInsuranceID>
<d2p1:InsuranceAmount>1</d2p1:InsuranceAmount>
<d2p1:InsuranceDescription>sample string 1</d2p1:InsuranceDescription>
<d2p1:IsCash>true</d2p1:IsCash>
</d2p1:Insurance>
<d2p1:IsArrears>true</d2p1:IsArrears>
<d2p1:IsLoanAccount>true</d2p1:IsLoanAccount>
<d2p1:IsTransferAccount>true</d2p1:IsTransferAccount>
<d2p1:Payment>sample string 6</d2p1:Payment>
<d2p1:ReceiptPrintParameters xmlns:d3p1="http://schemas.datacontract.org/2004/07/Abacus.BusinessRules.Search.Reports">
<d3p1:BranchCode>sample string 1</d3p1:BranchCode>
<d3p1:CanPrint>true</d3p1:CanPrint>
<d3p1:Format>sample string 3</d3p1:Format>
<d3p1:HideBalance>true</d3p1:HideBalance>
<d3p1:ReceiptNo>1</d3p1:ReceiptNo>
<d3p1:Reprint>true</d3p1:Reprint>
<d3p1:UseDefaultFormat>true</d3p1:UseDefaultFormat>
<d3p1:WithCashOutReceipt>true</d3p1:WithCashOutReceipt>
</d2p1:ReceiptPrintParameters>
<d2p1:ReceiptType>SavingsDeposit</d2p1:ReceiptType>
<d2p1:TempToken>sample string 16</d2p1:TempToken>
<d2p1:Tendered>1</d2p1:Tendered>
<d2p1:Totals>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:Totals>
<d2p1:WrittenOffInformation>sample string 12</d2p1:WrittenOffInformation>
<d2p1:AccountFeeIDs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringArrayOfshortty7Ep6D1>
<d3p1:Key>sample string 1</d3p1:Key>
<d3p1:Value>
<d3p1:short>1</d3p1:short>
<d3p1:short>2</d3p1:short>
</d3p1:Value>
</d3p1:KeyValueOfstringArrayOfshortty7Ep6D1>
<d3p1:KeyValueOfstringArrayOfshortty7Ep6D1>
<d3p1:Key>sample string 2</d3p1:Key>
<d3p1:Value>
<d3p1:short>1</d3p1:short>
<d3p1:short>2</d3p1:short>
</d3p1:Value>
</d3p1:KeyValueOfstringArrayOfshortty7Ep6D1>
</d2p1:AccountFeeIDs>
<d2p1:AccountName>sample string 1</d2p1:AccountName>
<d2p1:AnalysisLinks xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.Analysis">
<d3p1:AnalysisLinkDto>
<d3p1:AccountID>1</d3p1:AccountID>
<d3p1:AnalysisFieldID>1</d3p1:AnalysisFieldID>
<d3p1:AnalysisLinkID>1</d3p1:AnalysisLinkID>
<d3p1:CUAccountID>1</d3p1:CUAccountID>
<d3p1:CUInsurancePolicyID>1</d3p1:CUInsurancePolicyID>
<d3p1:CustomerID>1</d3p1:CustomerID>
<d3p1:JournalEntryID>1</d3p1:JournalEntryID>
<d3p1:JournalPageID>1</d3p1:JournalPageID>
<d3p1:JournalPostID>1</d3p1:JournalPostID>
<d3p1:ProductID>1</d3p1:ProductID>
<d3p1:ReceiptNo>1</d3p1:ReceiptNo>
<d3p1:RecurringEntryID>1</d3p1:RecurringEntryID>
<d3p1:RecurringPageID>1</d3p1:RecurringPageID>
<d3p1:Selected>true</d3p1:Selected>
</d3p1:AnalysisLinkDto>
<d3p1:AnalysisLinkDto>
<d3p1:AccountID>1</d3p1:AccountID>
<d3p1:AnalysisFieldID>1</d3p1:AnalysisFieldID>
<d3p1:AnalysisLinkID>1</d3p1:AnalysisLinkID>
<d3p1:CUAccountID>1</d3p1:CUAccountID>
<d3p1:CUInsurancePolicyID>1</d3p1:CUInsurancePolicyID>
<d3p1:CustomerID>1</d3p1:CustomerID>
<d3p1:JournalEntryID>1</d3p1:JournalEntryID>
<d3p1:JournalPageID>1</d3p1:JournalPageID>
<d3p1:JournalPostID>1</d3p1:JournalPostID>
<d3p1:ProductID>1</d3p1:ProductID>
<d3p1:ReceiptNo>1</d3p1:ReceiptNo>
<d3p1:RecurringEntryID>1</d3p1:RecurringEntryID>
<d3p1:RecurringPageID>1</d3p1:RecurringPageID>
<d3p1:Selected>true</d3p1:Selected>
</d3p1:AnalysisLinkDto>
</d2p1:AnalysisLinks>
<d2p1:Interest>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:Interest>
<d2p1:LinkedSavings>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:LinkedSavings>
<d2p1:Principal>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:Principal>
<d2p1:SavingsList>
<SavingsListDto>
<AccountName>sample string 1</AccountName>
<AllowEdit>true</AllowEdit>
<BalanceDate>sample string 2</BalanceDate>
<ClearedFunds>1</ClearedFunds>
<ClosingBalance>1</ClosingBalance>
<Debit>1</Debit>
<OpeningBalance>1</OpeningBalance>
<SavingsID>1</SavingsID>
</SavingsListDto>
<SavingsListDto>
<AccountName>sample string 1</AccountName>
<AllowEdit>true</AllowEdit>
<BalanceDate>sample string 2</BalanceDate>
<ClearedFunds>1</ClearedFunds>
<ClosingBalance>1</ClosingBalance>
<Debit>1</Debit>
<OpeningBalance>1</OpeningBalance>
<SavingsID>1</SavingsID>
</SavingsListDto>
</d2p1:SavingsList>
<d2p1:Surveys>
<d2p1:SurveyDto>
<d2p1:Date>sample string 1</d2p1:Date>
<d2p1:SurveyID>1</d2p1:SurveyID>
<d2p1:TotalScore>1</d2p1:TotalScore>
<d2p1:UDFLinks xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
</d2p1:UDFLinks>
<d2p1:UserDefinedFieldGroupID>1</d2p1:UserDefinedFieldGroupID>
</d2p1:SurveyDto>
<d2p1:SurveyDto>
<d2p1:Date>sample string 1</d2p1:Date>
<d2p1:SurveyID>1</d2p1:SurveyID>
<d2p1:TotalScore>1</d2p1:TotalScore>
<d2p1:UDFLinks xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
</d2p1:UDFLinks>
<d2p1:UserDefinedFieldGroupID>1</d2p1:UserDefinedFieldGroupID>
</d2p1:SurveyDto>
</d2p1:Surveys>
</LoanRepaymentDto>
<SavingsDepositDto xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<d2p1:AccountNumber>sample string 18</d2p1:AccountNumber>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:CUAccountID>1</d2p1:CUAccountID>
<d2p1:ExternalRefNo>sample string 20</d2p1:ExternalRefNo>
<d2p1:Notes>sample string 19</d2p1:Notes>
<d2p1:OverridePassword>sample string 22</d2p1:OverridePassword>
<d2p1:OverrideUserName>sample string 21</d2p1:OverrideUserName>
<d2p1:ReceiptNo>1</d2p1:ReceiptNo>
<d2p1:TransactionOverrides>
<d2p1:TransactionOverrideDto>
<d2p1:AccountInfo>sample string 1</d2p1:AccountInfo>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:Authorised>true</d2p1:Authorised>
<d2p1:CUAccountID>1</d2p1:CUAccountID>
<d2p1:CUTransactionOverrideID>1</d2p1:CUTransactionOverrideID>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:CurrencyID>1</d2p1:CurrencyID>
<d2p1:Description>sample string 2</d2p1:Description>
<d2p1:Message>sample string 3</d2p1:Message>
<d2p1:OverrideType>64</d2p1:OverrideType>
<d2p1:OverrideTypeText>sample string 4</d2p1:OverrideTypeText>
<d2p1:Password>sample string 7</d2p1:Password>
<d2p1:ReceiptNo>1</d2p1:ReceiptNo>
<d2p1:SplitHeaderID>1</d2p1:SplitHeaderID>
<d2p1:TerminalID>1</d2p1:TerminalID>
<d2p1:TerminalName>sample string 6</d2p1:TerminalName>
<d2p1:UserId>1</d2p1:UserId>
<d2p1:UserName>sample string 5</d2p1:UserName>
</d2p1:TransactionOverrideDto>
<d2p1:TransactionOverrideDto>
<d2p1:AccountInfo>sample string 1</d2p1:AccountInfo>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:Authorised>true</d2p1:Authorised>
<d2p1:CUAccountID>1</d2p1:CUAccountID>
<d2p1:CUTransactionOverrideID>1</d2p1:CUTransactionOverrideID>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:CurrencyID>1</d2p1:CurrencyID>
<d2p1:Description>sample string 2</d2p1:Description>
<d2p1:Message>sample string 3</d2p1:Message>
<d2p1:OverrideType>64</d2p1:OverrideType>
<d2p1:OverrideTypeText>sample string 4</d2p1:OverrideTypeText>
<d2p1:Password>sample string 7</d2p1:Password>
<d2p1:ReceiptNo>1</d2p1:ReceiptNo>
<d2p1:SplitHeaderID>1</d2p1:SplitHeaderID>
<d2p1:TerminalID>1</d2p1:TerminalID>
<d2p1:TerminalName>sample string 6</d2p1:TerminalName>
<d2p1:UserId>1</d2p1:UserId>
<d2p1:UserName>sample string 5</d2p1:UserName>
</d2p1:TransactionOverrideDto>
</d2p1:TransactionOverrides>
<d2p1:AccountRating>sample string 8</d2p1:AccountRating>
<d2p1:Accounts>
<d2p1:ReceiptLineDto>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:ReceiptLineDto>
<d2p1:ReceiptLineDto>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:ReceiptLineDto>
</d2p1:Accounts>
<d2p1:Arrears>sample string 4</d2p1:Arrears>
<d2p1:ArrearsDays xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOflongint>
<d3p1:Key>1</d3p1:Key>
<d3p1:Value>2</d3p1:Value>
</d3p1:KeyValueOflongint>
<d3p1:KeyValueOflongint>
<d3p1:Key>3</d3p1:Key>
<d3p1:Value>4</d3p1:Value>
</d3p1:KeyValueOflongint>
</d2p1:ArrearsDays>
<d2p1:BalanceDate>sample string 10</d2p1:BalanceDate>
<d2p1:Change>1</d2p1:Change>
<d2p1:ClearedFunds>sample string 11</d2p1:ClearedFunds>
<d2p1:CurrencyID>1</d2p1:CurrencyID>
<d2p1:DaysLate>1</d2p1:DaysLate>
<d2p1:DontSettleLinkedSavings>true</d2p1:DontSettleLinkedSavings>
<d2p1:Due>sample string 9</d2p1:Due>
<d2p1:DueDate>sample string 6</d2p1:DueDate>
<d2p1:Fees>
<d2p1:FeeLineDto>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount i:nil="true" />
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 6</d2p1:Id>
<d2p1:Name>sample string 5</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
<d2p1:AccountID>1</d2p1:AccountID>
<d2p1:AdjustFee>true</d2p1:AdjustFee>
<d2p1:AllowAmountChange>true</d2p1:AllowAmountChange>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:CUAccountFeeID>1</d2p1:CUAccountFeeID>
<d2p1:CUFeeID>1</d2p1:CUFeeID>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:Charged>true</d2p1:Charged>
<d2p1:ManuallyAdded>true</d2p1:ManuallyAdded>
<d2p1:Paid>true</d2p1:Paid>
</d2p1:FeeLineDto>
<d2p1:FeeLineDto>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount i:nil="true" />
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 6</d2p1:Id>
<d2p1:Name>sample string 5</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
<d2p1:AccountID>1</d2p1:AccountID>
<d2p1:AdjustFee>true</d2p1:AdjustFee>
<d2p1:AllowAmountChange>true</d2p1:AllowAmountChange>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:CUAccountFeeID>1</d2p1:CUAccountFeeID>
<d2p1:CUFeeID>1</d2p1:CUFeeID>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:Charged>true</d2p1:Charged>
<d2p1:ManuallyAdded>true</d2p1:ManuallyAdded>
<d2p1:Paid>true</d2p1:Paid>
</d2p1:FeeLineDto>
</d2p1:Fees>
<d2p1:FieldChanged>sample string 12</d2p1:FieldChanged>
<d2p1:Installment>sample string 5</d2p1:Installment>
<d2p1:Insurance>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 3</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
<d2p1:CUInsuranceID>1</d2p1:CUInsuranceID>
<d2p1:InsuranceAmount>1</d2p1:InsuranceAmount>
<d2p1:InsuranceDescription>sample string 1</d2p1:InsuranceDescription>
<d2p1:IsCash>true</d2p1:IsCash>
</d2p1:Insurance>
<d2p1:IsArrears>true</d2p1:IsArrears>
<d2p1:IsLoanAccount>true</d2p1:IsLoanAccount>
<d2p1:IsTransferAccount>true</d2p1:IsTransferAccount>
<d2p1:Payment>sample string 7</d2p1:Payment>
<d2p1:ReceiptPrintParameters xmlns:d3p1="http://schemas.datacontract.org/2004/07/Abacus.BusinessRules.Search.Reports">
<d3p1:BranchCode>sample string 1</d3p1:BranchCode>
<d3p1:CanPrint>true</d3p1:CanPrint>
<d3p1:Format>sample string 3</d3p1:Format>
<d3p1:HideBalance>true</d3p1:HideBalance>
<d3p1:ReceiptNo>1</d3p1:ReceiptNo>
<d3p1:Reprint>true</d3p1:Reprint>
<d3p1:UseDefaultFormat>true</d3p1:UseDefaultFormat>
<d3p1:WithCashOutReceipt>true</d3p1:WithCashOutReceipt>
</d2p1:ReceiptPrintParameters>
<d2p1:ReceiptType>SavingsDeposit</d2p1:ReceiptType>
<d2p1:TempToken>sample string 17</d2p1:TempToken>
<d2p1:Tendered>1</d2p1:Tendered>
<d2p1:Totals>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:Totals>
<d2p1:WrittenOffInformation>sample string 13</d2p1:WrittenOffInformation>
<d2p1:AnalysisLinks xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.Analysis">
<d3p1:AnalysisLinkDto>
<d3p1:AccountID>1</d3p1:AccountID>
<d3p1:AnalysisFieldID>1</d3p1:AnalysisFieldID>
<d3p1:AnalysisLinkID>1</d3p1:AnalysisLinkID>
<d3p1:CUAccountID>1</d3p1:CUAccountID>
<d3p1:CUInsurancePolicyID>1</d3p1:CUInsurancePolicyID>
<d3p1:CustomerID>1</d3p1:CustomerID>
<d3p1:JournalEntryID>1</d3p1:JournalEntryID>
<d3p1:JournalPageID>1</d3p1:JournalPageID>
<d3p1:JournalPostID>1</d3p1:JournalPostID>
<d3p1:ProductID>1</d3p1:ProductID>
<d3p1:ReceiptNo>1</d3p1:ReceiptNo>
<d3p1:RecurringEntryID>1</d3p1:RecurringEntryID>
<d3p1:RecurringPageID>1</d3p1:RecurringPageID>
<d3p1:Selected>true</d3p1:Selected>
</d3p1:AnalysisLinkDto>
<d3p1:AnalysisLinkDto>
<d3p1:AccountID>1</d3p1:AccountID>
<d3p1:AnalysisFieldID>1</d3p1:AnalysisFieldID>
<d3p1:AnalysisLinkID>1</d3p1:AnalysisLinkID>
<d3p1:CUAccountID>1</d3p1:CUAccountID>
<d3p1:CUInsurancePolicyID>1</d3p1:CUInsurancePolicyID>
<d3p1:CustomerID>1</d3p1:CustomerID>
<d3p1:JournalEntryID>1</d3p1:JournalEntryID>
<d3p1:JournalPageID>1</d3p1:JournalPageID>
<d3p1:JournalPostID>1</d3p1:JournalPostID>
<d3p1:ProductID>1</d3p1:ProductID>
<d3p1:ReceiptNo>1</d3p1:ReceiptNo>
<d3p1:RecurringEntryID>1</d3p1:RecurringEntryID>
<d3p1:RecurringPageID>1</d3p1:RecurringPageID>
<d3p1:Selected>true</d3p1:Selected>
</d3p1:AnalysisLinkDto>
</d2p1:AnalysisLinks>
<d2p1:ErrorMessage>sample string 1</d2p1:ErrorMessage>
<d2p1:Principal>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:Principal>
<d2p1:Status>sample string 2</d2p1:Status>
<d2p1:Surveys>
<d2p1:SurveyDto>
<d2p1:Date>sample string 1</d2p1:Date>
<d2p1:SurveyID>1</d2p1:SurveyID>
<d2p1:TotalScore>1</d2p1:TotalScore>
<d2p1:UDFLinks xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
</d2p1:UDFLinks>
<d2p1:UserDefinedFieldGroupID>1</d2p1:UserDefinedFieldGroupID>
</d2p1:SurveyDto>
<d2p1:SurveyDto>
<d2p1:Date>sample string 1</d2p1:Date>
<d2p1:SurveyID>1</d2p1:SurveyID>
<d2p1:TotalScore>1</d2p1:TotalScore>
<d2p1:UDFLinks xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
</d2p1:UDFLinks>
<d2p1:UserDefinedFieldGroupID>1</d2p1:UserDefinedFieldGroupID>
</d2p1:SurveyDto>
</d2p1:Surveys>
</SavingsDepositDto>
<SavingsWithdrawalDto>
<AccountNumber xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 18</AccountNumber>
<Amount xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</Amount>
<CUAccountID xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</CUAccountID>
<ExternalRefNo xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 20</ExternalRefNo>
<Notes xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 19</Notes>
<OverridePassword xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 22</OverridePassword>
<OverrideUserName xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 21</OverrideUserName>
<ReceiptNo xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</ReceiptNo>
<TransactionOverrides xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<TransactionOverrideDto>
<AccountInfo>sample string 1</AccountInfo>
<Amount>1</Amount>
<Authorised>true</Authorised>
<CUAccountID>1</CUAccountID>
<CUTransactionOverrideID>1</CUTransactionOverrideID>
<Checked>true</Checked>
<CurrencyID>1</CurrencyID>
<Description>sample string 2</Description>
<Message>sample string 3</Message>
<OverrideType>64</OverrideType>
<OverrideTypeText>sample string 4</OverrideTypeText>
<Password>sample string 7</Password>
<ReceiptNo>1</ReceiptNo>
<SplitHeaderID>1</SplitHeaderID>
<TerminalID>1</TerminalID>
<TerminalName>sample string 6</TerminalName>
<UserId>1</UserId>
<UserName>sample string 5</UserName>
</TransactionOverrideDto>
<TransactionOverrideDto>
<AccountInfo>sample string 1</AccountInfo>
<Amount>1</Amount>
<Authorised>true</Authorised>
<CUAccountID>1</CUAccountID>
<CUTransactionOverrideID>1</CUTransactionOverrideID>
<Checked>true</Checked>
<CurrencyID>1</CurrencyID>
<Description>sample string 2</Description>
<Message>sample string 3</Message>
<OverrideType>64</OverrideType>
<OverrideTypeText>sample string 4</OverrideTypeText>
<Password>sample string 7</Password>
<ReceiptNo>1</ReceiptNo>
<SplitHeaderID>1</SplitHeaderID>
<TerminalID>1</TerminalID>
<TerminalName>sample string 6</TerminalName>
<UserId>1</UserId>
<UserName>sample string 5</UserName>
</TransactionOverrideDto>
</TransactionOverrides>
<AccountRating xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 8</AccountRating>
<Accounts xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<ReceiptLineDto>
<AmountPaid>1</AmountPaid>
<CanEditAmount>true</CanEditAmount>
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 2</Id>
<Name>sample string 1</Name>
<OpenBalance>1</OpenBalance>
</ReceiptLineDto>
<ReceiptLineDto>
<AmountPaid>1</AmountPaid>
<CanEditAmount>true</CanEditAmount>
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 2</Id>
<Name>sample string 1</Name>
<OpenBalance>1</OpenBalance>
</ReceiptLineDto>
</Accounts>
<Arrears xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 4</Arrears>
<ArrearsDays xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<d3p1:KeyValueOflongint>
<d3p1:Key>1</d3p1:Key>
<d3p1:Value>2</d3p1:Value>
</d3p1:KeyValueOflongint>
<d3p1:KeyValueOflongint>
<d3p1:Key>3</d3p1:Key>
<d3p1:Value>4</d3p1:Value>
</d3p1:KeyValueOflongint>
</ArrearsDays>
<BalanceDate xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 10</BalanceDate>
<Change xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</Change>
<ClearedFunds xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 11</ClearedFunds>
<CurrencyID xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</CurrencyID>
<DaysLate xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</DaysLate>
<DontSettleLinkedSavings xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">true</DontSettleLinkedSavings>
<Due xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 9</Due>
<DueDate xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 6</DueDate>
<Fees xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<FeeLineDto>
<AmountPaid>1</AmountPaid>
<CanEditAmount i:nil="true" />
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 6</Id>
<Name>sample string 5</Name>
<OpenBalance>1</OpenBalance>
<AccountID>1</AccountID>
<AdjustFee>true</AdjustFee>
<AllowAmountChange>true</AllowAmountChange>
<Amount>1</Amount>
<CUAccountFeeID>1</CUAccountFeeID>
<CUFeeID>1</CUFeeID>
<CanEditAmount>true</CanEditAmount>
<Charged>true</Charged>
<ManuallyAdded>true</ManuallyAdded>
<Paid>true</Paid>
</FeeLineDto>
<FeeLineDto>
<AmountPaid>1</AmountPaid>
<CanEditAmount i:nil="true" />
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 6</Id>
<Name>sample string 5</Name>
<OpenBalance>1</OpenBalance>
<AccountID>1</AccountID>
<AdjustFee>true</AdjustFee>
<AllowAmountChange>true</AllowAmountChange>
<Amount>1</Amount>
<CUAccountFeeID>1</CUAccountFeeID>
<CUFeeID>1</CUFeeID>
<CanEditAmount>true</CanEditAmount>
<Charged>true</Charged>
<ManuallyAdded>true</ManuallyAdded>
<Paid>true</Paid>
</FeeLineDto>
</Fees>
<FieldChanged xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 12</FieldChanged>
<Installment xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 5</Installment>
<Insurance xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<AmountPaid>1</AmountPaid>
<CanEditAmount>true</CanEditAmount>
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 3</Id>
<Name>sample string 2</Name>
<OpenBalance>1</OpenBalance>
<CUInsuranceID>1</CUInsuranceID>
<InsuranceAmount>1</InsuranceAmount>
<InsuranceDescription>sample string 1</InsuranceDescription>
<IsCash>true</IsCash>
</Insurance>
<IsArrears xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">true</IsArrears>
<IsLoanAccount xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">true</IsLoanAccount>
<IsTransferAccount xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">true</IsTransferAccount>
<Payment xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 7</Payment>
<ReceiptPrintParameters xmlns:d3p1="http://schemas.datacontract.org/2004/07/Abacus.BusinessRules.Search.Reports" xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<d3p1:BranchCode>sample string 1</d3p1:BranchCode>
<d3p1:CanPrint>true</d3p1:CanPrint>
<d3p1:Format>sample string 3</d3p1:Format>
<d3p1:HideBalance>true</d3p1:HideBalance>
<d3p1:ReceiptNo>1</d3p1:ReceiptNo>
<d3p1:Reprint>true</d3p1:Reprint>
<d3p1:UseDefaultFormat>true</d3p1:UseDefaultFormat>
<d3p1:WithCashOutReceipt>true</d3p1:WithCashOutReceipt>
</ReceiptPrintParameters>
<ReceiptType xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">SavingsDeposit</ReceiptType>
<TempToken xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 17</TempToken>
<Tendered xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</Tendered>
<Totals xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<AmountPaid>1</AmountPaid>
<CanEditAmount>true</CanEditAmount>
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 2</Id>
<Name>sample string 1</Name>
<OpenBalance>1</OpenBalance>
</Totals>
<WrittenOffInformation xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 13</WrittenOffInformation>
<AnalysisLinks xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.Analysis">
<d3p1:AnalysisLinkDto>
<d3p1:AccountID>1</d3p1:AccountID>
<d3p1:AnalysisFieldID>1</d3p1:AnalysisFieldID>
<d3p1:AnalysisLinkID>1</d3p1:AnalysisLinkID>
<d3p1:CUAccountID>1</d3p1:CUAccountID>
<d3p1:CUInsurancePolicyID>1</d3p1:CUInsurancePolicyID>
<d3p1:CustomerID>1</d3p1:CustomerID>
<d3p1:JournalEntryID>1</d3p1:JournalEntryID>
<d3p1:JournalPageID>1</d3p1:JournalPageID>
<d3p1:JournalPostID>1</d3p1:JournalPostID>
<d3p1:ProductID>1</d3p1:ProductID>
<d3p1:ReceiptNo>1</d3p1:ReceiptNo>
<d3p1:RecurringEntryID>1</d3p1:RecurringEntryID>
<d3p1:RecurringPageID>1</d3p1:RecurringPageID>
<d3p1:Selected>true</d3p1:Selected>
</d3p1:AnalysisLinkDto>
<d3p1:AnalysisLinkDto>
<d3p1:AccountID>1</d3p1:AccountID>
<d3p1:AnalysisFieldID>1</d3p1:AnalysisFieldID>
<d3p1:AnalysisLinkID>1</d3p1:AnalysisLinkID>
<d3p1:CUAccountID>1</d3p1:CUAccountID>
<d3p1:CUInsurancePolicyID>1</d3p1:CUInsurancePolicyID>
<d3p1:CustomerID>1</d3p1:CustomerID>
<d3p1:JournalEntryID>1</d3p1:JournalEntryID>
<d3p1:JournalPageID>1</d3p1:JournalPageID>
<d3p1:JournalPostID>1</d3p1:JournalPostID>
<d3p1:ProductID>1</d3p1:ProductID>
<d3p1:ReceiptNo>1</d3p1:ReceiptNo>
<d3p1:RecurringEntryID>1</d3p1:RecurringEntryID>
<d3p1:RecurringPageID>1</d3p1:RecurringPageID>
<d3p1:Selected>true</d3p1:Selected>
</d3p1:AnalysisLinkDto>
</AnalysisLinks>
<ErrorMessage>sample string 1</ErrorMessage>
<Interest xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<d3p1:AmountPaid>1</d3p1:AmountPaid>
<d3p1:CanEditAmount>true</d3p1:CanEditAmount>
<d3p1:ClosingBalance>1</d3p1:ClosingBalance>
<d3p1:CreditAmount>1</d3p1:CreditAmount>
<d3p1:DebitAmount>1</d3p1:DebitAmount>
<d3p1:Id>sample string 2</d3p1:Id>
<d3p1:Name>sample string 1</d3p1:Name>
<d3p1:OpenBalance>1</d3p1:OpenBalance>
</Interest>
<Principal xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<d3p1:AmountPaid>1</d3p1:AmountPaid>
<d3p1:CanEditAmount>true</d3p1:CanEditAmount>
<d3p1:ClosingBalance>1</d3p1:ClosingBalance>
<d3p1:CreditAmount>1</d3p1:CreditAmount>
<d3p1:DebitAmount>1</d3p1:DebitAmount>
<d3p1:Id>sample string 2</d3p1:Id>
<d3p1:Name>sample string 1</d3p1:Name>
<d3p1:OpenBalance>1</d3p1:OpenBalance>
</Principal>
<ProductTypeID>ShareSavings</ProductTypeID>
<Status>sample string 2</Status>
<Surveys xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<d3p1:SurveyDto>
<d3p1:Date>sample string 1</d3p1:Date>
<d3p1:SurveyID>1</d3p1:SurveyID>
<d3p1:TotalScore>1</d3p1:TotalScore>
<d3p1:UDFLinks xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
</d3p1:UDFLinks>
<d3p1:UserDefinedFieldGroupID>1</d3p1:UserDefinedFieldGroupID>
</d3p1:SurveyDto>
<d3p1:SurveyDto>
<d3p1:Date>sample string 1</d3p1:Date>
<d3p1:SurveyID>1</d3p1:SurveyID>
<d3p1:TotalScore>1</d3p1:TotalScore>
<d3p1:UDFLinks xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
</d3p1:UDFLinks>
<d3p1:UserDefinedFieldGroupID>1</d3p1:UserDefinedFieldGroupID>
</d3p1:SurveyDto>
</Surveys>
</SavingsWithdrawalDto>
</ReceiptCustomerTransferWebDto>
application/x-www-form-urlencoded
Sample not available.
Response Information
Response Codes
Success Status:
- Created (201), please see resource description below.
Failed Status(es):
Resource Description
Returns created receipt.
ReceiptCustomerTransferWebDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SavingsWithdrawalDto | ReceiptSavingsWithdrawalWebDto | ||
| LoanRepaymentDto | ReceiptLoanRepaymentWebDto | ||
| SavingsDepositDto | ReceiptSavingsDepositWebDto | ||
| Accounts |
List of accounts. |
Collection of ReceiptLineDto | |
| Fees |
Fees due. |
Collection of FeeLineDto | |
| IsArrears |
Decides whether there is arrears. |
boolean | |
| Arrears |
Description of arrears for account |
string | |
| DaysLate |
How many days late the account. |
integer | |
| Installment |
Number of installments paid vs total |
string | |
| DueDate |
Due date of next Payment. |
string | |
| Payment |
Payment amount of the current Installment. |
string | |
| AccountRating |
Rating of an Account. |
string | |
| Due |
Amount due including currency code. e.g. "US$500.00" |
string | |
| BalanceDate |
BalanceDate for savings accounts |
string | |
| ClearedFunds |
ClearedFunds for savings accounts. |
string | |
| Tendered |
Amount tendered. |
decimal number | |
| Change |
Change to give. |
decimal number | |
| FieldChanged |
Which amount has been changed by the user, e.g. "fees_2_amountPaid" or "tendered" |
string | |
| ReceiptType |
Type of Receipt, e.g. LoanRepayment |
AWReceiptType | |
| Totals |
Totals of opening balance paid and closing balance |
ReceiptLineDto | |
| ReceiptPrintParameters |
Receipt print parameters to print the receipt after successful transaction post. |
ReceiptPrintParams | Required for receipt print. |
| CurrencyID |
Currency ID. |
integer | |
| ArrearsDays |
Arrears days by CUAccountID |
Dictionary of integer [key] and integer [value] | |
| WrittenOffInformation |
When the account's status is bad debt, show written off information |
string | |
| FingerPrintURL |
URL for verification of fingerprint on Android. |
string | |
| IsTransferAccount | boolean | ||
| IsLoanAccount | boolean | ||
| Insurance |
Insurance line in reversal receipt |
InsuranceLineDto | |
| DontSettleLinkedSavings |
To exclude linked savings payment |
boolean | |
| TempToken |
Token for verification of fingerprint on Android. |
string | |
| CUAccountID |
Unique identifier of an account. Either CUAccountID or AccountNumber id required for receipt adjustment. |
integer | Required. If it is not available, account number is required. |
| AccountNumber |
Account number represent customer's account. Either CUAccountID or AccountNumber id required for receipt adjustment. |
string | Required. If it is not available, CUAccountID is required. |
| Amount |
Transaction amount. Amount is not required for receipt adjustment. |
decimal number | Required. |
| Notes |
Transaction notes which will be added as a reference. |
string | Optional. It will be mandtory for adjustments as per system settings. |
| TransactionOverrides |
Transaction Override details. |
Collection of TransactionOverrideDto | Read-Only. |
| ReceiptNo |
Unique identifier of a receipt. |
integer | Required for reversal and adjustments not for other transactions. |
| HasOverride |
Whether receipt is failed due to override required. |
boolean | Read-Only. If it is true find the override info using TransactionOverrides property. |
| ExternalRefNo |
Transaction refernce number for identify external transactions. |
string | Optional.It contains null for all internal transactions |
| OverrideUserName |
User's name who authorize the transaction if the transaction requires override authorization. |
string | Required if there is an override. Optional otherwise. |
| OverridePassword |
Password of the user who authorize the transaction if the transaction requires override authorization. |
string | Required if there is an override. Optional otherwise. |
Response Formats
application/json, text/json
{
"savingsWithdrawalDto": {
"principal": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"interest": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"productTypeID": 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
}
],
"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
}
]
}
],
"errorMessage": "sample string 1",
"status": "sample string 2",
"accounts": [
{
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
{
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
}
],
"fees": [
{
"cuAccountFeeID": 1,
"cuFeeID": 1,
"manuallyAdded": true,
"canEditAmount": true,
"adjustFee": true,
"accountID": 1,
"paid": true,
"charged": true,
"allowAmountChange": true,
"amount": 1.0,
"name": "sample string 5",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"id": "sample string 6"
},
{
"cuAccountFeeID": 1,
"cuFeeID": 1,
"manuallyAdded": true,
"canEditAmount": true,
"adjustFee": true,
"accountID": 1,
"paid": true,
"charged": true,
"allowAmountChange": true,
"amount": 1.0,
"name": "sample string 5",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"id": "sample string 6"
}
],
"isArrears": true,
"arrears": "sample string 4",
"daysLate": 1,
"installment": "sample string 5",
"dueDate": "sample string 6",
"payment": "sample string 7",
"accountRating": "sample string 8",
"due": "sample string 9",
"balanceDate": "sample string 10",
"clearedFunds": "sample string 11",
"tendered": 1.0,
"change": 1.0,
"fieldChanged": "sample string 12",
"receiptType": 1,
"totals": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"receiptPrintParameters": {
"receiptNo": 1,
"branchCode": "sample string 1",
"hideBalance": true,
"reprint": true,
"withCashOutReceipt": true,
"useDefaultFormat": true,
"format": "sample string 3",
"canPrint": true
},
"currencyID": 1,
"arrearsDays": {
"1": 2,
"3": 4
},
"writtenOffInformation": "sample string 13",
"fingerPrintURL": null,
"isTransferAccount": true,
"isLoanAccount": true,
"insurance": {
"cuInsuranceID": 1,
"insuranceDescription": "sample string 1",
"isCash": true,
"insuranceAmount": 1.0,
"name": "sample string 2",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 3"
},
"dontSettleLinkedSavings": true,
"tempToken": "sample string 17",
"cuAccountID": 1,
"accountNumber": "sample string 18",
"amount": 1.0,
"notes": "sample string 19",
"transactionOverrides": [
{
"cuTransactionOverrideID": 1,
"receiptNo": 1,
"cuAccountID": 1,
"overrideType": 64,
"userId": 1,
"terminalID": 1,
"accountInfo": "sample string 1",
"currencyID": 1,
"amount": 1.0,
"description": "sample string 2",
"splitHeaderID": 1,
"message": "sample string 3",
"overrideTypeText": "sample string 4",
"userName": "sample string 5",
"terminalName": "sample string 6",
"password": "sample string 7",
"checked": true,
"authorised": true
},
{
"cuTransactionOverrideID": 1,
"receiptNo": 1,
"cuAccountID": 1,
"overrideType": 64,
"userId": 1,
"terminalID": 1,
"accountInfo": "sample string 1",
"currencyID": 1,
"amount": 1.0,
"description": "sample string 2",
"splitHeaderID": 1,
"message": "sample string 3",
"overrideTypeText": "sample string 4",
"userName": "sample string 5",
"terminalName": "sample string 6",
"password": "sample string 7",
"checked": true,
"authorised": true
}
],
"receiptNo": 1,
"hasOverride": true,
"externalRefNo": "sample string 20",
"overrideUserName": "sample string 21",
"overridePassword": "sample string 22"
},
"loanRepaymentDto": {
"principal": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"interest": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"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
}
]
}
],
"savingsList": [
{
"openingBalance": 1.0,
"closingBalance": 1.0,
"debit": 1.0,
"savingsID": 1,
"accountName": "sample string 1",
"balanceDate": "sample string 2",
"clearedFunds": 1.0,
"allowEdit": true
},
{
"openingBalance": 1.0,
"closingBalance": 1.0,
"debit": 1.0,
"savingsID": 1,
"accountName": "sample string 1",
"balanceDate": "sample string 2",
"clearedFunds": 1.0,
"allowEdit": true
}
],
"accountFeeIDs": {
"sample string 1": [
1,
2
],
"sample string 2": [
1,
2
]
},
"linkedSavings": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"accountName": "sample string 1",
"accounts": [
{
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
{
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
}
],
"fees": [
{
"cuAccountFeeID": 1,
"cuFeeID": 1,
"manuallyAdded": true,
"canEditAmount": true,
"adjustFee": true,
"accountID": 1,
"paid": true,
"charged": true,
"allowAmountChange": true,
"amount": 1.0,
"name": "sample string 5",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"id": "sample string 6"
},
{
"cuAccountFeeID": 1,
"cuFeeID": 1,
"manuallyAdded": true,
"canEditAmount": true,
"adjustFee": true,
"accountID": 1,
"paid": true,
"charged": true,
"allowAmountChange": true,
"amount": 1.0,
"name": "sample string 5",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"id": "sample string 6"
}
],
"isArrears": true,
"arrears": "sample string 3",
"daysLate": 1,
"installment": "sample string 4",
"dueDate": "sample string 5",
"payment": "sample string 6",
"accountRating": "sample string 7",
"due": "sample string 8",
"balanceDate": "sample string 9",
"clearedFunds": "sample string 10",
"tendered": 1.0,
"change": 1.0,
"fieldChanged": "sample string 11",
"receiptType": 1,
"totals": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"receiptPrintParameters": {
"receiptNo": 1,
"branchCode": "sample string 1",
"hideBalance": true,
"reprint": true,
"withCashOutReceipt": true,
"useDefaultFormat": true,
"format": "sample string 3",
"canPrint": true
},
"currencyID": 1,
"arrearsDays": {
"1": 2,
"3": 4
},
"writtenOffInformation": "sample string 12",
"fingerPrintURL": null,
"isTransferAccount": true,
"isLoanAccount": true,
"insurance": {
"cuInsuranceID": 1,
"insuranceDescription": "sample string 1",
"isCash": true,
"insuranceAmount": 1.0,
"name": "sample string 2",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 3"
},
"dontSettleLinkedSavings": true,
"tempToken": "sample string 16",
"cuAccountID": 1,
"accountNumber": "sample string 17",
"amount": 1.0,
"notes": "sample string 18",
"transactionOverrides": [
{
"cuTransactionOverrideID": 1,
"receiptNo": 1,
"cuAccountID": 1,
"overrideType": 64,
"userId": 1,
"terminalID": 1,
"accountInfo": "sample string 1",
"currencyID": 1,
"amount": 1.0,
"description": "sample string 2",
"splitHeaderID": 1,
"message": "sample string 3",
"overrideTypeText": "sample string 4",
"userName": "sample string 5",
"terminalName": "sample string 6",
"password": "sample string 7",
"checked": true,
"authorised": true
},
{
"cuTransactionOverrideID": 1,
"receiptNo": 1,
"cuAccountID": 1,
"overrideType": 64,
"userId": 1,
"terminalID": 1,
"accountInfo": "sample string 1",
"currencyID": 1,
"amount": 1.0,
"description": "sample string 2",
"splitHeaderID": 1,
"message": "sample string 3",
"overrideTypeText": "sample string 4",
"userName": "sample string 5",
"terminalName": "sample string 6",
"password": "sample string 7",
"checked": true,
"authorised": true
}
],
"receiptNo": 1,
"hasOverride": true,
"externalRefNo": "sample string 19",
"overrideUserName": "sample string 20",
"overridePassword": "sample string 21"
},
"savingsDepositDto": {
"principal": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"analysisLinks": [
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
},
{
"analysisLinkID": 1,
"analysisFieldID": 1,
"customerID": 1,
"cuAccountID": 1,
"receiptNo": 1,
"productID": 1,
"accountID": 1,
"journalPageID": 1,
"journalEntryID": 1,
"journalPostID": 1,
"recurringPageID": 1,
"recurringEntryID": 1,
"cuInsurancePolicyID": 1,
"selected": true
}
],
"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
}
]
}
],
"errorMessage": "sample string 1",
"status": "sample string 2",
"accounts": [
{
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
{
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
}
],
"fees": [
{
"cuAccountFeeID": 1,
"cuFeeID": 1,
"manuallyAdded": true,
"canEditAmount": true,
"adjustFee": true,
"accountID": 1,
"paid": true,
"charged": true,
"allowAmountChange": true,
"amount": 1.0,
"name": "sample string 5",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"id": "sample string 6"
},
{
"cuAccountFeeID": 1,
"cuFeeID": 1,
"manuallyAdded": true,
"canEditAmount": true,
"adjustFee": true,
"accountID": 1,
"paid": true,
"charged": true,
"allowAmountChange": true,
"amount": 1.0,
"name": "sample string 5",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"id": "sample string 6"
}
],
"isArrears": true,
"arrears": "sample string 4",
"daysLate": 1,
"installment": "sample string 5",
"dueDate": "sample string 6",
"payment": "sample string 7",
"accountRating": "sample string 8",
"due": "sample string 9",
"balanceDate": "sample string 10",
"clearedFunds": "sample string 11",
"tendered": 1.0,
"change": 1.0,
"fieldChanged": "sample string 12",
"receiptType": 1,
"totals": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"receiptPrintParameters": {
"receiptNo": 1,
"branchCode": "sample string 1",
"hideBalance": true,
"reprint": true,
"withCashOutReceipt": true,
"useDefaultFormat": true,
"format": "sample string 3",
"canPrint": true
},
"currencyID": 1,
"arrearsDays": {
"1": 2,
"3": 4
},
"writtenOffInformation": "sample string 13",
"fingerPrintURL": null,
"isTransferAccount": true,
"isLoanAccount": true,
"insurance": {
"cuInsuranceID": 1,
"insuranceDescription": "sample string 1",
"isCash": true,
"insuranceAmount": 1.0,
"name": "sample string 2",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 3"
},
"dontSettleLinkedSavings": true,
"tempToken": "sample string 17",
"cuAccountID": 1,
"accountNumber": "sample string 18",
"amount": 1.0,
"notes": "sample string 19",
"transactionOverrides": [
{
"cuTransactionOverrideID": 1,
"receiptNo": 1,
"cuAccountID": 1,
"overrideType": 64,
"userId": 1,
"terminalID": 1,
"accountInfo": "sample string 1",
"currencyID": 1,
"amount": 1.0,
"description": "sample string 2",
"splitHeaderID": 1,
"message": "sample string 3",
"overrideTypeText": "sample string 4",
"userName": "sample string 5",
"terminalName": "sample string 6",
"password": "sample string 7",
"checked": true,
"authorised": true
},
{
"cuTransactionOverrideID": 1,
"receiptNo": 1,
"cuAccountID": 1,
"overrideType": 64,
"userId": 1,
"terminalID": 1,
"accountInfo": "sample string 1",
"currencyID": 1,
"amount": 1.0,
"description": "sample string 2",
"splitHeaderID": 1,
"message": "sample string 3",
"overrideTypeText": "sample string 4",
"userName": "sample string 5",
"terminalName": "sample string 6",
"password": "sample string 7",
"checked": true,
"authorised": true
}
],
"receiptNo": 1,
"hasOverride": true,
"externalRefNo": "sample string 20",
"overrideUserName": "sample string 21",
"overridePassword": "sample string 22"
},
"accounts": [
{
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
{
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
}
],
"fees": [
{
"cuAccountFeeID": 1,
"cuFeeID": 1,
"manuallyAdded": true,
"canEditAmount": true,
"adjustFee": true,
"accountID": 1,
"paid": true,
"charged": true,
"allowAmountChange": true,
"amount": 1.0,
"name": "sample string 5",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"id": "sample string 6"
},
{
"cuAccountFeeID": 1,
"cuFeeID": 1,
"manuallyAdded": true,
"canEditAmount": true,
"adjustFee": true,
"accountID": 1,
"paid": true,
"charged": true,
"allowAmountChange": true,
"amount": 1.0,
"name": "sample string 5",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"id": "sample string 6"
}
],
"isArrears": true,
"arrears": "sample string 2",
"daysLate": 1,
"installment": "sample string 3",
"dueDate": "sample string 4",
"payment": "sample string 5",
"accountRating": "sample string 6",
"due": "sample string 7",
"balanceDate": "sample string 8",
"clearedFunds": "sample string 9",
"tendered": 1.0,
"change": 1.0,
"fieldChanged": "sample string 10",
"receiptType": 1,
"totals": {
"name": "sample string 1",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 2"
},
"receiptPrintParameters": {
"receiptNo": 1,
"branchCode": "sample string 1",
"hideBalance": true,
"reprint": true,
"withCashOutReceipt": true,
"useDefaultFormat": true,
"format": "sample string 3",
"canPrint": true
},
"currencyID": 1,
"arrearsDays": {
"1": 2,
"3": 4
},
"writtenOffInformation": "sample string 11",
"fingerPrintURL": null,
"isTransferAccount": true,
"isLoanAccount": true,
"insurance": {
"cuInsuranceID": 1,
"insuranceDescription": "sample string 1",
"isCash": true,
"insuranceAmount": 1.0,
"name": "sample string 2",
"openBalance": 1.0,
"debitAmount": 1.0,
"creditAmount": 1.0,
"amountPaid": 1.0,
"closingBalance": 1.0,
"canEditAmount": true,
"id": "sample string 3"
},
"dontSettleLinkedSavings": true,
"tempToken": "sample string 15",
"cuAccountID": 1,
"accountNumber": "sample string 16",
"amount": 1.0,
"notes": "sample string 17",
"transactionOverrides": [
{
"cuTransactionOverrideID": 1,
"receiptNo": 1,
"cuAccountID": 1,
"overrideType": 64,
"userId": 1,
"terminalID": 1,
"accountInfo": "sample string 1",
"currencyID": 1,
"amount": 1.0,
"description": "sample string 2",
"splitHeaderID": 1,
"message": "sample string 3",
"overrideTypeText": "sample string 4",
"userName": "sample string 5",
"terminalName": "sample string 6",
"password": "sample string 7",
"checked": true,
"authorised": true
},
{
"cuTransactionOverrideID": 1,
"receiptNo": 1,
"cuAccountID": 1,
"overrideType": 64,
"userId": 1,
"terminalID": 1,
"accountInfo": "sample string 1",
"currencyID": 1,
"amount": 1.0,
"description": "sample string 2",
"splitHeaderID": 1,
"message": "sample string 3",
"overrideTypeText": "sample string 4",
"userName": "sample string 5",
"terminalName": "sample string 6",
"password": "sample string 7",
"checked": true,
"authorised": true
}
],
"receiptNo": 1,
"hasOverride": true,
"externalRefNo": "sample string 18",
"overrideUserName": "sample string 19",
"overridePassword": "sample string 20"
}
application/xml, text/xml
<ReceiptCustomerTransferWebDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.CU.Accounts.Receipts">
<AccountNumber xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 16</AccountNumber>
<Amount xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</Amount>
<CUAccountID xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</CUAccountID>
<ExternalRefNo xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 18</ExternalRefNo>
<Notes xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 17</Notes>
<OverridePassword xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 20</OverridePassword>
<OverrideUserName xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 19</OverrideUserName>
<ReceiptNo xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</ReceiptNo>
<TransactionOverrides xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<TransactionOverrideDto>
<AccountInfo>sample string 1</AccountInfo>
<Amount>1</Amount>
<Authorised>true</Authorised>
<CUAccountID>1</CUAccountID>
<CUTransactionOverrideID>1</CUTransactionOverrideID>
<Checked>true</Checked>
<CurrencyID>1</CurrencyID>
<Description>sample string 2</Description>
<Message>sample string 3</Message>
<OverrideType>64</OverrideType>
<OverrideTypeText>sample string 4</OverrideTypeText>
<Password>sample string 7</Password>
<ReceiptNo>1</ReceiptNo>
<SplitHeaderID>1</SplitHeaderID>
<TerminalID>1</TerminalID>
<TerminalName>sample string 6</TerminalName>
<UserId>1</UserId>
<UserName>sample string 5</UserName>
</TransactionOverrideDto>
<TransactionOverrideDto>
<AccountInfo>sample string 1</AccountInfo>
<Amount>1</Amount>
<Authorised>true</Authorised>
<CUAccountID>1</CUAccountID>
<CUTransactionOverrideID>1</CUTransactionOverrideID>
<Checked>true</Checked>
<CurrencyID>1</CurrencyID>
<Description>sample string 2</Description>
<Message>sample string 3</Message>
<OverrideType>64</OverrideType>
<OverrideTypeText>sample string 4</OverrideTypeText>
<Password>sample string 7</Password>
<ReceiptNo>1</ReceiptNo>
<SplitHeaderID>1</SplitHeaderID>
<TerminalID>1</TerminalID>
<TerminalName>sample string 6</TerminalName>
<UserId>1</UserId>
<UserName>sample string 5</UserName>
</TransactionOverrideDto>
</TransactionOverrides>
<AccountRating xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 6</AccountRating>
<Accounts xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<ReceiptLineDto>
<AmountPaid>1</AmountPaid>
<CanEditAmount>true</CanEditAmount>
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 2</Id>
<Name>sample string 1</Name>
<OpenBalance>1</OpenBalance>
</ReceiptLineDto>
<ReceiptLineDto>
<AmountPaid>1</AmountPaid>
<CanEditAmount>true</CanEditAmount>
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 2</Id>
<Name>sample string 1</Name>
<OpenBalance>1</OpenBalance>
</ReceiptLineDto>
</Accounts>
<Arrears xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 2</Arrears>
<ArrearsDays xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<d2p1:KeyValueOflongint>
<d2p1:Key>1</d2p1:Key>
<d2p1:Value>2</d2p1:Value>
</d2p1:KeyValueOflongint>
<d2p1:KeyValueOflongint>
<d2p1:Key>3</d2p1:Key>
<d2p1:Value>4</d2p1:Value>
</d2p1:KeyValueOflongint>
</ArrearsDays>
<BalanceDate xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 8</BalanceDate>
<Change xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</Change>
<ClearedFunds xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 9</ClearedFunds>
<CurrencyID xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</CurrencyID>
<DaysLate xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</DaysLate>
<DontSettleLinkedSavings xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">true</DontSettleLinkedSavings>
<Due xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 7</Due>
<DueDate xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 4</DueDate>
<Fees xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<FeeLineDto>
<AmountPaid>1</AmountPaid>
<CanEditAmount i:nil="true" />
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 6</Id>
<Name>sample string 5</Name>
<OpenBalance>1</OpenBalance>
<AccountID>1</AccountID>
<AdjustFee>true</AdjustFee>
<AllowAmountChange>true</AllowAmountChange>
<Amount>1</Amount>
<CUAccountFeeID>1</CUAccountFeeID>
<CUFeeID>1</CUFeeID>
<CanEditAmount>true</CanEditAmount>
<Charged>true</Charged>
<ManuallyAdded>true</ManuallyAdded>
<Paid>true</Paid>
</FeeLineDto>
<FeeLineDto>
<AmountPaid>1</AmountPaid>
<CanEditAmount i:nil="true" />
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 6</Id>
<Name>sample string 5</Name>
<OpenBalance>1</OpenBalance>
<AccountID>1</AccountID>
<AdjustFee>true</AdjustFee>
<AllowAmountChange>true</AllowAmountChange>
<Amount>1</Amount>
<CUAccountFeeID>1</CUAccountFeeID>
<CUFeeID>1</CUFeeID>
<CanEditAmount>true</CanEditAmount>
<Charged>true</Charged>
<ManuallyAdded>true</ManuallyAdded>
<Paid>true</Paid>
</FeeLineDto>
</Fees>
<FieldChanged xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 10</FieldChanged>
<Installment xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 3</Installment>
<Insurance xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<AmountPaid>1</AmountPaid>
<CanEditAmount>true</CanEditAmount>
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 3</Id>
<Name>sample string 2</Name>
<OpenBalance>1</OpenBalance>
<CUInsuranceID>1</CUInsuranceID>
<InsuranceAmount>1</InsuranceAmount>
<InsuranceDescription>sample string 1</InsuranceDescription>
<IsCash>true</IsCash>
</Insurance>
<IsArrears xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">true</IsArrears>
<IsLoanAccount xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">true</IsLoanAccount>
<IsTransferAccount xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">true</IsTransferAccount>
<Payment xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 5</Payment>
<ReceiptPrintParameters xmlns:d2p1="http://schemas.datacontract.org/2004/07/Abacus.BusinessRules.Search.Reports" xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<d2p1:BranchCode>sample string 1</d2p1:BranchCode>
<d2p1:CanPrint>true</d2p1:CanPrint>
<d2p1:Format>sample string 3</d2p1:Format>
<d2p1:HideBalance>true</d2p1:HideBalance>
<d2p1:ReceiptNo>1</d2p1:ReceiptNo>
<d2p1:Reprint>true</d2p1:Reprint>
<d2p1:UseDefaultFormat>true</d2p1:UseDefaultFormat>
<d2p1:WithCashOutReceipt>true</d2p1:WithCashOutReceipt>
</ReceiptPrintParameters>
<ReceiptType xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">SavingsDeposit</ReceiptType>
<TempToken xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 15</TempToken>
<Tendered xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</Tendered>
<Totals xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<AmountPaid>1</AmountPaid>
<CanEditAmount>true</CanEditAmount>
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 2</Id>
<Name>sample string 1</Name>
<OpenBalance>1</OpenBalance>
</Totals>
<WrittenOffInformation xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 11</WrittenOffInformation>
<LoanRepaymentDto xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<d2p1:AccountNumber>sample string 17</d2p1:AccountNumber>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:CUAccountID>1</d2p1:CUAccountID>
<d2p1:ExternalRefNo>sample string 19</d2p1:ExternalRefNo>
<d2p1:Notes>sample string 18</d2p1:Notes>
<d2p1:OverridePassword>sample string 21</d2p1:OverridePassword>
<d2p1:OverrideUserName>sample string 20</d2p1:OverrideUserName>
<d2p1:ReceiptNo>1</d2p1:ReceiptNo>
<d2p1:TransactionOverrides>
<d2p1:TransactionOverrideDto>
<d2p1:AccountInfo>sample string 1</d2p1:AccountInfo>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:Authorised>true</d2p1:Authorised>
<d2p1:CUAccountID>1</d2p1:CUAccountID>
<d2p1:CUTransactionOverrideID>1</d2p1:CUTransactionOverrideID>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:CurrencyID>1</d2p1:CurrencyID>
<d2p1:Description>sample string 2</d2p1:Description>
<d2p1:Message>sample string 3</d2p1:Message>
<d2p1:OverrideType>64</d2p1:OverrideType>
<d2p1:OverrideTypeText>sample string 4</d2p1:OverrideTypeText>
<d2p1:Password>sample string 7</d2p1:Password>
<d2p1:ReceiptNo>1</d2p1:ReceiptNo>
<d2p1:SplitHeaderID>1</d2p1:SplitHeaderID>
<d2p1:TerminalID>1</d2p1:TerminalID>
<d2p1:TerminalName>sample string 6</d2p1:TerminalName>
<d2p1:UserId>1</d2p1:UserId>
<d2p1:UserName>sample string 5</d2p1:UserName>
</d2p1:TransactionOverrideDto>
<d2p1:TransactionOverrideDto>
<d2p1:AccountInfo>sample string 1</d2p1:AccountInfo>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:Authorised>true</d2p1:Authorised>
<d2p1:CUAccountID>1</d2p1:CUAccountID>
<d2p1:CUTransactionOverrideID>1</d2p1:CUTransactionOverrideID>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:CurrencyID>1</d2p1:CurrencyID>
<d2p1:Description>sample string 2</d2p1:Description>
<d2p1:Message>sample string 3</d2p1:Message>
<d2p1:OverrideType>64</d2p1:OverrideType>
<d2p1:OverrideTypeText>sample string 4</d2p1:OverrideTypeText>
<d2p1:Password>sample string 7</d2p1:Password>
<d2p1:ReceiptNo>1</d2p1:ReceiptNo>
<d2p1:SplitHeaderID>1</d2p1:SplitHeaderID>
<d2p1:TerminalID>1</d2p1:TerminalID>
<d2p1:TerminalName>sample string 6</d2p1:TerminalName>
<d2p1:UserId>1</d2p1:UserId>
<d2p1:UserName>sample string 5</d2p1:UserName>
</d2p1:TransactionOverrideDto>
</d2p1:TransactionOverrides>
<d2p1:AccountRating>sample string 7</d2p1:AccountRating>
<d2p1:Accounts>
<d2p1:ReceiptLineDto>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:ReceiptLineDto>
<d2p1:ReceiptLineDto>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:ReceiptLineDto>
</d2p1:Accounts>
<d2p1:Arrears>sample string 3</d2p1:Arrears>
<d2p1:ArrearsDays xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOflongint>
<d3p1:Key>1</d3p1:Key>
<d3p1:Value>2</d3p1:Value>
</d3p1:KeyValueOflongint>
<d3p1:KeyValueOflongint>
<d3p1:Key>3</d3p1:Key>
<d3p1:Value>4</d3p1:Value>
</d3p1:KeyValueOflongint>
</d2p1:ArrearsDays>
<d2p1:BalanceDate>sample string 9</d2p1:BalanceDate>
<d2p1:Change>1</d2p1:Change>
<d2p1:ClearedFunds>sample string 10</d2p1:ClearedFunds>
<d2p1:CurrencyID>1</d2p1:CurrencyID>
<d2p1:DaysLate>1</d2p1:DaysLate>
<d2p1:DontSettleLinkedSavings>true</d2p1:DontSettleLinkedSavings>
<d2p1:Due>sample string 8</d2p1:Due>
<d2p1:DueDate>sample string 5</d2p1:DueDate>
<d2p1:Fees>
<d2p1:FeeLineDto>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount i:nil="true" />
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 6</d2p1:Id>
<d2p1:Name>sample string 5</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
<d2p1:AccountID>1</d2p1:AccountID>
<d2p1:AdjustFee>true</d2p1:AdjustFee>
<d2p1:AllowAmountChange>true</d2p1:AllowAmountChange>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:CUAccountFeeID>1</d2p1:CUAccountFeeID>
<d2p1:CUFeeID>1</d2p1:CUFeeID>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:Charged>true</d2p1:Charged>
<d2p1:ManuallyAdded>true</d2p1:ManuallyAdded>
<d2p1:Paid>true</d2p1:Paid>
</d2p1:FeeLineDto>
<d2p1:FeeLineDto>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount i:nil="true" />
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 6</d2p1:Id>
<d2p1:Name>sample string 5</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
<d2p1:AccountID>1</d2p1:AccountID>
<d2p1:AdjustFee>true</d2p1:AdjustFee>
<d2p1:AllowAmountChange>true</d2p1:AllowAmountChange>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:CUAccountFeeID>1</d2p1:CUAccountFeeID>
<d2p1:CUFeeID>1</d2p1:CUFeeID>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:Charged>true</d2p1:Charged>
<d2p1:ManuallyAdded>true</d2p1:ManuallyAdded>
<d2p1:Paid>true</d2p1:Paid>
</d2p1:FeeLineDto>
</d2p1:Fees>
<d2p1:FieldChanged>sample string 11</d2p1:FieldChanged>
<d2p1:Installment>sample string 4</d2p1:Installment>
<d2p1:Insurance>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 3</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
<d2p1:CUInsuranceID>1</d2p1:CUInsuranceID>
<d2p1:InsuranceAmount>1</d2p1:InsuranceAmount>
<d2p1:InsuranceDescription>sample string 1</d2p1:InsuranceDescription>
<d2p1:IsCash>true</d2p1:IsCash>
</d2p1:Insurance>
<d2p1:IsArrears>true</d2p1:IsArrears>
<d2p1:IsLoanAccount>true</d2p1:IsLoanAccount>
<d2p1:IsTransferAccount>true</d2p1:IsTransferAccount>
<d2p1:Payment>sample string 6</d2p1:Payment>
<d2p1:ReceiptPrintParameters xmlns:d3p1="http://schemas.datacontract.org/2004/07/Abacus.BusinessRules.Search.Reports">
<d3p1:BranchCode>sample string 1</d3p1:BranchCode>
<d3p1:CanPrint>true</d3p1:CanPrint>
<d3p1:Format>sample string 3</d3p1:Format>
<d3p1:HideBalance>true</d3p1:HideBalance>
<d3p1:ReceiptNo>1</d3p1:ReceiptNo>
<d3p1:Reprint>true</d3p1:Reprint>
<d3p1:UseDefaultFormat>true</d3p1:UseDefaultFormat>
<d3p1:WithCashOutReceipt>true</d3p1:WithCashOutReceipt>
</d2p1:ReceiptPrintParameters>
<d2p1:ReceiptType>SavingsDeposit</d2p1:ReceiptType>
<d2p1:TempToken>sample string 16</d2p1:TempToken>
<d2p1:Tendered>1</d2p1:Tendered>
<d2p1:Totals>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:Totals>
<d2p1:WrittenOffInformation>sample string 12</d2p1:WrittenOffInformation>
<d2p1:AccountFeeIDs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringArrayOfshortty7Ep6D1>
<d3p1:Key>sample string 1</d3p1:Key>
<d3p1:Value>
<d3p1:short>1</d3p1:short>
<d3p1:short>2</d3p1:short>
</d3p1:Value>
</d3p1:KeyValueOfstringArrayOfshortty7Ep6D1>
<d3p1:KeyValueOfstringArrayOfshortty7Ep6D1>
<d3p1:Key>sample string 2</d3p1:Key>
<d3p1:Value>
<d3p1:short>1</d3p1:short>
<d3p1:short>2</d3p1:short>
</d3p1:Value>
</d3p1:KeyValueOfstringArrayOfshortty7Ep6D1>
</d2p1:AccountFeeIDs>
<d2p1:AccountName>sample string 1</d2p1:AccountName>
<d2p1:AnalysisLinks xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.Analysis">
<d3p1:AnalysisLinkDto>
<d3p1:AccountID>1</d3p1:AccountID>
<d3p1:AnalysisFieldID>1</d3p1:AnalysisFieldID>
<d3p1:AnalysisLinkID>1</d3p1:AnalysisLinkID>
<d3p1:CUAccountID>1</d3p1:CUAccountID>
<d3p1:CUInsurancePolicyID>1</d3p1:CUInsurancePolicyID>
<d3p1:CustomerID>1</d3p1:CustomerID>
<d3p1:JournalEntryID>1</d3p1:JournalEntryID>
<d3p1:JournalPageID>1</d3p1:JournalPageID>
<d3p1:JournalPostID>1</d3p1:JournalPostID>
<d3p1:ProductID>1</d3p1:ProductID>
<d3p1:ReceiptNo>1</d3p1:ReceiptNo>
<d3p1:RecurringEntryID>1</d3p1:RecurringEntryID>
<d3p1:RecurringPageID>1</d3p1:RecurringPageID>
<d3p1:Selected>true</d3p1:Selected>
</d3p1:AnalysisLinkDto>
<d3p1:AnalysisLinkDto>
<d3p1:AccountID>1</d3p1:AccountID>
<d3p1:AnalysisFieldID>1</d3p1:AnalysisFieldID>
<d3p1:AnalysisLinkID>1</d3p1:AnalysisLinkID>
<d3p1:CUAccountID>1</d3p1:CUAccountID>
<d3p1:CUInsurancePolicyID>1</d3p1:CUInsurancePolicyID>
<d3p1:CustomerID>1</d3p1:CustomerID>
<d3p1:JournalEntryID>1</d3p1:JournalEntryID>
<d3p1:JournalPageID>1</d3p1:JournalPageID>
<d3p1:JournalPostID>1</d3p1:JournalPostID>
<d3p1:ProductID>1</d3p1:ProductID>
<d3p1:ReceiptNo>1</d3p1:ReceiptNo>
<d3p1:RecurringEntryID>1</d3p1:RecurringEntryID>
<d3p1:RecurringPageID>1</d3p1:RecurringPageID>
<d3p1:Selected>true</d3p1:Selected>
</d3p1:AnalysisLinkDto>
</d2p1:AnalysisLinks>
<d2p1:Interest>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:Interest>
<d2p1:LinkedSavings>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:LinkedSavings>
<d2p1:Principal>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:Principal>
<d2p1:SavingsList>
<SavingsListDto>
<AccountName>sample string 1</AccountName>
<AllowEdit>true</AllowEdit>
<BalanceDate>sample string 2</BalanceDate>
<ClearedFunds>1</ClearedFunds>
<ClosingBalance>1</ClosingBalance>
<Debit>1</Debit>
<OpeningBalance>1</OpeningBalance>
<SavingsID>1</SavingsID>
</SavingsListDto>
<SavingsListDto>
<AccountName>sample string 1</AccountName>
<AllowEdit>true</AllowEdit>
<BalanceDate>sample string 2</BalanceDate>
<ClearedFunds>1</ClearedFunds>
<ClosingBalance>1</ClosingBalance>
<Debit>1</Debit>
<OpeningBalance>1</OpeningBalance>
<SavingsID>1</SavingsID>
</SavingsListDto>
</d2p1:SavingsList>
<d2p1:Surveys>
<d2p1:SurveyDto>
<d2p1:Date>sample string 1</d2p1:Date>
<d2p1:SurveyID>1</d2p1:SurveyID>
<d2p1:TotalScore>1</d2p1:TotalScore>
<d2p1:UDFLinks xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
</d2p1:UDFLinks>
<d2p1:UserDefinedFieldGroupID>1</d2p1:UserDefinedFieldGroupID>
</d2p1:SurveyDto>
<d2p1:SurveyDto>
<d2p1:Date>sample string 1</d2p1:Date>
<d2p1:SurveyID>1</d2p1:SurveyID>
<d2p1:TotalScore>1</d2p1:TotalScore>
<d2p1:UDFLinks xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
</d2p1:UDFLinks>
<d2p1:UserDefinedFieldGroupID>1</d2p1:UserDefinedFieldGroupID>
</d2p1:SurveyDto>
</d2p1:Surveys>
</LoanRepaymentDto>
<SavingsDepositDto xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<d2p1:AccountNumber>sample string 18</d2p1:AccountNumber>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:CUAccountID>1</d2p1:CUAccountID>
<d2p1:ExternalRefNo>sample string 20</d2p1:ExternalRefNo>
<d2p1:Notes>sample string 19</d2p1:Notes>
<d2p1:OverridePassword>sample string 22</d2p1:OverridePassword>
<d2p1:OverrideUserName>sample string 21</d2p1:OverrideUserName>
<d2p1:ReceiptNo>1</d2p1:ReceiptNo>
<d2p1:TransactionOverrides>
<d2p1:TransactionOverrideDto>
<d2p1:AccountInfo>sample string 1</d2p1:AccountInfo>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:Authorised>true</d2p1:Authorised>
<d2p1:CUAccountID>1</d2p1:CUAccountID>
<d2p1:CUTransactionOverrideID>1</d2p1:CUTransactionOverrideID>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:CurrencyID>1</d2p1:CurrencyID>
<d2p1:Description>sample string 2</d2p1:Description>
<d2p1:Message>sample string 3</d2p1:Message>
<d2p1:OverrideType>64</d2p1:OverrideType>
<d2p1:OverrideTypeText>sample string 4</d2p1:OverrideTypeText>
<d2p1:Password>sample string 7</d2p1:Password>
<d2p1:ReceiptNo>1</d2p1:ReceiptNo>
<d2p1:SplitHeaderID>1</d2p1:SplitHeaderID>
<d2p1:TerminalID>1</d2p1:TerminalID>
<d2p1:TerminalName>sample string 6</d2p1:TerminalName>
<d2p1:UserId>1</d2p1:UserId>
<d2p1:UserName>sample string 5</d2p1:UserName>
</d2p1:TransactionOverrideDto>
<d2p1:TransactionOverrideDto>
<d2p1:AccountInfo>sample string 1</d2p1:AccountInfo>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:Authorised>true</d2p1:Authorised>
<d2p1:CUAccountID>1</d2p1:CUAccountID>
<d2p1:CUTransactionOverrideID>1</d2p1:CUTransactionOverrideID>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:CurrencyID>1</d2p1:CurrencyID>
<d2p1:Description>sample string 2</d2p1:Description>
<d2p1:Message>sample string 3</d2p1:Message>
<d2p1:OverrideType>64</d2p1:OverrideType>
<d2p1:OverrideTypeText>sample string 4</d2p1:OverrideTypeText>
<d2p1:Password>sample string 7</d2p1:Password>
<d2p1:ReceiptNo>1</d2p1:ReceiptNo>
<d2p1:SplitHeaderID>1</d2p1:SplitHeaderID>
<d2p1:TerminalID>1</d2p1:TerminalID>
<d2p1:TerminalName>sample string 6</d2p1:TerminalName>
<d2p1:UserId>1</d2p1:UserId>
<d2p1:UserName>sample string 5</d2p1:UserName>
</d2p1:TransactionOverrideDto>
</d2p1:TransactionOverrides>
<d2p1:AccountRating>sample string 8</d2p1:AccountRating>
<d2p1:Accounts>
<d2p1:ReceiptLineDto>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:ReceiptLineDto>
<d2p1:ReceiptLineDto>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:ReceiptLineDto>
</d2p1:Accounts>
<d2p1:Arrears>sample string 4</d2p1:Arrears>
<d2p1:ArrearsDays xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOflongint>
<d3p1:Key>1</d3p1:Key>
<d3p1:Value>2</d3p1:Value>
</d3p1:KeyValueOflongint>
<d3p1:KeyValueOflongint>
<d3p1:Key>3</d3p1:Key>
<d3p1:Value>4</d3p1:Value>
</d3p1:KeyValueOflongint>
</d2p1:ArrearsDays>
<d2p1:BalanceDate>sample string 10</d2p1:BalanceDate>
<d2p1:Change>1</d2p1:Change>
<d2p1:ClearedFunds>sample string 11</d2p1:ClearedFunds>
<d2p1:CurrencyID>1</d2p1:CurrencyID>
<d2p1:DaysLate>1</d2p1:DaysLate>
<d2p1:DontSettleLinkedSavings>true</d2p1:DontSettleLinkedSavings>
<d2p1:Due>sample string 9</d2p1:Due>
<d2p1:DueDate>sample string 6</d2p1:DueDate>
<d2p1:Fees>
<d2p1:FeeLineDto>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount i:nil="true" />
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 6</d2p1:Id>
<d2p1:Name>sample string 5</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
<d2p1:AccountID>1</d2p1:AccountID>
<d2p1:AdjustFee>true</d2p1:AdjustFee>
<d2p1:AllowAmountChange>true</d2p1:AllowAmountChange>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:CUAccountFeeID>1</d2p1:CUAccountFeeID>
<d2p1:CUFeeID>1</d2p1:CUFeeID>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:Charged>true</d2p1:Charged>
<d2p1:ManuallyAdded>true</d2p1:ManuallyAdded>
<d2p1:Paid>true</d2p1:Paid>
</d2p1:FeeLineDto>
<d2p1:FeeLineDto>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount i:nil="true" />
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 6</d2p1:Id>
<d2p1:Name>sample string 5</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
<d2p1:AccountID>1</d2p1:AccountID>
<d2p1:AdjustFee>true</d2p1:AdjustFee>
<d2p1:AllowAmountChange>true</d2p1:AllowAmountChange>
<d2p1:Amount>1</d2p1:Amount>
<d2p1:CUAccountFeeID>1</d2p1:CUAccountFeeID>
<d2p1:CUFeeID>1</d2p1:CUFeeID>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:Charged>true</d2p1:Charged>
<d2p1:ManuallyAdded>true</d2p1:ManuallyAdded>
<d2p1:Paid>true</d2p1:Paid>
</d2p1:FeeLineDto>
</d2p1:Fees>
<d2p1:FieldChanged>sample string 12</d2p1:FieldChanged>
<d2p1:Installment>sample string 5</d2p1:Installment>
<d2p1:Insurance>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 3</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
<d2p1:CUInsuranceID>1</d2p1:CUInsuranceID>
<d2p1:InsuranceAmount>1</d2p1:InsuranceAmount>
<d2p1:InsuranceDescription>sample string 1</d2p1:InsuranceDescription>
<d2p1:IsCash>true</d2p1:IsCash>
</d2p1:Insurance>
<d2p1:IsArrears>true</d2p1:IsArrears>
<d2p1:IsLoanAccount>true</d2p1:IsLoanAccount>
<d2p1:IsTransferAccount>true</d2p1:IsTransferAccount>
<d2p1:Payment>sample string 7</d2p1:Payment>
<d2p1:ReceiptPrintParameters xmlns:d3p1="http://schemas.datacontract.org/2004/07/Abacus.BusinessRules.Search.Reports">
<d3p1:BranchCode>sample string 1</d3p1:BranchCode>
<d3p1:CanPrint>true</d3p1:CanPrint>
<d3p1:Format>sample string 3</d3p1:Format>
<d3p1:HideBalance>true</d3p1:HideBalance>
<d3p1:ReceiptNo>1</d3p1:ReceiptNo>
<d3p1:Reprint>true</d3p1:Reprint>
<d3p1:UseDefaultFormat>true</d3p1:UseDefaultFormat>
<d3p1:WithCashOutReceipt>true</d3p1:WithCashOutReceipt>
</d2p1:ReceiptPrintParameters>
<d2p1:ReceiptType>SavingsDeposit</d2p1:ReceiptType>
<d2p1:TempToken>sample string 17</d2p1:TempToken>
<d2p1:Tendered>1</d2p1:Tendered>
<d2p1:Totals>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:Totals>
<d2p1:WrittenOffInformation>sample string 13</d2p1:WrittenOffInformation>
<d2p1:AnalysisLinks xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.Analysis">
<d3p1:AnalysisLinkDto>
<d3p1:AccountID>1</d3p1:AccountID>
<d3p1:AnalysisFieldID>1</d3p1:AnalysisFieldID>
<d3p1:AnalysisLinkID>1</d3p1:AnalysisLinkID>
<d3p1:CUAccountID>1</d3p1:CUAccountID>
<d3p1:CUInsurancePolicyID>1</d3p1:CUInsurancePolicyID>
<d3p1:CustomerID>1</d3p1:CustomerID>
<d3p1:JournalEntryID>1</d3p1:JournalEntryID>
<d3p1:JournalPageID>1</d3p1:JournalPageID>
<d3p1:JournalPostID>1</d3p1:JournalPostID>
<d3p1:ProductID>1</d3p1:ProductID>
<d3p1:ReceiptNo>1</d3p1:ReceiptNo>
<d3p1:RecurringEntryID>1</d3p1:RecurringEntryID>
<d3p1:RecurringPageID>1</d3p1:RecurringPageID>
<d3p1:Selected>true</d3p1:Selected>
</d3p1:AnalysisLinkDto>
<d3p1:AnalysisLinkDto>
<d3p1:AccountID>1</d3p1:AccountID>
<d3p1:AnalysisFieldID>1</d3p1:AnalysisFieldID>
<d3p1:AnalysisLinkID>1</d3p1:AnalysisLinkID>
<d3p1:CUAccountID>1</d3p1:CUAccountID>
<d3p1:CUInsurancePolicyID>1</d3p1:CUInsurancePolicyID>
<d3p1:CustomerID>1</d3p1:CustomerID>
<d3p1:JournalEntryID>1</d3p1:JournalEntryID>
<d3p1:JournalPageID>1</d3p1:JournalPageID>
<d3p1:JournalPostID>1</d3p1:JournalPostID>
<d3p1:ProductID>1</d3p1:ProductID>
<d3p1:ReceiptNo>1</d3p1:ReceiptNo>
<d3p1:RecurringEntryID>1</d3p1:RecurringEntryID>
<d3p1:RecurringPageID>1</d3p1:RecurringPageID>
<d3p1:Selected>true</d3p1:Selected>
</d3p1:AnalysisLinkDto>
</d2p1:AnalysisLinks>
<d2p1:ErrorMessage>sample string 1</d2p1:ErrorMessage>
<d2p1:Principal>
<d2p1:AmountPaid>1</d2p1:AmountPaid>
<d2p1:CanEditAmount>true</d2p1:CanEditAmount>
<d2p1:ClosingBalance>1</d2p1:ClosingBalance>
<d2p1:CreditAmount>1</d2p1:CreditAmount>
<d2p1:DebitAmount>1</d2p1:DebitAmount>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:OpenBalance>1</d2p1:OpenBalance>
</d2p1:Principal>
<d2p1:Status>sample string 2</d2p1:Status>
<d2p1:Surveys>
<d2p1:SurveyDto>
<d2p1:Date>sample string 1</d2p1:Date>
<d2p1:SurveyID>1</d2p1:SurveyID>
<d2p1:TotalScore>1</d2p1:TotalScore>
<d2p1:UDFLinks xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
</d2p1:UDFLinks>
<d2p1:UserDefinedFieldGroupID>1</d2p1:UserDefinedFieldGroupID>
</d2p1:SurveyDto>
<d2p1:SurveyDto>
<d2p1:Date>sample string 1</d2p1:Date>
<d2p1:SurveyID>1</d2p1:SurveyID>
<d2p1:TotalScore>1</d2p1:TotalScore>
<d2p1:UDFLinks xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
</d2p1:UDFLinks>
<d2p1:UserDefinedFieldGroupID>1</d2p1:UserDefinedFieldGroupID>
</d2p1:SurveyDto>
</d2p1:Surveys>
</SavingsDepositDto>
<SavingsWithdrawalDto>
<AccountNumber xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 18</AccountNumber>
<Amount xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</Amount>
<CUAccountID xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</CUAccountID>
<ExternalRefNo xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 20</ExternalRefNo>
<Notes xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 19</Notes>
<OverridePassword xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 22</OverridePassword>
<OverrideUserName xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 21</OverrideUserName>
<ReceiptNo xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</ReceiptNo>
<TransactionOverrides xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<TransactionOverrideDto>
<AccountInfo>sample string 1</AccountInfo>
<Amount>1</Amount>
<Authorised>true</Authorised>
<CUAccountID>1</CUAccountID>
<CUTransactionOverrideID>1</CUTransactionOverrideID>
<Checked>true</Checked>
<CurrencyID>1</CurrencyID>
<Description>sample string 2</Description>
<Message>sample string 3</Message>
<OverrideType>64</OverrideType>
<OverrideTypeText>sample string 4</OverrideTypeText>
<Password>sample string 7</Password>
<ReceiptNo>1</ReceiptNo>
<SplitHeaderID>1</SplitHeaderID>
<TerminalID>1</TerminalID>
<TerminalName>sample string 6</TerminalName>
<UserId>1</UserId>
<UserName>sample string 5</UserName>
</TransactionOverrideDto>
<TransactionOverrideDto>
<AccountInfo>sample string 1</AccountInfo>
<Amount>1</Amount>
<Authorised>true</Authorised>
<CUAccountID>1</CUAccountID>
<CUTransactionOverrideID>1</CUTransactionOverrideID>
<Checked>true</Checked>
<CurrencyID>1</CurrencyID>
<Description>sample string 2</Description>
<Message>sample string 3</Message>
<OverrideType>64</OverrideType>
<OverrideTypeText>sample string 4</OverrideTypeText>
<Password>sample string 7</Password>
<ReceiptNo>1</ReceiptNo>
<SplitHeaderID>1</SplitHeaderID>
<TerminalID>1</TerminalID>
<TerminalName>sample string 6</TerminalName>
<UserId>1</UserId>
<UserName>sample string 5</UserName>
</TransactionOverrideDto>
</TransactionOverrides>
<AccountRating xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 8</AccountRating>
<Accounts xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<ReceiptLineDto>
<AmountPaid>1</AmountPaid>
<CanEditAmount>true</CanEditAmount>
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 2</Id>
<Name>sample string 1</Name>
<OpenBalance>1</OpenBalance>
</ReceiptLineDto>
<ReceiptLineDto>
<AmountPaid>1</AmountPaid>
<CanEditAmount>true</CanEditAmount>
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 2</Id>
<Name>sample string 1</Name>
<OpenBalance>1</OpenBalance>
</ReceiptLineDto>
</Accounts>
<Arrears xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 4</Arrears>
<ArrearsDays xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<d3p1:KeyValueOflongint>
<d3p1:Key>1</d3p1:Key>
<d3p1:Value>2</d3p1:Value>
</d3p1:KeyValueOflongint>
<d3p1:KeyValueOflongint>
<d3p1:Key>3</d3p1:Key>
<d3p1:Value>4</d3p1:Value>
</d3p1:KeyValueOflongint>
</ArrearsDays>
<BalanceDate xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 10</BalanceDate>
<Change xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</Change>
<ClearedFunds xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 11</ClearedFunds>
<CurrencyID xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</CurrencyID>
<DaysLate xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</DaysLate>
<DontSettleLinkedSavings xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">true</DontSettleLinkedSavings>
<Due xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 9</Due>
<DueDate xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 6</DueDate>
<Fees xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<FeeLineDto>
<AmountPaid>1</AmountPaid>
<CanEditAmount i:nil="true" />
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 6</Id>
<Name>sample string 5</Name>
<OpenBalance>1</OpenBalance>
<AccountID>1</AccountID>
<AdjustFee>true</AdjustFee>
<AllowAmountChange>true</AllowAmountChange>
<Amount>1</Amount>
<CUAccountFeeID>1</CUAccountFeeID>
<CUFeeID>1</CUFeeID>
<CanEditAmount>true</CanEditAmount>
<Charged>true</Charged>
<ManuallyAdded>true</ManuallyAdded>
<Paid>true</Paid>
</FeeLineDto>
<FeeLineDto>
<AmountPaid>1</AmountPaid>
<CanEditAmount i:nil="true" />
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 6</Id>
<Name>sample string 5</Name>
<OpenBalance>1</OpenBalance>
<AccountID>1</AccountID>
<AdjustFee>true</AdjustFee>
<AllowAmountChange>true</AllowAmountChange>
<Amount>1</Amount>
<CUAccountFeeID>1</CUAccountFeeID>
<CUFeeID>1</CUFeeID>
<CanEditAmount>true</CanEditAmount>
<Charged>true</Charged>
<ManuallyAdded>true</ManuallyAdded>
<Paid>true</Paid>
</FeeLineDto>
</Fees>
<FieldChanged xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 12</FieldChanged>
<Installment xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 5</Installment>
<Insurance xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<AmountPaid>1</AmountPaid>
<CanEditAmount>true</CanEditAmount>
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 3</Id>
<Name>sample string 2</Name>
<OpenBalance>1</OpenBalance>
<CUInsuranceID>1</CUInsuranceID>
<InsuranceAmount>1</InsuranceAmount>
<InsuranceDescription>sample string 1</InsuranceDescription>
<IsCash>true</IsCash>
</Insurance>
<IsArrears xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">true</IsArrears>
<IsLoanAccount xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">true</IsLoanAccount>
<IsTransferAccount xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">true</IsTransferAccount>
<Payment xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 7</Payment>
<ReceiptPrintParameters xmlns:d3p1="http://schemas.datacontract.org/2004/07/Abacus.BusinessRules.Search.Reports" xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<d3p1:BranchCode>sample string 1</d3p1:BranchCode>
<d3p1:CanPrint>true</d3p1:CanPrint>
<d3p1:Format>sample string 3</d3p1:Format>
<d3p1:HideBalance>true</d3p1:HideBalance>
<d3p1:ReceiptNo>1</d3p1:ReceiptNo>
<d3p1:Reprint>true</d3p1:Reprint>
<d3p1:UseDefaultFormat>true</d3p1:UseDefaultFormat>
<d3p1:WithCashOutReceipt>true</d3p1:WithCashOutReceipt>
</ReceiptPrintParameters>
<ReceiptType xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">SavingsDeposit</ReceiptType>
<TempToken xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 17</TempToken>
<Tendered xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">1</Tendered>
<Totals xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<AmountPaid>1</AmountPaid>
<CanEditAmount>true</CanEditAmount>
<ClosingBalance>1</ClosingBalance>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Id>sample string 2</Id>
<Name>sample string 1</Name>
<OpenBalance>1</OpenBalance>
</Totals>
<WrittenOffInformation xmlns="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">sample string 13</WrittenOffInformation>
<AnalysisLinks xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.Analysis">
<d3p1:AnalysisLinkDto>
<d3p1:AccountID>1</d3p1:AccountID>
<d3p1:AnalysisFieldID>1</d3p1:AnalysisFieldID>
<d3p1:AnalysisLinkID>1</d3p1:AnalysisLinkID>
<d3p1:CUAccountID>1</d3p1:CUAccountID>
<d3p1:CUInsurancePolicyID>1</d3p1:CUInsurancePolicyID>
<d3p1:CustomerID>1</d3p1:CustomerID>
<d3p1:JournalEntryID>1</d3p1:JournalEntryID>
<d3p1:JournalPageID>1</d3p1:JournalPageID>
<d3p1:JournalPostID>1</d3p1:JournalPostID>
<d3p1:ProductID>1</d3p1:ProductID>
<d3p1:ReceiptNo>1</d3p1:ReceiptNo>
<d3p1:RecurringEntryID>1</d3p1:RecurringEntryID>
<d3p1:RecurringPageID>1</d3p1:RecurringPageID>
<d3p1:Selected>true</d3p1:Selected>
</d3p1:AnalysisLinkDto>
<d3p1:AnalysisLinkDto>
<d3p1:AccountID>1</d3p1:AccountID>
<d3p1:AnalysisFieldID>1</d3p1:AnalysisFieldID>
<d3p1:AnalysisLinkID>1</d3p1:AnalysisLinkID>
<d3p1:CUAccountID>1</d3p1:CUAccountID>
<d3p1:CUInsurancePolicyID>1</d3p1:CUInsurancePolicyID>
<d3p1:CustomerID>1</d3p1:CustomerID>
<d3p1:JournalEntryID>1</d3p1:JournalEntryID>
<d3p1:JournalPageID>1</d3p1:JournalPageID>
<d3p1:JournalPostID>1</d3p1:JournalPostID>
<d3p1:ProductID>1</d3p1:ProductID>
<d3p1:ReceiptNo>1</d3p1:ReceiptNo>
<d3p1:RecurringEntryID>1</d3p1:RecurringEntryID>
<d3p1:RecurringPageID>1</d3p1:RecurringPageID>
<d3p1:Selected>true</d3p1:Selected>
</d3p1:AnalysisLinkDto>
</AnalysisLinks>
<ErrorMessage>sample string 1</ErrorMessage>
<Interest xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<d3p1:AmountPaid>1</d3p1:AmountPaid>
<d3p1:CanEditAmount>true</d3p1:CanEditAmount>
<d3p1:ClosingBalance>1</d3p1:ClosingBalance>
<d3p1:CreditAmount>1</d3p1:CreditAmount>
<d3p1:DebitAmount>1</d3p1:DebitAmount>
<d3p1:Id>sample string 2</d3p1:Id>
<d3p1:Name>sample string 1</d3p1:Name>
<d3p1:OpenBalance>1</d3p1:OpenBalance>
</Interest>
<Principal xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<d3p1:AmountPaid>1</d3p1:AmountPaid>
<d3p1:CanEditAmount>true</d3p1:CanEditAmount>
<d3p1:ClosingBalance>1</d3p1:ClosingBalance>
<d3p1:CreditAmount>1</d3p1:CreditAmount>
<d3p1:DebitAmount>1</d3p1:DebitAmount>
<d3p1:Id>sample string 2</d3p1:Id>
<d3p1:Name>sample string 1</d3p1:Name>
<d3p1:OpenBalance>1</d3p1:OpenBalance>
</Principal>
<ProductTypeID>ShareSavings</ProductTypeID>
<Status>sample string 2</Status>
<Surveys xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto">
<d3p1:SurveyDto>
<d3p1:Date>sample string 1</d3p1:Date>
<d3p1:SurveyID>1</d3p1:SurveyID>
<d3p1:TotalScore>1</d3p1:TotalScore>
<d3p1:UDFLinks xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
</d3p1:UDFLinks>
<d3p1:UserDefinedFieldGroupID>1</d3p1:UserDefinedFieldGroupID>
</d3p1:SurveyDto>
<d3p1:SurveyDto>
<d3p1:Date>sample string 1</d3p1:Date>
<d3p1:SurveyID>1</d3p1:SurveyID>
<d3p1:TotalScore>1</d3p1:TotalScore>
<d3p1:UDFLinks xmlns:d5p1="http://schemas.datacontract.org/2004/07/Fern.Abacus.ObjectModel.Dto.UserDefinedFields">
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
<d5p1:UserDefinedFieldLinkDto>
<d5p1:BranchID>1</d5p1:BranchID>
<d5p1:CUAccountID>1</d5p1:CUAccountID>
<d5p1:CUInsurancePolicyID>1</d5p1:CUInsurancePolicyID>
<d5p1:CULoanReviewID>1</d5p1:CULoanReviewID>
<d5p1:CustomerID>1</d5p1:CustomerID>
<d5p1:CustomerTypes>1</d5p1:CustomerTypes>
<d5p1:DateValue>sample string 4</d5p1:DateValue>
<d5p1:FieldCurrency>1</d5p1:FieldCurrency>
<d5p1:FieldName>sample string 3</d5p1:FieldName>
<d5p1:InteractionID>1</d5p1:InteractionID>
<d5p1:Mandatory>true</d5p1:Mandatory>
<d5p1:Mask>sample string 2</d5p1:Mask>
<d5p1:Order>1</d5p1:Order>
<d5p1:ProductID>1</d5p1:ProductID>
<d5p1:ReceiptNo>1</d5p1:ReceiptNo>
<d5p1:SurveyID>1</d5p1:SurveyID>
<d5p1:UDFFieldID>1</d5p1:UDFFieldID>
<d5p1:UDFLinkID>1</d5p1:UDFLinkID>
<d5p1:UDFType>64</d5p1:UDFType>
<d5p1:UniqueField>true</d5p1:UniqueField>
<d5p1:UserDefinedFieldListID>1</d5p1:UserDefinedFieldListID>
<d5p1:ValidateActiveUDF>true</d5p1:ValidateActiveUDF>
<d5p1:Value>sample string 1</d5p1:Value>
</d5p1:UserDefinedFieldLinkDto>
</d3p1:UDFLinks>
<d3p1:UserDefinedFieldGroupID>1</d3p1:UserDefinedFieldGroupID>
</d3p1:SurveyDto>
</Surveys>
</SavingsWithdrawalDto>
</ReceiptCustomerTransferWebDto>