rollbackDenyLoanApplication
rollbackDenyLoanApplication
Path Parameters
id int64 required
id
Responses
- 200
- 201
- 401
- 403
- 404
OK
*/*
Schema
Schema
string
Created
Unauthorized
Forbidden
Not Found
POST /main/loan-apps/:id/statuses/deny/rollback
Request
Request
curl / cURL
curl -L -X POST '//localhost/main/loan-apps/:id/statuses/deny/rollback' \
-H 'Accept: */*'
python / requests
curl -L -X POST '//localhost/main/loan-apps/:id/statuses/deny/rollback' \
-H 'Accept: */*'
go / native
curl -L -X POST '//localhost/main/loan-apps/:id/statuses/deny/rollback' \
-H 'Accept: */*'
nodejs / axios
curl -L -X POST '//localhost/main/loan-apps/:id/statuses/deny/rollback' \
-H 'Accept: */*'
php / guzzle
curl -L -X POST '//localhost/main/loan-apps/:id/statuses/deny/rollback' \
-H 'Accept: */*'
java / OkHttp
curl -L -X POST '//localhost/main/loan-apps/:id/statuses/deny/rollback' \
-H 'Accept: */*'