|
Okeleke Mike A new API has been introduced for the same (it should work for interest bearing accounts too, though I have not tested out the same)
Details of the API are updated in the documentation, the same has been pasted below for your perusal
code <div class="method-example"> <code class="method-declaration">POST https://Domain Name/api/v1/recurringdepositaccounts/ {accountId}
?command=updateDepositAmount</code> <code class="method-request">POST recurringdepositaccounts/4?command=updateDepositAmount Content-Type: application/json Request Body: { "locale": "en", "dateFormat": "dd MMMM yyyy", "effectiveDate": "01 Dec 2014" "mandatoryRecommendedDepositAmount": 398 }
</code> <code class="method-response">
{ "officeId": 1, "clientId": 6, "savingsId": 4, "resourceId": 4, "changes": { "mandatoryRecommendedDepositAmount": 398 }
}
</code> </div>
code
|