---
title: "Get Interest History"
method: POST
path: "/pws/pws_cr_get_interest_historic/"
tags: ["Credit interest"]
---

# Get Interest History

`POST /pws/pws_cr_get_interest_historic/`

This web service gets the history of an interest that was applied but is no longer active

## Request body

- PwsGetInterestTemplateHistory
  - `api_call_unique_identifier` string, required — Unique number that must be passed at each API request. Identifier to make each API request unique
  - `client_id` integer, required — Unique identifier for the client which Paymentology will provide at outset
  - `interest_rate_id` integer, required — Interest Rate Id
  - `user_id` string — User Id of the Customer who triggered the API request.
  - `remarks` string — Remarks for API request

## Response `200`

Successful Response

- GetInterestTemplateHistoryResponse
  - `header` GetInterestTemplateHistoryResponseHeader
    - `error_id` integer — error id
    - `error_desc` string — error message
  - `body` GetInterestTemplateHistoryResponseBody
    - `effective_date` string, required — Effective Date
    - `interest_rate_descr` string, required
    - `start_counting_from` 'SET,TXN', required — Start Counting form. Default value is 'SET'
    - `interest_rate_id` integer — Interest Rate Id
    - `client_id` integer — Client Id
    - `condition_function_call` string — <p>Condition Function Call (to determine if the interest should be applied or not.</br>Empty string means that the interest can be applied unconditionally</p>)
    - `amount_referenced` string — The amount percentage is counted from
    - `priority` integer — priority
    - `method` integer — method
    - `special_actions` string — Function call for a function making special actions
    - `interest_rate_note` string — Interest Rate Note
    - `grace_period_cycles_no` integer — Grace Period Cycles No
    - `seq_no` integer — seq_no
    - `change_event` string — change_event
    - `changed_dt` string, date-time — changed_dt

## Other responses

- `404` — Webservices does not exist
- `500` — Internal Server error

---

[API](https://skmtc.net/paymentology/apis/payapi-docs.md) · [All operations](https://skmtc.net/paymentology/apis/payapi-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paymentology/payapi-docs/revisions/a675891b0365/schema)
