Corporate LOS
Corporate Loan Origination Service (LOS) microservice enables lending facility for a corporate customer under bilateral lending arrangement. The LOS microservice helps the banks perform tasks/flows involved in Corporate Origination. It also facilitates to orchestrate and capture all the related information such as borrower details, parties involved, request details, facilities and more.
| Name | Description | Introduced In |
|---|---|---|
| createBusinessPartyInfo | This API allows the user to create a business party during the onboarding process. | 2020.10 |
| createCollateralInfo | This API allows the user to create a collateral information during the onboarding process. | 2020.10 |
| getCollateralInfo | This API allows the user to retrieve all the collateral information during the onboarding process. | 2020.10 |
| createCustomerInfo | This API allows the user to create customer infomation during the onboarding process. | 2020.10 |
| getCustomerInfo | This API allows the user to retrieve the customer information. | 2020.10 |
| createDealRequest | This API allows the user to create a deal request during the onboarding process. | 2020.10 |
| getDealRequest | This API allows the user to retrieve the deal request. | 2020.10 |
| saveDealRequest | This API allows the user to persist the deal request. | 2020.10 |
| submitDealRequest | This API allows the user to submit the deal during the onboarding process. | 2020.10 |
| createDocumentInfo | This API allows the user to create document information during the onboarding process | 2020.10 |
| getDocumentInfo | This API allows the user to retrieve the document information during the onboarding process. | 2020.10 |
| createFacilityRequest | This API allows the user to create a facility request during the onboarding process. | 2020.10 |
| getFacilityRequest | This API allows the user to retrieve the facility request during the onboarding process. | 2020.10 |
| createIndividualPartyInfo | This API allows the user to create an individual party during the onboarding process. | 2020.10 |
| getIndividualPartyInfo | This API allows the user to retrieve the individual party during the onboarding process. | 2020.10 |
| createRelatedPartyInfo | This API allows the user to create party related information during the onboarding process. | 2020.10 |
| getRelatedPartyInfo | This API allows the user to retrieve party related information during the onboarding process. | 2020.10 |
| createAddress | This API allows the user to create an address for the party. | 2020.10 |
| getAddress | This API allows the user to retrieve the addresses of the party. | 2020.10 |
| createBorrowerFees | This API allows the user to create the borrower fees. | 2020.10 |
| getBorrowerFees | This API allows the user to retrieve the borrower fees. | 2020.10 |
| createCollateral | This API allows the user to create a collateral. | 2020.10 |
| getAllCollaterals | This API allows the user to retrieve all the collaterals. | 2020.10 |
| createCompliance | This API allows the user to create a compliance. | 2020.10 |
| getCompliances | This API allows the user to retrieve all the compliances. | 2020.10 |
| createContact | This API allows the user to create a contact. | 2020.10 |
| createCovenant | This API allows the user to create a covenant. | 2020.10 |
| getCovenant | This API allows the user to retrieve all the covenants. | 2020.10 |
| editDeal | This API allows the user to update the existing deal with the latest values as provided. | 2020.10 |
| getAllDeals | This API allows the user to retrieve all the deals. | 2020.10 |
| getDeal | This API allows the user to retrieve all the data of a deal. | 2020.10 |
| createDocument | This API allows the user to create a document. | 2020.10 |
| getDocuments | This API allows the user to retrieve all the documents. | 2020.10 |
| createDrawRestriction | This API allows the user to create a restriction for drawing the amount. | 2020.10 |
| getDrawRestriction | This API allows the user to fetch the restrictions that have been created for drawing the amount. | 2020.10 |
| getEntityOverview | This API allows the user to retrieve all the sections of the Entity Overview screen. | 2020.10 |
| getFacilities | This API allows the user to retrieve all the facilities. | 2020.10 |
| updateFacility | This API allows the user to update the existing facility with the latest values as provided. | 2020.10 |
| createFunding | This API allows the user to create a funding. | 2020.10 |
| createNarrative | This API allows the user to create a narrative. | 2020.10 |
| getNarratives | This API allows the user to retrieve all narratives | 2020.10 |
| createParty | This API allows the user to create a new party based on the information provided by the user. | 2020.10 |
| createPartyRelation | This API allows the user to create a relationship between two parties. | 2020.10 |
| getPartiesList | This API allows the user to retrieve all the parties list. | 2020.10 |
| getPartyByPartyId | This API allows the user to retrieve all the information about a party based on the party ID. | 2020.10 |
| createPricing | This API allows the user to create a pricing. | 2020.10 |
| getPricing | This API allows the user to retrieve a pricing. | 2020.10 |
| createRelatedParty | This API allows the user to create a related party. | 2020.10 |
| getRelatedParty | This API allows the user to retrieve all the related parties. | 2020.10 |
| getRequestOverview | This API allows the user to retrieve all sections of the Request Overview screen. | 2020.10 |
| createTask | This API allows the user to create a task. | 2020.10 |
| getTasks | This API allows the user to retrieve all the tasks. | 2020.10 |
| getTask | This API allows the user to retrieve a task. | 2020.10 |
| getbypkTask | This API is used to allow the workflow to validate the task status while updating the task. | 2020.10 |
| updateTasks | This API is used to update the existing tasks based on the values provided by the user. | 2020.10 |
| deleteDocument | This API allows the user to delete a document. | 2020.10 |
| downloadDocument | This API allows the user to download a document. | 2020.10 |
| uploadDocument | This API allows the user to upload a document. | 2020.10 |
| Description: | This API allows the user to create a business party during the onboarding process. |
| Method: | POST |
| URL: | CorporateLOSOnboarding/objects/BusinessPartyInfo |
| Description: | This API allows the user to create a collateral information during the onboarding process. |
| Method: | POST |
| URL: | CorporateLOSOnboarding/objects/CollateralInfo |
| Description: | This API allows the user to retrieve all the collateral information during the onboarding process. |
| Method: | GET |
| URL: | CorporateLOSOnboarding/objects/CollateralInfo/getCollateralInfo |
| Description: | This API allows the user to create customer infomation during the onboarding process. |
| Method: | POST |
| URL: | CorporateLOSOnboarding/objects/CustomerInfo |
| Description: | This API allows the user to retrieve the customer information. |
| Method: | GET |
| URL: | CorporateLOSOnboarding/objects/CustomerInfo/getCustomerInfo |
| Description: | This API allows the user to create a deal request during the onboarding process. |
| Method: | POST |
| URL: | CorporateLOSOnboarding/objects/DealRequest |
| Description: | This API allows the user to retrieve the deal request. |
| Method: | GET |
| URL: | CorporateLOSOnboarding/objects/DealRequest/getDealRequest |
| Description: | This API allows the user to persist the deal request. |
| Method: | GET |
| URL: | /CorporateLOSOnboarding/objects/DealRequest/saveDealRequest |
| Description: | This API allows the user to submit the deal during the onboarding process. |
| Method: | POST |
| URL: | /CorporateLOSOnboarding/objects/DealRequest/submitDealRequest |
| Description: | This API allows the user to create document information during the onboarding process |
| Method: | POST |
| URL: | /CorporateLOSOnboarding/objects/DocumentInfo |
| Description: | This API allows the user to retrieve the document information during the onboarding process. |
| Method: | GET |
| URL: | CorporateLOSOnboarding/objects/DocumentInfo/getDocumentInfo |
| Description: | This API allows the user to create a facility request during the onboarding process. |
| Method: | POST |
| URL: | /CorporateLOSOnboarding/objects/FacilityRequest |
| Description: | This API allows the user to retrieve the facility request during the onboarding process. |
| Method: | GET |
| URL: | origination/corporate/customerRequest?userId=$userId&requestId=$requestId |
| Description: | This API allows the user to create an individual party during the onboarding process. |
| Method: | POST |
| URL: | /CorporateLOSOnboarding/objects/IndividualPartyInfo |
| Description: | This API allows the user to retrieve the individual party during the onboarding process. |
| Method: | GET |
| URL: | /CorporateLOSOnboarding/objects/IndividualPartyInfo/getIndividualPartyInfo |
| Description: | This API allows the user to create party related information during the onboarding process. |
| Method: | POST |
| URL: | /CorporateLOSOnboarding/objects/RelatedPartyInfo |
| Description: | This API allows the user to retrieve party related information during the onboarding process. |
| Method: | GET |
| URL: | /CorporateLOSOnboarding/objects/RelatedPartyInfo/getRelatedPartyInfo |
| Description: | This API allows the user to create an address for the party. |
| Method: | POST |
| URL: | /CorporateLOS/objects/Address |
| Description: | This API allows the user to retrieve the addresses of the party. |
| Method: | GET |
| URL: | /CorporateLOS/objects/Address/getAddress |
| Description: | This API allows the user to create the borrower fees. |
| Method: | POST |
| URL: | /CorporateLOS/objects/BorrowerFees |
| Description: | This API allows the user to retrieve the borrower fees. |
| Method: | GET |
| URL: | /CorporateLOS/objects/BorrowerFees/getBorrowerFees |
| Description: | This API allows the user to create a collateral. |
| Method: | POST |
| URL: | CorporateLOSOnboarding/objects/Collateral |
| Description: | This API allows the user to retrieve all the collaterals. |
| Method: | GET |
| URL: | /CorporateLOS/objects/Collateral/getAllCollaterals |
| Description: | This API allows the user to create a compliance. |
| Method: | POST |
| URL: | /CorporateLOS/objects/Compliance |
| Description: | This API allows the user to retrieve all the compliances. |
| Method: | GET |
| URL: | /CorporateLOS/objects/Compliance/getCompliances |
| Description: | This API allows the user to create a contact. |
| Method: | POST |
| URL: | /CorporateLOS/objects/Contact/createContact |
| Description: | This API allows the user to create a covenant. |
| Method: | POST |
| URL: | /CorporateLOS/objects/Covenant |
| Description: | This API allows the user to retrieve all the covenants. |
| Method: | GET |
| URL: | /CorporateLOS/objects/Covenant/getCovenant |
| Description: | This API allows the user to update the existing deal with the latest values as provided. |
| Method: | PUT |
| URL: | /CorporateLOS/objects/Deal/editDeal |
| Description: | This API allows the user to retrieve all the deals. |
| Method: | GET |
| URL: | /CorporateLOS/objects/Deal/getAllDeals |
| Description: | This API allows the user to retrieve all the data of a deal. |
| Method: | GET |
| URL: | /CorporateLOS/objects/Deal/getDeal |
| Description: | This API allows the user to create a document. |
| Method: | POST |
| URL: | /CorporateLOS/objects/Document |
| Description: | This API allows the user to retrieve all the documents. |
| Method: | GET |
| URL: | /CorporateLOS/objects/Document/getDocuments |
| Description: | This API allows the user to create a restriction for drawing the amount. |
| Method: | POST |
| URL: | /CorporateLOS/objects/DrawRestriction |
| Description: | This API allows the user to fetch the restrictions that have been created for drawing the amount. |
| Method: | GET |
| URL: | /CorporateLOS/objects/DrawRestriction/getDrawRestriction |
| Description: | This API allows the user to retrieve all the sections of the Entity Overview screen. |
| Method: | GET |
| URL: | /CorporateLOS/objects/EntityOverview/getEntityOverview |
| Description: | This API allows the user to retrieve all the facilities. |
| Method: | GET |
| URL: | /CorporateLOS/objects/Facility/getFacilities |
| Description: | This API allows the user to update the existing facility with the latest values as provided. |
| Method: | PUT |
| URL: | /CorporateLOS/objects/Facility/updateFacility |
| Description: | This API allows the user to create a funding. |
| Method: | POST |
| URL: | /CorporateLOS/objects/Funding |
| Description: | This API allows the user to create a narrative. |
| Method: | POST |
| URL: | /CorporateLOS/objects/Narrative |
| Description: | This API allows the user to retrieve all narratives |
| Method: | GET |
| URL: | /CorporateLOS/objects/Narrative/getNarratives |
| Description: | This API allows the user to create a new party based on the information provided by the user. |
| Method: | POST |
| URL: | /CorporateLOS/objects/Party |
| Description: | This API allows the user to create a relationship between two parties. |
| Method: | POST |
| URL: | CorporateLOS/objects/Party/createPartyRelation |
| Description: | This API allows the user to retrieve all the parties list. |
| Method: | GET |
| URL: | /CorporateLOS/objects/Party/getPartiesList |
| Description: | This API allows the user to retrieve all the information about a party based on the party ID. |
| Method: | GET |
| URL: | /CorporateLOS/objects/Party/getPartyByPartyId |
| Description: | This API allows the user to create a pricing. |
| Method: | POST |
| URL: | /CorporateLOS/objects/Pricing |
| Description: | This API allows the user to retrieve a pricing. |
| Method: | GET |
| URL: | /CorporateLOS/objects/Pricing/getPricing |
| Description: | This API allows the user to create a related party. |
| Method: | POST |
| URL: | /CorporateLOS/objects/RelatedParty |
| Description: | This API allows the user to retrieve all the related parties. |
| Method: | GET |
| URL: | /CorporateLOS/objects/RelatedParty/getRelatedParty |
| Description: | This API allows the user to retrieve all sections of the Request Overview screen. |
| Method: | GET |
| URL: | /CorporateLOS/objects/RequestOverview/getRequestOverview |
| Description: | This API allows the user to create a task. |
| Method: | POST |
| URL: | /CorporateLOS/objects/Task |
| Description: | This API allows the user to retrieve all the tasks. |
| Method: | GET |
| URL: | /CorporateLOS/objects/Tasks |
| Description: | This API allows the user to retrieve a task. |
| Method: | GET |
| URL: | /CorporateLOS/objects/Task |
| Description: | This API is used to allow the workflow to validate the task status while updating the task. |
| Method: | GET |
| URL: | /CorporateLOS/objects/Task/getbypk |
| Description: | This API is used to update the existing tasks based on the values provided by the user. |
| Method: | PUT |
| URL: | /CorporateLOS/objects/Task/updateTask |
| Description: | This API allows the user to delete a document. |
| Method: | POST |
| URL: | /CorporateLOSDocumentStorage/objects/DocumentStorage/downloadDocument |
| Description: | This API allows the user to download a document. |
| Method: | POST |
| URL: | /CorporateLOSDocumentStorage/objects/DocumentStorage/downloadDocument |
| Description: | This API allows the user to upload a document. |
| Method: | POST |
| URL: | /CorporateLOSDocumentStorage/objects/DocumentStorage/uploadDocument |
In this topic