11-12-2018 17:43
Поиск заявок на займ по указанному полю
GET   /bs-core/main/loan-apps/find/field/{field}/value/{value}
Этот метод помечен как @Deprecated. Вместо него рекомендуется использовать метод "Поиск по заявкам".
Поиск осуществляется по переданному в запросе полю field. Можно ограничить поиск периодом создания заявки на займ (поля date-from и date-to).
Примеры полей для поиска:
- id - Идентификатор заявки
- name - Код заявки
- client.lastName - Фамилия клиента
- client.passport.no - Номер паспорта
Запрос
GET /bs-core/main/loan-apps/find/field/client.passport.no/value/951236 HTTP/1.1
Описание параметров
Нет описанных параметров
Нет описанных параметров
Ответ
{
"status":"ok",
"timestamp":1462811228632,
"data":{
"id":10113471,
"name":"471",
"creationDate":1468485478000,
"clientId":10132545,
"activitySubtypeId":1014167,
"loanTypeId":101531,
"loanStage":1,
"liabilityId":101931,
"creditProductId":1013310,
"creditProductName":"\u0417\u0430\u0439\u043c \u043d\u0430 \u0433\u043e\u0434 (\u0430\u043d\u043d\u0443\u0438\u0442\u0435\u0442)",
"creditFieldReq":{
"id":101191138,
"dateCalcMethodId":101231,
"allowHolidaysPayment":true,
"shortTermControl":false,
"interestChargeMethodId":101863,
"interestCalcMethodId":101222,
"calcIntOnIssueDate":false,
"calcInterestOnDelinqBalance":true,
"calcArrearInterest":false,
"arrearInterestFirstDay":0,
"arrearInterestLastDay":0,
"principalDistribMethodId":101352,
"forepaymentConsiderationMethodId":101592,
"creditLineId":null,
"trancheDuration":30,
"interestForTranche":180,
"interestRateTypeId":101122,
"chargeExtraInterest":true,
"interestFreePeriod":0,
"interestGracePeriod":0,
"trancheCount":12,
"repaymentSequenceId":101204,
"mandatoryChargePeriod":0,
"allowPrepayment":true,
"prolongationPeriod":0,
"earlyProlongationFromCurrentDate":true,
"penaltyTypeId":101272,
"calendarDaysPenalty":true,
"firstWeekendWithoutPenalty":false,
"stopPenaltyOnClose":false,
"qtyDaysStopPenaltyOnClose":0,
"fixedDelayPenalty":0,
"delayPenaltyDay":0,
"inviteAmountPct":0,
"inviteDiscountPerFriend":0,
"inviteMinIntRate":0,
"scheduleRecalcEnabled":false,
"fullScheduleDatesRecalc":false,
"discountingEnabled":false,
"fees":[
],
"principalParts":[
],
"penaltyRates":[
{
"id":10162571,
"periodBegin":1,
"periodEnd":9999,
"principalRate":0.0546,
"interestRate":0.0546,
"feeRate":0
}
],
"qtyTranchesFirstPeriod":0,
"intRateFirstPeriod":0,
"qtyTranchesSecondPeriod":0,
"intRateSecondPeriod":0
},
"currencyId":101011,
"loanAmount":50000,
"loanDeniedRejectionId":null,
"creditPurposeId":101682,
"contractName":0,
"collateralIds":[
],
"coborrowers":[
],
"issueSteps":[
],
"gettingMoneyMethodId":null,
"bureauScoringPoint":0,
"siteName":"",
"ipAddress":"",
"applyPlace":"",
"socialNetwork":"",
"userIDinSocialNetwork":"",
"friendsQuantityInSocialNetwork":"",
"mainPhotoLinkOnSocialNetwork":"",
"selectedPhotosLinksWithLike":"",
"selectedPhotosLinksWithMarkedPersons":"",
"groupsListFromSocialNetworks":"",
"groupsLinksofFromSocialNetworks":"",
"age":"",
"tenderName":null,
"tenderNo":null,
"tenderNoticeNo":null,
"tenderDelayedAppNo":null,
"tenderPlatformCode":null,
"currentStatusId":101543,
"currentProcessingStatusId":null,
"createUserId":1,
"createSubdivisionId":101791,
"comments":[
{
"id":10173328,
"comment":"\u041e\u041a",
"userId":1,
"creationDate":null
}
]
}
}
У данной функции отсутствует описание параметров ответа