template6
abstract suspend fun template6(fromOfficeId: Long? = null, fromClientId: Long? = null, fromAccountId: Long? = null, fromAccountType: Int? = null, toOfficeId: Long? = null, toClientId: Long? = null, toAccountId: Long? = null, toAccountType: Int? = null, transferType: Int? = null): GetStandingInstructionsTemplateResponse
Retrieve Standing Instruction 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: standinginstructions/template?fromAccountType=2&fromOfficeId=1 standinginstructions/template?fromAccountType=2&fromOfficeId=1&fromClientId=1&transferType=1 standinginstructions/template?fromClientId=1&fromAccountType=2&fromAccountId=1&transferType=1 Responses:
- 200: OK 
Return
Parameters
from
fromOfficeId (optional)
from
fromClientId (optional)
from
fromAccountId (optional)
from
fromAccountType (optional)
to
toOfficeId (optional)
to
toClientId (optional)
to
toAccountId (optional)
to
toAccountType (optional)
transfer
transferType (optional)