Board Approved Loan (LOS to LMS)

Microservice: LMS Application Processor

Onboard a loan with a single API including the bank details and create a request for funding, if needed Sample request:

POST /submit/business/onboard 
{
   "AdditionalRefId": "74388839",
    "LoanProductId": "termloan",
    "ProductCategory": "Business",
    "ProductPortfolioType": "Installment",
    "Comments": "Test",
    "LoanOnboardedDate": "2022-01-01",
    "BusinessRequest": [
        {
            "Address": {
                "AddressLin...
Language
Credentials
Bearer
JWT
URL
Click Try It! to start a request and see the response here!