Savings Account Transactions Api
interface SavingsAccountTransactionsApi
Types
Link copied to clipboard
@Serializable
enum for parameter sortOrder
Functions
Link copied to clipboard
abstract suspend fun adjustTransaction1(savingsId: Long, transactionId: Long, postSavingsAccountBulkReversalTransactionsRequest: PostSavingsAccountBulkReversalTransactionsRequest, command: String? = null): List<PostSavingsAccountBulkReversalTransactionsRequest>
Undo/Reverse/Modify/Release Amount transaction API Undo/Reverse/Modify/Release Amount transaction API Example Requests: savingsaccounts/{savingsId}/transactions/{transactionId}?command=reverse Accepted command = undo, reverse, modify, releaseAmount Responses:
Link copied to clipboard
abstract suspend fun advancedQuery1(savingsId: Long, pagedLocalRequestAdvancedQueryRequest: PagedLocalRequestAdvancedQueryRequest? = null): String
Advanced search Savings Account Transactions
Link copied to clipboard
Responses:
Link copied to clipboard
Responses:
Link copied to clipboard
abstract suspend fun searchTransactions(savingsId: Long, fromDate: String? = null, toDate: String? = null, fromSubmittedDate: String? = null, toSubmittedDate: String? = null, fromAmount: Double? = null, toAmount: Double? = null, types: String? = null, credit: Boolean? = null, debit: Boolean? = null, offset: Int? = null, limit: Int? = null, orderBy: String? = null, sortOrder: SavingsAccountTransactionsApi.SortOrderSearchTransactions? = null, locale: String? = null, dateFormat: String? = null): SavingsAccountTransactionsSearchResponse
Search Savings Account Transactions
Link copied to clipboard
abstract suspend fun transaction2(savingsId: Long, postSavingsAccountTransactionsRequest: PostSavingsAccountTransactionsRequest, command: String? = null): PostSavingsAccountTransactionsResponse
Responses: