Class CollectionSheetApiResource

java.lang.Object
org.apache.fineract.portfolio.collectionsheet.api.CollectionSheetApiResource

@Path("/v1/collectionsheet") @Component public class CollectionSheetApiResource extends Object
  • Constructor Details

    • CollectionSheetApiResource

      public CollectionSheetApiResource()
  • Method Details

    • generateCollectionSheet

      @POST @Consumes("application/json") @Produces("application/json") public jakarta.ws.rs.core.Response generateCollectionSheet(@QueryParam("command") String commandParam, CollectionSheetRequest collectionSheetRequest)