API structure has changed
5 structure changes including:
5 Modifications
Modified
5
GET /v1/borrowers/{borrower_id}/get_status
- Response
-
200 response Modified
-
application/json content type Modified
- loans, summary properties Modified
-
application/json content type Modified
POST /v1/borrowers/loans/create
- Body
-
application/json content type Modified
- loan property Modified
- Response
-
207 response Modified
-
application/json content type Modified
- succeeded property Modified
-
application/json content type Modified
POST /v1/borrowers/loans/simulate
- Body
-
application/json content type Modified
- loan property Modified
POST /v1/borrowers/{borrower_id}/loans/{loan_id}/create
- Body
-
application/json content type Modified
-
loan property Modified
- initial_fee_charge property Added
-
loan property Modified
- Response
-
200 response Modified
-
application/json content type Modified
- initial_fee_charge property Added
-
application/json content type Modified
POST /v1/borrowers/{borrower_id}/simulate
- Response
-
200 response Modified
-
application/json content type Modified
- loans, summary properties Modified
-
application/json content type Modified