You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -104,8 +105,7 @@ public class ClientsApiResource {
104
105
@Produces({ MediaType.APPLICATION_JSON })
105
106
@Operation(summary = "Retrieve Client Details Template", description = "This is a convenience resource. It can be useful when building maintenance user interface screens for client applications. The template data returned consists of any or all of:\n"
@Operation(summary = "Retrieve client performance metrics", description = "Returns a summary of active loans and outstanding balances for a specific client.")
@@ -204,8 +217,7 @@ public String create(@Parameter(hidden = true) final String apiRequestBodyAsJson
204
217
+ "Changing the relationship between a client and its office is not supported through this API. An API specific to handling transfers of clients between offices is available for the same.\n"
205
218
+ "\n" + "The relationship between a client and a group must be removed through the Groups API.")
@@ -216,8 +228,7 @@ public String update(@Parameter(description = "clientId") @PathParam("clientId")
216
228
@Consumes({ MediaType.APPLICATION_JSON })
217
229
@Produces({ MediaType.APPLICATION_JSON })
218
230
@Operation(summary = "Delete a Client", description = "If a client is in Pending state, you are allowed to Delete it. The delete is a 'hard delete' and cannot be recovered from. Once clients become active or have loans or savings associated with them, you cannot delete the client but you may Close the client if they have left the program.")
@@ -257,8 +268,7 @@ public String delete(@PathParam("clientId") @Parameter(description = "clientId")
257
268
+ "Abstraction over the Propose and Accept Client Transfer API's which enable a user with Data Scope over both the Target and Destination Branches to directly transfer a Client to the destination Office.\n\n"
258
269
+ "Showing request/response for 'Reject a Client Transfer'")
@@ -359,8 +368,7 @@ public String retrieveAssociatedAccounts(@PathParam("externalId") @Parameter(des
359
368
+ "Changing the relationship between a client and its office is not supported through this API. An API specific to handling transfers of clients between offices is available for the same.\n"
360
369
+ "\n" + "The relationship between a client and a group must be removed through the Groups API.")
@@ -401,8 +409,7 @@ public String update(@Parameter(description = "externalId") @PathParam("external
401
409
+ "Abstraction over the Propose and Accept Client Transfer API's which enable a user with Data Scope over both the Target and Destination Branches to directly transfer a Client to the destination Office.\n\n"
402
410
+ "Showing request/response for 'Reject a Client Transfer'")
@@ -414,8 +421,7 @@ public String applyCommand(@PathParam("externalId") @Parameter(description = "ex
414
421
@Consumes({ MediaType.APPLICATION_JSON })
415
422
@Produces({ MediaType.APPLICATION_JSON })
416
423
@Operation(summary = "Delete a Client", description = "If a client is in Pending state, you are allowed to Delete it. The delete is a 'hard delete' and cannot be recovered from. Once clients become active or have loans or savings associated with them, you cannot delete the client but you may Close the client if they have left the program.")
Copy file name to clipboardExpand all lines: fineract-provider/src/main/java/org/apache/fineract/portfolio/client/service/ClientReadPlatformService.java
Copy file name to clipboardExpand all lines: fineract-provider/src/main/java/org/apache/fineract/portfolio/client/service/ClientReadPlatformServiceImpl.java
0 commit comments