Получение данных по кредитным расчетам
JSON структура запроса (тело)
Пример запроса данных о всех не сохраненных кредитных расчетах за предыдущий день:

"params": {
  "id": "4328947924",
  "application_id": "-1"
}
Пример запроса данных о всех кредитных расчетах по заявке:

"params": {
  "id": "4328947924",
  "id_type": "234879234",
  "application_id": "A155001"
}
Пример запроса данных по определенному кредитному расчету:

"params": {
  " id": "234879234",
  "deal_id": "326357"
}
Параметры тела запроса (params):
JSON структура ответа
Пример ответа:

"response": {
  "deals": [
    {
      "deal_id": "379574",
      "product_id": "2163",
      "product_name": "Special. Buy-back",
      "bank_id": "563",
      "bank_bic": "044485845",
      "data": {
        "cost": "1210000",
        "cash_sum": "605000",
        "down_payment_sum": "605000.00",
        "credit_sum": "605000.00",
        "car": "1210000",
        "color": "0",
        "optional": "0.00",
        "kasko": "0.00",
        "osago": "0",
        "gap": "0.00",
        "other": "0.00",
        "mapfre": "0",
        "ppi": "0.00",
        "payments_sms_notifier": "0",
        "credit": "0",
        "car_in_credit": "yes",
        "color_in_credit": "yes",
        "optional_in_credit": "yes",
        "kasko_in_credit": "yes",
        "osago_in_credit": "no",
        "gap_in_credit": "",
        "other_in_credit": "yes",
        "mapfre_in_credit": "no",
        "ppi_in_credit": "yes",
        "payments_sms_notifier_in_credit": "no",
        "credit_in_credit": "no",
        "subsidies_car": "0.00",
        "subsidies_color": "0.00",
        "subsidies_optional": "0.00",
        "subsidies_distributor": "0.00",
        "subsidies_dealer": "0.00",
        "term": "36",
        "sdp_credit": "50",
        "overpay": "259545.00",
        "credit_rate_real": "14.3",
        "credit_rate_fictitious": "14.3",
        "monthly_payments_schema_name": "uniform",
        "monthly_payments_1": "7209.58",
        "monthly_payments_2": "0.00",
        "monthly_payments_3": "0",
        "bayback_price": "605000.00",
        "docs": "0",
        "car_id": "some_new_car",
        "color_id": "",
        "optional_id": "",
        "kasko_id": "0",
        "gap_id": "0",
        "other_id": "",
        "mapfre_id": "",
        "ppi_id": "0",
        "payments_sms_notifier_id": "",
        "credit_rate_fact": "0",
        "overpayment_subsideStage": "0",
        "dealer_discount": "0.00",
        "car_price_discounted": "",
        "contract_price": "1210000.00",
        "car_credit_price": "605000.00",
        "offer_car_discount": "0.00",
        "discountCarGos": "0",
        "other_provider": "",
        "debt": "0",
        "debt_in_credit": "yes",
        "monthly_payments_base": "0",
        "tradein": "0",
        "sum_credit_insurances": "0.00",
        "bank_dops": ""
      }
    }
  ]
}
Параметры ответа: