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 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)
transfer Type
transferType (optional)