Generic API's
Please find below the API details for the Prolender Interface module.
The API will only be useable if the module has been licenced by the client.
API Name | Description | Domain | Method | URL | Resource | Operation Id | End Point Description |
---|---|---|---|---|---|---|---|
holdings-ca-collateral-service | Canadian region API's to create, update and retrieve the details of collateral submitted by a customer, its value(s), allocations, etc | holdings | POST | /holdings/ca/customers/collaterals/{collateralId} | COLLATERAL,CAPLND.API.GENERIC.1.0.0 | createCaCollateral | Creates customer collateral with details such as collateral name, type, subtype, currency, amount and collateral item |
holdings | PUT | /holdings/ca/customers/collaterals/{collateralId} | COLLATERAL,CAPLND.API.GENERIC.1.0.0 | updateCaCollateral | Updatecustomer collateral with details such as collateral name, type, subtype, currency, amount and collateral item | ||
holdings | POST | /holdings/ca/customers/collaterals/collateralAllocations/{collateralAllocationId} | COLLATERAL.RIGHT,CAPLND.API.GENERIC.1.0.0 | createCaCollateralAllocation | Create collateral allocation details such as expiry date, limit reference, allocation percentage, etc | ||
holdings | PUT | /holdings/ca/customers/collaterals/collateralAllocations/{collateralAllocationId} | COLLATERAL.RIGHT,CAPLND.API.GENERIC.1.0.0 | updateCaCollateralAllocation | Update collateral allocation details such as expiry date, limit reference, allocation percentage, etc | ||
holdings | GET | /holdings/ca/customers/collaterals | CAPLND.API.GET.COLLATERAL.DETAILS.1.0.0 | getCaCollateralDetails | Retrieves customer collaterals with details such as collateral name, type, subtype, currency, amount and collateral item. | ||
holdings | GET | /holdings/ca/customers/collaterals/collateralAllocations | CAPLND.API.GET.COLLATERAL.RIGHT.1.0.0 | getCaCollateralAllocations | Retrieve collateral allocations details such as limit reference, allocation percentage, collateral name, type, etc |
In this topic