template Refund By Transfer
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
Parameters
from Office Id
fromOfficeId (optional)
from Client Id
fromClientId (optional)
from Account Id
fromAccountId (optional)
from Account Type
fromAccountType (optional)
to Office Id
toOfficeId (optional)
to Client Id
toClientId (optional)
to Account Id
toAccountId (optional)
to Account Type
toAccountType (optional)