SelfClientApi

interface SelfClientApi

Functions

Link copied to clipboard
abstract suspend fun addNewClientImage2(clientId: Long, contentLength: Long? = null, dateFormat: String, locale: String, uploadedInputStream: MultiPartFormDataContent): String

Responses:

Link copied to clipboard
abstract suspend fun deleteClientImage1(clientId: Long): String

Responses:

Link copied to clipboard
abstract suspend fun retrieveAll36(displayName: String? = null, firstName: String? = null, lastName: String? = null, offset: Int? = null, status: String? = null, limit: Int? = null, orderBy: String? = null, sortOrder: String? = null): GetSelfClientsResponse

List Clients associated to the user The list capability of clients can support pagination and sorting. Example Requests: self/clients self/clients?fields=displayName,officeName self/clients?offset=10&limit=50 self/clients?orderBy=displayName&sortOrder=DESC Responses:

Link copied to clipboard
abstract suspend fun retrieveAllClientCharges1(clientId: Long, chargeStatus: String? = "all", pendingPayment: Boolean? = null, limit: Int? = null, offset: Int? = null): GetSelfClientsClientIdChargesResponse

List Client Charges The list capability of client charges supports pagination. Example Requests: self/clients/1/charges self/clients/1/charges?offset=0&limit=5 Responses:

Link copied to clipboard
abstract suspend fun retrieveAllClientTransactions2(clientId: Long, offset: Int? = null, limit: Int? = null): GetSelfClientsClientIdTransactionsResponse

List Client Transactions The list capability of client transaction can support pagination. Example Requests: self/clients/189/transactions self/clients/189/transactions?offset=10&limit=50 Responses:

Link copied to clipboard

Retrieve client accounts overview An example of how a loan portfolio summary can be provided. This is requested in a specific use case of the community application. It is quite reasonable to add resources like this to simplify User Interface development. Example Requests: self/clients/1/accounts self/clients/1/accounts?fields=loanAccounts,savingsAccounts Responses:

Link copied to clipboard

Retrieve a Client Charge Retrieves a Client Charge Example Requests: self/clients/1/charges/1 self/clients/1/charges/1?fields=name,id Responses:

Link copied to clipboard

Retrieve a Client Transaction Retrieves a Client TransactionExample Requests: self/clients/1/transactions/1 self/clients/1/transactions/1?fields=id,officeName Responses:

Link copied to clipboard
abstract suspend fun retrieveImage1(clientId: Long, maxWidth: Int? = null, maxHeight: Int? = null, output: String? = null)

Retrieve Client Image Optional arguments are identical to those of Get Image associated with an Entity (Binary file) Example Requests: self/clients/1/images Responses:

Link copied to clipboard
abstract suspend fun retrieveObligeeDetails2(clientId: Long): String

Responses:

Link copied to clipboard
abstract suspend fun retrieveOne28(clientId: Long): GetSelfClientsClientIdResponse

Retrieve a Client Retrieves a Client Example Requests: self/clients/1 self/clients/1?fields=id,displayName,officeName Responses: