intRecalcSchedule
intRecalcSchedule
Path Parameters
contractId int64 required
contractId
application/json
Request Body required
request
- Array [
- ]
amount double
chargeIssueFee boolean
creationDate date-time
id int64
specifiedRepaymentNorm double
tranches object[]
id int64
interest double
issueDate date
lgot boolean
principal double
repaymentDate date
Responses
- 200
- 201
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
amount double
chargeIssueFee boolean
creationDate date-time
id int64
specifiedRepaymentNorm double
tranches object[]
id int64
interest double
issueDate date
lgot boolean
principal double
repaymentDate date
{
"amount": 0,
"chargeIssueFee": true,
"creationDate": "2024-11-20T07:47:13.789Z",
"id": 0,
"specifiedRepaymentNorm": 0,
"tranches": [
{
"id": 0,
"interest": 0,
"issueDate": "2024-11-20",
"lgot": true,
"principal": 0,
"repaymentDate": "2024-11-20"
}
]
}
Created
Unauthorized
Forbidden
Not Found
Loading...