Loan Creation Application 2
This returns all loan creation application details.
To get loan creation application details you first build the complete loan creation application endpoint by passing version to the url path and authToken, mfbCode to the query params then make a get request to the complete URL
Production URL
Staging URL
Here is an example request with sample payload to the staging endpoint.
GET
http://staging.mybankone.com/BankOneWebAPI/api/Loan/LoanApplication/LoanCreationApplication2
Path Parameters
Name
Type
Description
version*
Int
Current API version
Query Parameters
Name
Type
Description
authToken*
String
Authentication code for this request
mfbCode*
Int
Customer's mfbCode
{
// Response
}
Last updated