Skip to main content

Redrawrepaymenttransactioninputdto

Represents the request payload for creating a transaction of type REDRAW_REPAYMENT

amountnumber

The amount of the redraw repayment

bookingDatestring<date-time>

The booking date of the repayment (as Organization Time)

Example: 2016-09-06T13:37:50+03:00
notesstring

Extra notes about the redraw repayment transaction. Notes can have at most 255 characters in length.

valueDatestring<date-time>

The entry date of the repayment (as Organization Time)

Example: 2016-09-06T13:37:50+03:00
Redrawrepaymenttransactioninputdto
{
"amount": 0,
"bookingDate": "2016-09-06T13:37:50+03:00",
"notes": "string",
"valueDate": "2016-09-06T13:37:50+03:00"
}