|
Whenever I try to reschedule loan installment, which has some fee or penalty assigned, the rescheduling request fails.
Is this scenario supported? If so, how to overcome mentioned problem?
The failing API call is this: POST https://xxx:8443/mifosng-provider/api/v1/rescheduleloans HTTP/1.1 Host: xxx:8443 Connection: keep-alive Accept: application/json, text/plain, / Content-Type: application/json X-Mifos-Platform-TenantId: default Origin: http://localhost:9000 Authorization: Basic xxx Accept-Encoding: gzip,deflate Accept-Language: en-GB,en-US;q=0.8,en;q=0.6 Content-Length: 352 { "loanId": 839, "graceOnPrincipal": 2, "rescheduleFromDate": "2014-10-31", "adjustedDueDate": "2014-11-20", "dateFormat": "yyyy-MM-dd", "locale": "en", "recalculateInterest": false, "submittedOnDate": "2014-09-27", "rescheduleReasonComment" : "Client has gone AWOL", "rescheduleReasonId": 1 }
Thanks in advance for any information.
|