AccountTransfersApi

Functions

Link copied to clipboard
abstract suspend fun create4(postAccountTransfersRequest: PostAccountTransfersRequest): PostAccountTransfersResponse

Create new Transfer Ability to create new transfer of monetary funds from one account to another. Responses:

Link copied to clipboard
abstract suspend fun retrieveAll18(externalId: String? = null, offset: Int? = null, limit: Int? = null, orderBy: String? = null, sortOrder: String? = null, accountDetailId: Long? = null): GetAccountTransfersResponse

List account transfers Lists account's transfers Example Requests: accounttransfers Responses:

Link copied to clipboard
abstract suspend fun retrieveOne9(transferId: Long): GetAccountTransfersPageItems

Retrieve account transfer Retrieves account transfer Example Requests : accounttransfers/1 Responses:

Link copied to clipboard
abstract suspend fun template5(fromOfficeId: Long? = null, fromClientId: Long? = null, fromAccountId: Long? = null, fromAccountType: Int? = null, toOfficeId: Long? = null, toClientId: Long? = null, toAccountId: Long? = null, toAccountType: Int? = null): GetAccountTransfersTemplateResponse

Retrieve Account Transfer 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 Example Requests: accounttransfers/template?fromAccountType=2&fromOfficeId=1 accounttransfers/template?fromAccountType=2&fromOfficeId=1&fromClientId=1 accounttransfers/template?fromClientId=1&fromAccountType=2&fromAccountId=1 Responses:

Link copied to clipboard
abstract suspend fun templateRefundByTransfer(fromOfficeId: Long? = null, fromClientId: Long? = null, fromAccountId: Long? = null, fromAccountType: Int? = null, toOfficeId: Long? = null, toClientId: Long? = null, toAccountId: Long? = null, toAccountType: Int? = null): GetAccountTransfersTemplateRefundByTransferResponse

Retrieve Refund of an Active Loan by Transfer Template Retrieves Refund of an Active Loan by Transfer TemplateExample Requests : accounttransfers/templateRefundByTransfer?fromAccountId=2&fromAccountType=1& toAccountId=1&toAccountType=2&toClientId=1&toOfficeId=1 Responses:

Link copied to clipboard

Refund of an Active Loan by Transfer Ability to refund an active loan by transferring to a savings account. Responses: