InterestRateChartApi

Functions

Link copied to clipboard
abstract suspend fun create10(postInterestRateChartsRequest: PostInterestRateChartsRequest): PostInterestRateChartsResponse

Create a Chart Creates a new chart which can be attached to a term deposit products (FD or RD). Responses:

Link copied to clipboard
abstract suspend fun delete14(chartId: Long): DeleteInterestRateChartsChartIdResponse

Delete a Chart It deletes the chart Responses:

Link copied to clipboard
abstract suspend fun retrieveAll26(productId: Long? = null): List<GetInterestRateChartsResponse>

Retrieve all Charts Retrieve list of charts associated with a term deposit product(FD or RD). Example Requests: interestratecharts?productId=1 Responses:

Link copied to clipboard
abstract suspend fun retrieveOne17(chartId: Long): GetInterestRateChartsResponse

Retrieve a Chart It retrieves the Interest Rate Chart Example Requests: interestratecharts/1 Responses:

Link copied to clipboard

Retrieve Chart Details Template This is a convenience resource. It can be useful when building maintenance user interface screens for creating a chart. The template data returned consists of any or all of: Field Defaults Allowed Value Lists Example Request: interestratecharts/template Responses:

Link copied to clipboard
abstract suspend fun update15(chartId: Long, putInterestRateChartsChartIdRequest: PutInterestRateChartsChartIdRequest): PutInterestRateChartsChartIdResponse

Update a Chart It updates the chart Responses: