retrieveAll19

abstract suspend fun retrieveAll19(externalId: String? = null, offset: Int? = null, limit: Int? = null, orderBy: String? = null, sortOrder: String? = null, transferType: Int? = null, clientName: String? = null, clientId: Long? = null, fromAccountId: Long? = null, fromAccountType: Int? = null): GetStandingInstructionsResponse

List Standing Instructions Example Requests: standinginstructions Responses:

  • 200: OK

Return

GetStandingInstructionsResponse

Parameters

externalId

externalId (optional)

offset

offset (optional)

limit

limit (optional)

orderBy

orderBy (optional)

sortOrder

sortOrder (optional)

transferType

transferType (optional)

clientName

clientName (optional)

clientId

clientId (optional)

fromAccountId

fromAccountId (optional)

fromAccountType

fromAccountType (optional)