A customer can request a loan offer and be presented with one or more loan offers based on the customer loan maximum qualification. From the offers presented, a customer can choose and accept one of the offers.
url: http://localhost:8080/request
with request body
Sample
{
"accountNumber": "07036771035",
"amount": 1000,
"type": "A"
}
url: http://localhost:8080/customer/request
- with request body:
- Sample
{
"firstName": "first name",
"lastName": "last name",
"phoneNumber": "07036771035",
"email": "xxx@gmail.com",
"password": "xxxx"
}