getMarketRateList
getMarketRateList
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
creditProductGroupId int64
creditTypeUni int32
fromDate date
id int64
loanCategoryCBId int64
maxCntPayment int64
maxCreditSum double
maxFullCostOfCredit double
minCntPayment int64
minCreditSum double
name string
rate double
[
{
"creditProductGroupId": 0,
"creditTypeUni": 0,
"fromDate": "2024-11-20",
"id": 0,
"loanCategoryCBId": 0,
"maxCntPayment": 0,
"maxCreditSum": 0,
"maxFullCostOfCredit": 0,
"minCntPayment": 0,
"minCreditSum": 0,
"name": "string",
"rate": 0
}
]
Unauthorized
Forbidden
Not Found
Loading...