Issue Type: Bug Bug
Assignee: Unassigned
Created: 05/Mar/13 6:57 AM
Description:

I am automating some specific bulk payment processing for an implementation and wanted to USE the Mifos 2.6.0 Rest API, but i am having a problem with accessing the content (i have already made successfully the boiler plate code to authenticate in spring). But i am having an error message i want to execute the api method repay.

This is the intercepted raw POST Request::

POST http://127.0.0.1:8888/mifos/account/loan/num-000100000000110/repay.json HTTP/1.1
User-agent: Mifos REST Client
Content-Type: application/json
Content-Length: 16
Host: 127.0.0.1:8888
Connection: Keep-Alive

{"amount":240.4}

This is the mifos 2.6.0 response::

{"status":"error","cause":"Required BigDecimal parameter 'amount' is not present"}
Fix Versions: Release K
Project: mifos
Priority: Minor Minor
Reporter: Natalia Szpręga
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