Create regular loanCopy Pagepost https://apim.demo01.my.fivedegrees.cloud/lending/regular-loansAPI endpoint to create a regular loan.Body ParamsCreate loan requestCreate and settle a new loan. The loan will be in active state after completion of this commandprincipaldoublerequiredThe principal amount of the loan.templateIdint32requiredThe internal template id.borrowersarray of objectsrequiredThe list of borrowers of the loan. The first borrower in the list will be considered as the primary borrower.borrowers*ADD objectlenderobjectrequiredModel for the Person/Company entity relation.lender objectissueDatedaterequiredThe issue date of the loan.disbursementDatedaterequiredThe date when the loan amount is paid to the borrower.paymentPropertiesobjectrequiredA payment properties itempaymentProperties objectinterestPaymentPropertiesobjectrequiredA payment interest iteminterestPaymentProperties objectinterestSpreaddouble | nullThe applicable interest spread for the loan. This spread can be greater than, less than, or equal to zero.commentstring | nullA comment (text) can be entered.referencestring | nullA reference can be entered.disbursementCostsarray of objects | nullA list of all costs that should be added to disbursementdisbursementCostsADD objectnominatedAccountobjectNominated AccountnominatedAccount objectcustomFieldsarray of objects | nullCustom fields for the regular loan.customFieldsADD objectfollowUpobjectModel for loan follow-up details.followUp objectHeadersAccept-versionstringx-request-iduuidrequiredFormat - uuid. Correlates HTTP requests between a client and serverResponses 202Accepted 400Bad Request 401Unauthorized 403Forbidden 422Client Error 500Server ErrorUpdated 3 months ago Get loansGet loan details by IDDid this page help you?YesNo