template19
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:
200: OK
Return
kotlin.collections.List
Parameters
client Id
(optional)
product Id
(optional)