StandingInstructionsApi

Functions

Link copied to clipboard
abstract suspend fun create5(postStandingInstructionsRequest: PostStandingInstructionsRequest): PostStandingInstructionsResponse

Create new Standing Instruction Ability to create new instruction for transfer of monetary funds from one account to another Responses:

Link copied to clipboard
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:

Link copied to clipboard
abstract suspend fun retrieveOne10(standingInstructionId: Long, externalId: String? = null, offset: Int? = null, limit: Int? = null, orderBy: String? = null, sortOrder: String? = null): GetStandingInstructionsStandingInstructionIdResponse

Retrieve Standing Instruction Example Requests : standinginstructions/1 Responses:

Link copied to clipboard
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:

Link copied to clipboard
abstract suspend fun update9(standingInstructionId: Long, command: String? = null, putStandingInstructionsStandingInstructionIdRequest: PutStandingInstructionsStandingInstructionIdRequest? = null): PutStandingInstructionsStandingInstructionIdResponse

Update Standing Instruction | Delete Standing Instruction Ability to modify existing instruction for transfer of monetary funds from one account to another. PUT https://DomainName/api/v1/standinginstructions/1?command=update Ability to modify existing instruction for transfer of monetary funds from one account to another. PUT https://DomainName/api/v1/standinginstructions/1?command=delete Responses: