SelfSavingsAccountApi

Functions

Link copied to clipboard
abstract suspend fun modifySavingsAccountApplication(accountId: Long, command: String? = null, body: String? = null): String

Responses:

Link copied to clipboard
abstract suspend fun retrieveAllSavingsAccountCharges1(accountId: Long, chargeStatus: String? = "all"): List<GetSelfSavingsAccountsAccountIdChargesResponse>

List Savings Charges Lists Savings Charges Example Requests: self/savingsaccounts/1/charges self/savingsaccounts/1/charges?chargeStatus=inactive self/savingsaccounts/1/charges?fields=name,amountOrPercentage Responses:

Link copied to clipboard
abstract suspend fun retrieveSavings(accountId: Long, chargeStatus: String? = "all"): GetSelfSavingsAccountsResponse

Retrieve a savings account Retrieves a savings account Example Requests : self/savingsaccounts/1 self/savingsaccounts/1?associations=transactions Responses:

Link copied to clipboard

Retrieve a Savings account Charge Retrieves a Savings account Charge Example Requests: self/savingsaccounts/1/charges/5 self/savingsaccounts/1/charges/5?fields=name,amountOrPercentage Responses:

Link copied to clipboard

Retrieve Savings Account Transaction Retrieves Savings Account Transaction Example Requests: self/savingsaccounts/1/transactions/1 Responses:

Link copied to clipboard
abstract suspend fun submitSavingsAccountApplication(command: String? = null, body: String? = null): String

Responses:

Link copied to clipboard
abstract suspend fun template18(clientId: Long? = null, productId: Long? = null): String

Responses: