You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by "Dayna Harp (JIRA)" <ji...@apache.org> on 2016/02/08 14:45:40 UTC

[jira] [Created] (FINERACT-18) Unable to reschedule loan with fee attached

Dayna Harp created FINERACT-18:
----------------------------------

             Summary: Unable to reschedule loan with fee attached
                 Key: FINERACT-18
                 URL: https://issues.apache.org/jira/browse/FINERACT-18
             Project: Apache Fineract
          Issue Type: Bug
          Components: Loan
            Reporter: Dayna Harp
            Assignee: Markus Geiss
            Priority: Blocker


https://mifosforge.jira.com/browse/MIFOSX-1593
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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)