createLoanClassificationByPoint
createLoanClassificationByPoint
application/json
Request Body required
request
name string
pointFrom double
pointTo double
portfolioCode string
provisionRate double
Responses
- 200
- 201
- 401
- 403
- 404
OK
*/*
Schema
Schema
integer
Created
Unauthorized
Forbidden
Not Found
POST /dicts/loan-classification-by-points
Request
Request
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
}'
python / requests
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
}'
go / native
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
}'
nodejs / axios
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
}'
php / guzzle
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
}'
java / OkHttp
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
}'