v1
latestOpenAPI 3.0.02026-07-242035712.0 MBCredit interest
Get Account Interest History
This web service gets the interests applied to the given account history
post/pws/pws_cr_interest_history_account_get/
Request body
Example request
{
"acc_id": 510257088,
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"interest_rate_id": 1
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"effective_date": "2021-08-20",
"interest_rate_fixed": 1,
"interest_rate_fixed_grace": 1,
"interest_rate_id": 1,
"interest_rate_logic": "SUM",
"interest_rate_logic_grace": "SUM",
"interest_rate_perc": 1,
"acc_id": 122870903,
"seq_no": 1,
"change_event": "U"
}
}