Interest Rate Slab AKAInterest Bands Api
interface InterestRateSlabAKAInterestBandsApi
Functions
Link copied to clipboard
abstract suspend fun create9(chartId: Long, postInterestRateChartsChartIdChartSlabsRequest: PostInterestRateChartsChartIdChartSlabsRequest): PostInterestRateChartsChartIdChartSlabsResponse
Create a Slab Creates a new interest rate slab for an interest rate chart. Mandatory Fields periodType, fromPeriod, annualInterestRate Optional Fields toPeriod and description Example Requests: interestratecharts/1/chartslabs Responses:
Link copied to clipboard
abstract suspend fun delete13(chartId: Long, chartSlabId: Long): DeleteInterestRateChartsChartIdChartSlabsResponse
Delete a Slab Delete a Slab from a chart Responses:
Link copied to clipboard
abstract suspend fun retrieveAll25(chartId: Long): List<GetInterestRateChartsChartIdChartSlabsResponse>
Retrieve all Slabs Retrieve list of slabs associated with a chart Example Requests: interestratecharts/1/chartslabs Responses:
Link copied to clipboard
abstract suspend fun retrieveOne16(chartId: Long, chartSlabId: Long): GetInterestRateChartsChartIdChartSlabsResponse
Retrieve a Slab Retrieve a slab associated with an Interest rate chart Example Requests: interestratecharts/1/chartslabs/1 Responses:
Link copied to clipboard
abstract suspend fun update14(chartId: Long, chartSlabId: Long, putInterestRateChartsChartIdChartSlabsChartSlabIdRequest: PutInterestRateChartsChartIdChartSlabsChartSlabIdRequest): PutInterestRateChartsChartIdChartSlabsChartSlabIdResponse
Update a Slab It updates the Slab from chart Responses: