v1
latestOpenAPI 3.0.02026-07-242035712.0 MBCredit interest
Create Interest Template
This web service creates a new credit interest. The interest will still need to be applied to a context using Activate interest
post/pws/pws_cr_create_interest_template/
Request body
Example request
{
"amount_referenced": "OWD",
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"effective_date": "2020-11-19",
"interest_rate_descr": "15_Interest",
"interest_rate_note": "15_Interest",
"method": 1,
"priority": 1000,
"condition_function_call": "</>",
"start_counting_from": "SET"
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"interest_rate_id": 11
}
}