java.lang.Object
org.apache.fineract.portfolio.self.account.api.SelfAccountTransferApiResource
@Path("/v1/self/accounttransfers")
@Component
public class SelfAccountTransferApiResource
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SelfAccountTransferApiResource
public SelfAccountTransferApiResource()
-
Method Details
-
template
@GET
@Path("template")
@Consumes("application/json")
@Produces("application/json")
public String template(@DefaultValue("") @QueryParam("type")
String type,
@Context
jakarta.ws.rs.core.UriInfo uriInfo)
-
create
@POST
@Consumes("application/json")
@Produces("application/json")
public String create(@DefaultValue("") @QueryParam("type")
String type,
String apiRequestBodyAsJson)