v1
latestOpenAPI 3.0.02026-07-242035712.0 MBCredit interest
Get Interest History
This web service gets the history of an interest that was applied but is no longer active
post/pws/pws_cr_get_interest_historic/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"interest_rate_id": 1
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"effective_date": "2020-11-19",
"start_counting_from": "SET",
"interest_rate_id": 11,
"client_id": 472176,
"condition_function_call": "</>",
"amount_referenced": "TXN",
"priority": 1000,
"method": 1,
"special_actions": "Generic Interest Applied to TXN",
"grace_period_cycles_no": 2,
"seq_no": 1,
"change_event": "U"
}
}