template5
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:
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)