Перейти к основному содержимому

createLoanClassificationByPoint

createLoanClassificationByPoint

Request Body required

request

    name string
    pointFrom double
    pointTo double
    portfolioCode string
    provisionRate double
Responses

OK


Schema

    integer

POST /dicts/loan-classification-by-points

Request

Base URL
//localhost
Body required
{
"name": "string",
"pointFrom": 0,
"pointTo": 0,
"portfolioCode": "string",
"provisionRate": 0
}
curl / cURL
curl -L -X POST '//localhost/dicts/loan-classification-by-points' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"name": "string",
"pointFrom": 0,
"pointTo": 0,
"portfolioCode": "string",
"provisionRate": 0
}'