Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Inputs (Array[] to update)

Name

Type

Description

Mandatory

Available from version

Comment

BrickId

Guid

Bricknode ID of the transfer receiver 

 True

 2.13


Name

string

Name of this transfer receiver




Comment

string

A comment or description




BatchOrders

bool

True if orders on this account should be batch processed  




TransferReceiverExtraInfo

Complex

Determines the account type. Also contains a type specific payload (spec in: CreateTransferReceivers). One of the following:

  • TransferReceiverExtraInfoAutoGiro

  • TransferReceiverExtraInfoBankGiro

  • TransferReceiverExtraInfoDirectBankDomestic

  • TransferReceiverExtraInfoDirectBankForeign

  • TransferReceiverExtraInfoSecurities

  • TransferReceiverExtraInfoSecuritiesAccount

  • TransferReceiverExtraInfoPlusGiro

  • TransferReceiverExtraInfoBicIban

  • TransferReceiverExtraInfoNorwegianPostGiro

  • TransferReceiverExtraInfoNorwegianBankAccountTransferReceiverExtraInfoAvtaleGiro


TransferReceiverExtraInfoBicIban from 2026-06-28

TransferReceiverExtraInfoNorwegianPostGiro
TransferReceiverExtraInfoNorwegianBankAccount new from 2024-03-06TransferReceiverExtraInfoAvtaleGiro new from 2024-03-20

TransferReceiverExtraInfoAutoGiro - CounterPartyClearingNoMax five digits (a hyphen is not allowed)


Outputs

Name

Type

Description

Available from version

Entities

Array

All TransferReceivers in the request is returned. And array of Errors per TransferReceiver


Code examples

C# - Update an AutoGiro TransferReceivers

...