Class TaxGroupApiResource
java.lang.Object
org.apache.fineract.portfolio.tax.api.TaxGroupApiResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTaxGroup(String apiRequestBodyAsJson) retrieveAllTaxGroups(jakarta.ws.rs.core.UriInfo uriInfo) retrieveTaxGroup(Long taxGroupId, jakarta.ws.rs.core.UriInfo uriInfo) retrieveTemplate(jakarta.ws.rs.core.UriInfo uriInfo) updateTaxGroup(Long taxGroupId, String apiRequestBodyAsJson)
-
Constructor Details
-
TaxGroupApiResource
public TaxGroupApiResource()
-
-
Method Details
-
retrieveAllTaxGroups
@GET @Consumes("application/json") @Produces("application/json") public String retrieveAllTaxGroups(@Context jakarta.ws.rs.core.UriInfo uriInfo) -
retrieveTaxGroup
-
retrieveTemplate
@GET @Path("template") @Consumes("application/json") @Produces("application/json") public String retrieveTemplate(@Context jakarta.ws.rs.core.UriInfo uriInfo) -
createTaxGroup
-
updateTaxGroup
-