getLoanClassificationByPointById
getLoanClassificationByPointById
Path Parameters
id int64 required
id
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
id int64
name string
pointFrom double
pointTo double
portfolioCode string
provisionRate double
{
"id": 0,
"name": "string",
"pointFrom": 0,
"pointTo": 0,
"portfolioCode": "string",
"provisionRate": 0
}
Unauthorized
Forbidden
Not Found
Loading...