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

GetStandingInstructionsTemplateResponse

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)

transferType

transferType (optional)