Versions Compared

Key

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

Developers can update the "service reference" and fix what needs to be fixed before the actual update. Test environment: https://stage.bricknode.com/preview1/api/bfsapi.asmx

A pre-release to our NuGet package is available: NuGet Gallery | https://www.nuget.org/packages/Bricknode.Soap.Sdk/7.1.1-prerelease-bPlanned release 2

Release date: 2022-03-08

Methods

Change

Comment

GetAccounts UpdateAccounts CreateAccounts

Added property CustodianBrickIds

UpdatePersons CreatePersons

Added functionality to create and update TINs

TIN is stored as an array of objects on the Person object. It contains information about a TINNumber coupled with a TINCurrencyCode.

ExecuteOrders

Removed the property FeeAccountBrickId

Breaking Change: FeeAccountBrickId is removed from ExecuteOrders and instead the fee account set on the fee of the instrument is used automatically.

...