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
+ "Inherited from Product (if not provided): nominalAnnualInterestRate, interestCompoundingPeriodType, interestCalculationType, interestCalculationDaysInYearType, minRequiredOpeningBalance, lockinPeriodFrequency, lockinPeriodFrequencyType, withdrawalFeeForTransfers, allowOverdraft, overdraftLimit, withHoldTax\n\n"
156
-
+ "Additional Mandatory Field if Entity-Datatable Check is enabled for the entity of type Savings: datatables")
157
+
+ "Additional Mandatory Field if Entity-Datatable Check is enabled for the entity of type Savings: datatables", operationId = "submitSavingsApplication")
@@ -210,7 +213,7 @@ public SavingsAccountData retrieveOne(@PathParam("externalId") final String exte
210
213
+ "Savings application can only be modified when in 'Submitted and pending approval' state. Once the application is approved, the details cannot be changed using this method. Specific api endpoints will be created to allow change of interest detail such as rate, compounding period, posting period etc\n\n"
+ "Savings application's withhold tax can be modified when in 'Active' state. Once the application is activated, can modify the account withhold tax to post tax or vice-versa"
213
-
+ "Showing request/response for 'Modify a savings application'")
216
+
+ "Showing request/response for 'Modify a savings application'", operationId = "updateSavingsAccount")
@Operation(summary = "Delete a savings application", description = "At present we support hard delete of savings application so long as its in 'Submitted and pending approval' state. One the application is moves past this state, it is not possible to do a 'hard' delete of the application or the account. An API endpoint will be added to close/de-activate the savings account.")
411
+
@Operation(summary = "Delete a savings application", description = "At present we support hard delete of savings application so long as its in 'Submitted and pending approval' state. One the application is moves past this state, it is not possible to do a 'hard' delete of the application or the account. An API endpoint will be added to close/de-activate the savings account.", operationId = "deleteSavingsAccount")
0 commit comments