Class LoanCollateralManagementApiResource

java.lang.Object
org.apache.fineract.portfolio.collateralmanagement.api.LoanCollateralManagementApiResource

@Path("/v1/loan-collateral-management") @Component public class LoanCollateralManagementApiResource extends Object
  • Constructor Details

    • LoanCollateralManagementApiResource

      public LoanCollateralManagementApiResource()
  • Method Details

    • deleteLoanCollateral

      @DELETE @Path("{id}") @Produces("application/json") @Consumes("application/json") public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteLoanCollateral(@PathParam("loanId") Long loanId, @PathParam("id") Long id)
    • getLoanCollateral

      @GET @Path("{collateralId}") @Produces("application/json") @Consumes("application/json") public LoanCollateralResponseData getLoanCollateral(@PathParam("collateralId") Long collateralId)