templateRefundByTransfer

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:

  • 200: OK

Return

GetAccountTransfersTemplateRefundByTransferResponse

Parameters

fromOfficeId

fromOfficeId (optional)

fromClientId

fromClientId (optional)

fromAccountId

fromAccountId (optional)

fromAccountType

fromAccountType (optional)

toOfficeId

toOfficeId (optional)

toClientId

toClientId (optional)

toAccountId

toAccountId (optional)

toAccountType

toAccountType (optional)