SelfDividendApi

interface SelfDividendApi

Functions

Link copied to clipboard
abstract suspend fun createDividendDetail(productId: Long, body: String? = null): String

Responses:

Link copied to clipboard
abstract suspend fun deleteDividendDetail(productId: Long, dividendId: Long): String

Responses:

Link copied to clipboard
abstract suspend fun retrieveAll39(productId: Long, offset: Int? = null, limit: Int? = null, orderBy: String? = null, sortOrder: String? = null, status: Int? = null): String

Responses:

Link copied to clipboard
abstract suspend fun retrieveDividendDetails(dividendId: Long, productId: Long, offset: Int? = null, limit: Int? = null, orderBy: String? = null, sortOrder: String? = null, accountNo: String? = null): String

Responses:

Link copied to clipboard
abstract suspend fun updateDividendDetail(productId: Long, dividendId: Long, command: String? = null, body: String? = null): String

Responses: