SavingsProductApi

Functions

Link copied to clipboard
abstract suspend fun create13(postSavingsProductsRequest: PostSavingsProductsRequest): PostSavingsProductsResponse

Create a Savings Product Creates a Savings Product Mandatory Fields: name, shortName, description, currencyCode, digitsAfterDecimal,inMultiplesOf, nominalAnnualInterestRate, interestCompoundingPeriodType, interestCalculationType, interestCalculationDaysInYearType,accountingRule Mandatory Fields for Cash based accounting (accountingRule = 2): savingsReferenceAccountId, savingsControlAccountId, interestOnSavingsAccountId, incomeFromFeeAccountId, transfersInSuspenseAccountId, incomeFromPenaltyAccountId Optional Fields: minRequiredOpeningBalance, lockinPeriodFrequency, lockinPeriodFrequencyType, withdrawalFeeForTransfers, paymentChannelToFundSourceMappings, feeToIncomeAccountMappings, penaltyToIncomeAccountMappings, charges, allowOverdraft, overdraftLimit, minBalanceForInterestCalculation,withHoldTax,taxGroupId,accountMapping, lienAllowed, maxAllowedLienLimit Responses:

Link copied to clipboard
abstract suspend fun delete21(productId: Long): DeleteSavingsProductsProductIdResponse

Delete a Savings Product Deletes a Savings Product Responses:

Link copied to clipboard

List Savings Products Lists Savings Products Example Requests: savingsproducts savingsproducts?fields=name Responses:

Link copied to clipboard
abstract suspend fun retrieveOne27(productId: Long): GetSavingsProductsProductIdResponse

Retrieve a Savings Product Retrieves a Savings Product Example Requests: savingsproducts/1 savingsproducts/1?template=true savingsproducts/1?fields=name,description Responses:

Link copied to clipboard

Retrieve Savings Product Template 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: Field Defaults Allowed description Lists Example Request: Account Mapping: savingsproducts/template Responses:

Link copied to clipboard
abstract suspend fun update22(productId: Long, putSavingsProductsProductIdRequest: PutSavingsProductsProductIdRequest): PutSavingsProductsProductIdResponse

Update a Savings Product Updates a Savings Product Responses: