ClientCollateralManagementApi

Functions

Link copied to clipboard
abstract suspend fun addCollateral(clientId: Long, postClientCollateralRequest: PostClientCollateralRequest): PostClientCollateralResponse

Add New Collateral For a Client Add New Collateral For a Client Responses:

Link copied to clipboard
abstract suspend fun deleteCollateral1(clientId: Long, collateralId: Long): DeleteClientCollateralResponse

Delete Client Collateral Delete Client Collateral Responses:

Link copied to clipboard
abstract suspend fun getClientCollateral(clientId: Long, prodId: Long? = null): List<Any>

Get Clients Collateral Products Get Collateral Product of a Client Responses:

Link copied to clipboard
abstract suspend fun getClientCollateralData(clientId: Long, clientCollateralId: Long): Any

Get Client Collateral Data Get Client Collateral Data Responses:

Link copied to clipboard

Get Client Collateral Template Get Client Collateral Template Responses:

Link copied to clipboard
abstract suspend fun updateCollateral1(clientId: Long, collateralId: Long, putClientCollateralRequest: PutClientCollateralRequest): PutClientCollateralResponse

Update New Collateral of a Client Update New Collateral of a Client Responses: