Change Interest

API endpoint to change interest of a revolving credit loan.

Path Params
uuid
required

Format - uuid. Identifier (GUID) of the loan.

Body Params

Create change-interest request

Model for Change Interest endpoint dto.

string
required
length ≥ 1

Defines whether the change interest action is related to changing (to) a fixed or floating interest rate. Two options:

FIXED

FLOATING

date
required

The date when the interest change will be active.

string
required
length ≥ 1

Options from when the fixed interest becomes active, the following values are allowed:

'INT ACT FROM LAST' (active from last period)

'INT ACT FROM NEXT' (active from next period)

double | null

The new fixed base interest.

int32 | null

The floating interest category id, in the public API endpoint 'interest-categories' a user can get the full list of available values.

double | null

The new interest spread (for both fixed and floating rate loans)

Headers
string
uuid
required

Format - uuid. Correlates HTTP requests between a client and server

Responses
202

Accepted

500

Server Error

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json