java.lang.Object
org.apache.fineract.portfolio.self.shareaccounts.api.SelfShareAccountsApiResource
@Path("/v1/self/shareaccounts")
@Component
public class SelfShareAccountsApiResource
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
-
SelfShareAccountsApiResource
public SelfShareAccountsApiResource()
-
Method Details
-
template
@GET
@Path("template")
@Consumes("application/json")
@Produces("application/json")
public String template(@QueryParam("clientId")
Long clientId,
@QueryParam("productId")
Long productId,
@Context
jakarta.ws.rs.core.UriInfo uriInfo)
-
createAccount
@POST
@Consumes("application/json")
@Produces("application/json")
public String createAccount(String apiRequestBodyAsJson)
-
retrieveShareAccount
@GET
@Path("{accountId}")
@Consumes("application/json")
@Produces("application/json")
public String retrieveShareAccount(@PathParam("accountId")
Long accountId,
@Context
jakarta.ws.rs.core.UriInfo uriInfo)