05-12-2022 16:11
Метод для получения списка заявок на досрочное погашение по ID клиента
GET   bs-core/main/clients/{clientId}/early-repayment-notices
Метод позволяет получить список заявок на досрочное погаешение по ID клиента.
Запрос
GET bs-core/main/clients/{clientId}/early-repayment-notices
Описание параметров
Нет описанных параметров
Нет описанных параметров
Ответ
{
"status": "ok",
"timestamp": 1647872190292,
"data": [
{
"contractId": 1263287,
"type": "PARTIAL",
"noticeDate": 1626012765000,
"earlyRepaymentDate": "2021-07-12",
"amount": 2444.0,
"scheduleRecalcMode": "ANNUITY_AMOUNT_CHANGE",
"prolongationTranchesQty": null,
"id": 301,
"createdAt": 1626185565636,
"createdUserId": 1091,
"currentStatusData": {
"id": 576,
"date": 1626070200000,
"status": "COMPLETED",
"info": null,
"createdAt": 1626185572849,
"createdUserId": 1091,
"saverId": 2481818
}
},
{
"contractId": 1271696,
"type": "PARTIAL",
"noticeDate": 1627298587000,
"earlyRepaymentDate": "2021-07-27",
"amount": 718.0,
"scheduleRecalcMode": "ANNUITY_AMOUNT_CHANGE",
"prolongationTranchesQty": null,
"id": 719,
"createdAt": 1627471387333,
"createdUserId": 1091,
"currentStatusData": {
"id": 1332,
"date": 1627369800000,
"status": "COMPLETED",
"info": null,
"createdAt": 1627471393184,
"createdUserId": 1091,
"saverId": 2989697
}
},
{
"contractId": 1510428,
"type": "PARTIAL",
"noticeDate": 1630237673000,
"earlyRepaymentDate": "2021-08-30",
"amount": 2760.0,
"scheduleRecalcMode": "ANNUITY_AMOUNT_CHANGE",
"prolongationTranchesQty": null,
"id": 3056,
"createdAt": 1630496873205,
"createdUserId": 1091,
"currentStatusData": {
"id": 5670,
"date": 1630308600000,
"status": "COMPLETED",
"info": null,
"createdAt": 1630496884815,
"createdUserId": 1091,
"saverId": 4909021
}
},
{
"contractId": 1533318,
"type": "PARTIAL",
"noticeDate": 1630612604000,
"earlyRepaymentDate": "2021-09-03",
"amount": 1979.0,
"scheduleRecalcMode": "ANNUITY_AMOUNT_CHANGE",
"prolongationTranchesQty": null,
"id": 4150,
"createdAt": 1631131004198,
"createdUserId": 1091,
"currentStatusData": {
"id": 7605,
"date": 1630654800000,
"status": "COMPLETED",
"info": null,
"createdAt": 1631131012382,
"createdUserId": 1091,
"saverId": 5495127
}
},
{
"contractId": 1626640,
"type": "PARTIAL",
"noticeDate": 1631048976000,
"earlyRepaymentDate": "2021-09-09",
"amount": 490.0,
"scheduleRecalcMode": "ANNUITY_AMOUNT_CHANGE",
"prolongationTranchesQty": null,
"id": 4705,
"createdAt": 1631480976859,
"createdUserId": 1091,
"currentStatusData": {
"id": 8616,
"date": 1631170200000,
"status": "COMPLETED",
"info": null,
"createdAt": 1631480995907,
"createdUserId": 1091,
"saverId": 5856575
}
}
]
У данной функции отсутствует описание параметров ответа