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

GetAccountTransfersTemplateResponse

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)