26-03-2019 14:56

Получить элементы справочника "Депозитные продукты"

GET   /bs-core/dicts/deposit-products

Получение списка элементов справочника "Депозитные продукты"

Запрос

GET /bs-core/dicts/deposit-products HTTP/1.1
Описание параметров
Нет описанных параметров

Ответ


                        {
    "status": "ok",
    "timestamp": 1472549181662,
    "data": [
        {
            "name": "Депозит-стандарт",
            "active": true,
            "depositFieldReq": {
                "id": 101901,
                "depositTypeId": 101852,
                "interestChargeMethodId": 101863,
                "periodChargeScopeId": 101051,
                "allowHolidaysPayment": true,
                "depositRateTypeId": 101871,
                "depositTaxCalcTypeId": 102101,
                "clearIntRate": 0,
                "lowLimit": 20000,
                "maxLimit": 500000,
                "minDepositIncrease": 25000,
                "intRate": 10,
                "insuranceFee": 1,
                "fixedInsuranceFee": 0,
                "estimateFee": 0,
                "fixedEstimateFee": 0,
                "depositScheduleCalcMethodId": 101881,
                "interestPaymentPeriodicityId": 101511,
                "monthsQty": 24,
                "reCalcIntRate": 5,
                "postContractIntRate": 10,
                "paymentAmount": 0,
                "penaltyRate": 0,
                "penaltyDaysCount": 0,
                "recalculationRates": [
                    {
                        "id": 102081,
                        "periodBegin": 1,
                        "periodEnd": 12,
                        "rate": 5
                    }
                ]
            },
            "id": 101891
        }
    ]
}
                    
У данной функции отсутствует описание параметров ответа