|
For loans and savings the timeline is provided in the API result eg: "timeline": { "submittedOnDate": [ 2013, 10, 29 ], "submittedByUsername": "mifos", "submittedByFirstname": "mifos", "submittedByLastname": "Administrator", "approvedOnDate": [ 2013, 10, 29 ], "approvedByUsername": "mifos", "approvedByFirstname": "mifos", "approvedByLastname": "bla", "expectedDisbursementDate": [ 2013, 10, 29 ], "expectedMaturityDate": [ 2014, 4, 8 ] }
,
We should add the same timeline to the other endpoints to make the tracking more ambiguous.
|