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

We have a Production URL and Staging URL you are advised to use the staging during development.

Production URL

http://api.mybankone.com/BankOneWebAPI/api/Loan/LoanApplication/LoanCreationApplication2/version?authToken={{your_authtoken}}&mfbCode={{mfb_code}}

Staging URL

http://staging.mybankone.com/BankOneWebAPI/api/Loan/LoanApplication/LoanCreationApplication2/version?authToken={{your_authtoken}}&mfbCode={{mfb_code}}

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