Write off revolving credit

API endpoint to write off a revolving credit

Path Params
uuid
required

Format - uuid. Loan Identifier

Body Params

WriteOff dto

date
required

Date when the loan is written off. A write-off date should be after the last payment and on or before today.

string
required
length ā‰„ 1

Currency of the disbursement. In the reference data endpoint 'currency' a user can get the full list of available values.

double
required

The amount that is written off.

string
required
length ā‰„ 1

Write-off type code. In the loan configuration endpoint 'write-off-types' a user can get the full list of available values.

string | null

A comment (text) can be entered here.

boolean
required

Indication whether this write-off is a normal write-off on a loan, or for an overpayment. If set to true, then it will result in a negative write-off up of the amount specified (cannot exceed overpaid amount on the loan).

Headers
string
uuid
required

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

Responses
202

Accepted

500

Server Error

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