Issue Type: Bug Bug
Assignee: Madhukar
Components: Deposit Product
Created: 23/Feb/13 4:51 AM
Description:

able to retrieve an already deleted deposit product details through single retrieve

GET /depositproducts/1

{
  "id": 1,
  "externalId": "1_DELETED_null",
  "name": "1_DELETED_Test",
  "description": "asdf",
  "currencyCode": "USD",
  "digitsAfterDecimal": 2,
  "minimumBalance": 100,
  "maximumBalance": 1000,
  "tenureInMonths": 12,
  "maturityDefaultInterestRate": 12,
  "maturityMinInterestRate": 8,
  "maturityMaxInterestRate": 12,
  "interestCompoundedEvery": 1,
  "interestCompoundedEveryPeriodType": {
    "id": 2,
    "code": "deposit.interest.compounding.period.periodFrequencyType.months",
    "value": "Months"
  },
  "currency": {
    "code": "USD",
    "name": "US Dollar",
    "decimalPlaces": 2,
    "displaySymbol": "$",
    "nameCode": "currency.USD",
    "displayLabel": "US Dollar ($)"
  },
  "renewalAllowed": false,
  "preClosureAllowed": false,
  "preClosureInterestRate": 6,
  "interestCompoundingAllowed": false,
  "isLockinPeriodAllowed": false,
  "lockinPeriod": 2,
  "lockinPeriodType": {
    "id": 2,
    "code": "deposit.interest.compounding.period.periodFrequencyType.months",
    "value": "Months"
  },
  "createdOn": 1361543970000,
  "lastModifedOn": 1361544535000
}
Project: Mifos X
Priority: Major Major
Reporter: keithwoodlock
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to