Расчет графика погашений по лиду
параметры:
date - Дата на которую нужно рассчитать график.
Path Parameters
leadId int64 required
leadId
Query Parameters
date date
date
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
activeBefore date-time
amount double
chargeIssueFee boolean
creationDate date-time
eachRepaymentFeeFree boolean
id int64
issued boolean
specifiedRepaymentNorm double
tranches object[]
eachRepaymentFee double
eachRepaymentFeeByType object[]
amount double
amountType int64
feeId int64
id int64
interest double
issueDate date
lgot boolean
principal double
repaymentDate date
rest double
{
"activeBefore": "2024-11-20T07:47:08.446Z",
"amount": 0,
"chargeIssueFee": true,
"creationDate": "2024-11-20T07:47:08.446Z",
"eachRepaymentFeeFree": true,
"id": 0,
"issued": true,
"specifiedRepaymentNorm": 0,
"tranches": [
{
"eachRepaymentFee": 0,
"eachRepaymentFeeByType": [
{
"amount": 0,
"amountType": 0,
"feeId": 0
}
],
"id": 0,
"interest": 0,
"issueDate": "2024-11-20",
"lgot": true,
"principal": 0,
"repaymentDate": "2024-11-20",
"rest": 0
}
]
}
Unauthorized
Forbidden
Not Found
Loading...