03-12-2018 23:59
Получение списка заявок для реструктуризации
GET   /bs-core/main/contracts/{contractId}/restructing/loan-apps
Метод для получения заявок, которые можно выбрать для реструктуризации по указанному контракту.
Запрос
GET /bs-core/main/contracts/10134293/restructing/loan-apps HTTP/1.1
Описание параметров
Нет описанных параметров
Нет описанных параметров
Ответ
{
"status": "ok",
"timestamp": 1463231810488,
"data": [
{
"id": 10113498,
"name": "498",
"creationDate": 1462453298000,
"clientId": 1013285,
"activitySubtypeId": 1014167,
"loanTypeId": 101531,
"loanStage": 6,
"liabilityId": 101931,
"creditProductId": 101335,
"creditProductName": "Экспресс займы",
"creditFieldReq": {
"id": 10119730,
"dateCalcMethodId": 101233,
"allowHolidaysPayment": true,
"interestChargeMethodId": 101863,
"interestCalcMethodId": 101223,
"calcInterestOnDelinqBalance": true,
"principalDistribMethodId": 101351,
"forepaymentConsiderationMethodId": 101592,
"creditLineId": null,
"trancheDuration": 7,
"interestForTranche": 730,
"interestRateTypeId": 101122,
"chargeExtraInterest": true,
"trancheCount": 1,
"minDaysQty": 3,
"maxDaysQty": 30,
"maxLoanAmount": 100000,
"repaymentSequenceId": 101201,
"mandatoryChargePeriod": 3,
"allowPrepayment": true,
"minProlongationPeriod": 3,
"adminFee": 0,
"fixedAdminFee": 0,
"adminFeeRepaymentTimeId": null,
"finFee": 0,
"penaltyTypeId": 101272,
"calendarDaysPenalty": true,
"stopPenaltyOnClose": false,
"qtyDaysStopPenaltyOnClose": 0,
"fixedDelayPenalty": 0,
"delayPenaltyDay": 1,
"inviteAmountPct": 60,
"inviteDiscountPerFriend": 1,
"inviteMinIntRate": 1,
"principalParts": [
{
"id": 10161388,
"trancheNo": 1,
"part": 100
}
],
"penaltyRates": []
},
"currencyId": 101011,
"loanAmount": 20000,
"loanDeniedRejectionId": null,
"creditPurposeId": 101682,
"contractName": 0,
"collateralIds": [],
"comments": [
{
"id": 10173114,
"userId": 1,
"comment": "ОК"
}
],
"gettingMoneyMethodId": null,
"siteName": "",
"ipAddress": "",
"socialNetwork": "",
"userIDinSocialNetwork": "",
"friendsQuantityInSocialNetwork": "",
"mainPhotoLinkOnSocialNetwork": "",
"selectedPhotosLinksWithLike": "",
"selectedPhotosLinksWithMarkedPersons": "",
"groupsListFromSocialNetworks": "",
"groupsLinksofFromSocialNetworks": "",
"age": "",
"currentStatusId": 101545,
"currentProcessingStatusId": null,
"createUserId": 1,
"createSubdivisionId": 101791
}
]
}
У данной функции отсутствует описание параметров ответа