APIs
Please find below the API details for the Lending Compliance module.
The API will only be useable if the module has been licensed by the client.
In the URL, vx.x.x denotes the swagger version that client has licensed.
Endpoint | Method | URL | Description |
---|---|---|---|
getRestructureRenewalDetails | GET | http://<hostname>:<jboss_port>/mxmb-provider-iris/api/vx.x.x/holdings/mx/loans/{loanId}/restructures | Retrieves the restructured/renewed details of a loan along with sustained payment information such as restructure or renewal count. |
getMexicanLoanClassification | GET | http://<hostname>:<jboss_port>/mxmb-provider-iris/api/vx.x.x/holdings/mx/loans/{loanId}/classifications | Retrieves the details about theclassification of the loan like auto or manual. |
updateMexicanLoanClassification | PUT | http://<hostname>:<jboss_port>/mxmb-provider-iris/api/vx.x.x/holdings/mx/loans/{loanId}/classifications | Updates the manual classification status of the loan based on operative analysis. |
getRestructureRenewalRequests | GET | http://<hostname>:<jboss_port>/mxmb-provider-iris/api/vx.x.x//holdings/mx/loans/restructures/serviceRequests | Retrieves the executed restructure and renewal requests of a loan with details like source and target loan. |
getLoanParameters | GET | http://<hostname>:<jboss_port>/mxmb-provider-iris/api/vx.x.x/settings/mx/loans/parameters/{parameterId} | Retrieves the configurations required for lending functionality to achieve Mexican regulation such as loan classification stages. |
createLoanParameters | POST | http://<hostname>:<jboss_port>/mxmb-provider-iris/api/vx.x.x/settings/mx/loans/parameters/{parameterId} | Creates the configurations required for lending functionality to achieve Mexican regulation such as loan classification. |
updateLoanParameters | PUT | http://<hostname>:<jboss_port>/mxmb-provider-iris/api/vx.x.x/settings/mx/loans/parameters/{parameterId} | Updates the configurations required for lending functionality to achieve Mexican regulation such as loan classification stages. |
In this topic