03-12-2018 23:59
Получить Депозитный продукт по ID
GET   /bs-core/dicts/deposit-products/{id}
Получить элемент справочника "Депозитные продукты" по ID
Запрос
GET /bs-core/dicts/deposit-products/101891 HTTP/1.1
Описание параметров
Нет описанных параметров
Нет описанных параметров
Ответ
{
"status": "ok",
"timestamp": 1502798047766,
"data": {
"name": "Годовой 24",
"active": true,
"depositFieldReq": {
"id": 101901,
"depositTypeId": 101852,
"interestChargeMethodId": 101863,
"periodChargeScopeId": 101051,
"allowHolidaysPayment": true,
"depositRateTypeId": 101871,
"depositTaxCalcTypeId": 102101,
"clearIntRate": 0,
"lowLimit": 20000,
"maxLimit": 200000,
"minDepositIncrease": 0,
"intRate": 60,
"insuranceFee": 0,
"fixedInsuranceFee": 0,
"estimateFee": 0,
"fixedEstimateFee": 0,
"depositScheduleCalcMethodId": 101882,
"interestPaymentPeriodicityId": 101511,
"paymentByMonthLastDay": false,
"monthsQty": 12,
"reCalcIntRate": 0,
"postContractIntRate": 1,
"paymentAmount": 0,
"penaltyRate": 0,
"penaltyDaysCount": 0,
"recalculationRates": [
{
"id": 1020841,
"periodBegin": 1,
"periodEnd": 2,
"rate": 10
}
]
},
"id": 101891
}
}
Описание параметров
| Параметр | Обязателен | Тип данных | Описание |
| insuranceFee | R | [ ] | |
| R | [ ] | ||
| periodEnd | R | [ ] | |
| periodBegin | R | [ ] | |
| recalculationRates | R | [ ] | |
| penaltyDaysCount | R | [ ] | |
| penaltyRate | R | [ ] | |
| paymentAmount | R | [ ] | |
| postContractIntRate | R | [ ] | |
| reCalcIntRate | R | [ ] | |
| monthsQty | R | [ ] | Количество месяцев |
| paymentByMonthLastDay | R | [ ] | Выплаты по последним числам месяца |
| interestPaymentPeriodicityId | R | [ ] | Идентификатор периода начисления процентов |
| depositScheduleCalcMethodId | R | [ ] | |
| fixedInsuranceFee | R | [ ] | |
| name | R | [string] | Название депозитного продукта |
| intRate | R | [ ] | |
| minDepositIncrease | R | [ ] | Максимальная сумма доп. взноса |
| maxLimit | R | [ ] | Максимальный размер депозита |
| lowLimit | R | [ ] | Минимальный размер депозита |
| clearIntRate | R | [ ] | |
| depositTaxCalcTypeId | R | [ ] | |
| depositRateTypeId | R | [ ] | Идентификатор вида процентной ставки депозита |
| allowHolidaysPayment | R | [ ] | Переносить с праздников и выходных |
| periodChargeScopeId | R | [ ] | |
| interestChargeMethodId | R | [int] | Идентификатор процентной ставки |
| depositTypeId | R | [int] | Идентификатор типа депозитного продукта |
| id | R | [int] | Идентификатор депозитного продукта |
| depositFieldReq | R | [ ] | Условия депозита |
| active | R | [bool] | Активный или не активный |