东风
  1. TIovFinancialCalculatorController
东风
  • FinancialCalculatorController
    • 计算贷款明细
      POST
    • 查询金融方案的所有车系
      POST
    • 根据车型及城市查询方案
      POST
    • 查询金融计算器配置
      POST
  • TIovFinancialCalculatorController
    • 金融计算器--列表查询查询
      POST
    • 金融计算器--详细查询
      POST
    • 金融计算器--添加方案
      POST
    • 金融计算器--启用/禁用
      POST
    • 金融计算器--逻辑删除
      POST
    • 金融计算器--月供计算器
      POST
    • 金融计算器--小程序详细查询
      POST
    • 金融计算器--根据车型code返回对应金融计算方案城市
      POST
  • 在线购车-订单
    • 用户心愿单-查询心愿单V2
      POST
    • 订单列表
      POST
    • 订单详情
      POST
    • 用户心愿单-选配重新计算
      POST
    • 查询小定订单权益优惠卷
      POST
    • 用户心愿单-新增配置单V2
      POST
    • 心愿单处订单列表
      POST
    • 用户心愿单-拉取清单V2
      POST
  1. TIovFinancialCalculatorController

金融计算器--月供计算器

POST
/iov/financial/calculators/v2/financialmath

请求参数

Header 参数
uid
string 
必需
Body 参数application/json
id
integer 
方案id
可选
guidePrice
number 
车辆指导价
可选
isQuota
string 
可选
是否定额 1 可选列表 2 定额
quotaAmount
number 
定额金额
可选
downPayment
number 
首付比例
可选
interestRate
string 
利率
可选
interestRateOle
string 
划线利率
可选
loanPeriods
integer 
贷款期数
可选
schemeType
string 
可选
方案类型:1等额本金 2等额本息 3百禄贷款 4万π贷
balancePayment
number 
尾款比例
可选
示例
{
    "id": 0,
    "guidePrice": 0,
    "isQuota": "string",
    "quotaAmount": 0,
    "downPayment": 0,
    "interestRate": "string",
    "interestRateOle": "string",
    "loanPeriods": 0,
    "schemeType": "string",
    "balancePayment": 0
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/iov/financial/calculators/v2/financialmath' \
--header 'uid;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": 0,
    "guidePrice": 0,
    "isQuota": "string",
    "quotaAmount": 0,
    "downPayment": 0,
    "interestRate": "string",
    "interestRateOle": "string",
    "loanPeriods": 0,
    "schemeType": "string",
    "balancePayment": 0
}'

返回响应

🟢200成功
application/json
Body
pageIndex
integer 
可选
pageSize
integer 
可选
pages
integer 
可选
records
integer <int64>
可选
result
string 
"结果"
可选
msg
string 
描述
可选
rows
object (FinancialMathDto) 
响应结果
可选
monthlySupply
string 
月供
可选
finalPayment
string 
贷款金额
可选
totalInterest
string 
总利息
可选
annualizedRate
string 
年化费率
可选
totalRepaymentAmount
string 
总还款金额
可选
finalMonthlySupply
string 
最后一期月供
可选
interestRateOleMoney
string 
划线利率金额差
可选
annualizedRateOle
string 
划线年化费率
可选
downPaymentMoney
string 
首付金額
可选
balancePaymentMoney
string 
尾款金額
可选
示例
{
  "pageIndex": 0,
  "pageSize": 0,
  "pages": 0,
  "records": 0,
  "result": "",
  "msg": "",
  "rows": {
    "monthlySupply": "",
    "finalPayment": "",
    "totalInterest": "",
    "annualizedRate": "",
    "totalRepaymentAmount": "",
    "finalMonthlySupply": "",
    "interestRateOleMoney": "",
    "annualizedRateOle": "",
    "downPaymentMoney": "",
    "balancePaymentMoney": ""
  }
}
修改于 2025-05-09 08:46:52
上一页
金融计算器--逻辑删除
下一页
金融计算器--小程序详细查询
Built with