SelfShareAccountsApi

Functions

Link copied to clipboard
abstract suspend fun createAccount1(body: String? = null): List<PostNewShareApplicationResponse>

Submit new share application Mandatory fields: clientId, productId, submittedDate, savingsAccountId, requestedShares, applicationDate Optional Fields accountNo, externalId Inherited from Product (if not provided) minimumActivePeriod, minimumActivePeriodFrequencyType, lockinPeriodFrequency, lockinPeriodFrequencyType. Responses:

Link copied to clipboard
abstract suspend fun retrieveShareAccount(accountId: Long): String

Retrieve a share application/account Example Requests: self/shareaccounts/12 Responses:

Link copied to clipboard
abstract suspend fun template19(clientId: Long? = null, productId: Long? = null): List<GetShareAccountsClientIdProductIdResponse>

Retrieve Share Account 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 Value Lists Arguments clientId:Integer mandatory productId:Integer optionalIf entered, productId, productName and selectedProduct fields are returned. Example Requests: self/shareaccounts/template?clientId=14 self/shareaccounts/template?clientId=14&productId=3 Responses: