saveSchedule
saveSchedule
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 [
- 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:13.792Z",
"amount": 0,
"chargeIssueFee": true,
"creationDate": "2024-11-20T07:47:13.792Z",
"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
}
]
}
Created
Unauthorized
Forbidden
Not Found
Loading...