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 prerelease to release of our NuGet package is also available at: https://www.nuget.org/packages/Bricknode.Soap.Sdk/5.0.0-prerelease-a

Release date:

Methods

Change

Comment

GetFile

New property CustomFields.

FileInfoUpload

New property CustomFields.

GetAccounts

New property AccountWorld/s.

Added in Args, Fields and Response.

GetAutoGiroOrders

New properties TransferReceiverId and AutoGiroResponseCode.

Both added in Response, AutogiroResponseCode also in Args & Fields.

GetPersons

New property LegalJurisdiction/s.

New properties: BirthDateFrom & BirthDateTo.

Added in Args, Fields and Response.

Added in Args.

CreatePersons

New property LegalJurisdiction.

Added in input

UpdatePersons

New property LegalJurisdiction.

New property BirthDate.

Added in UpdatePerson

Added in UpdatePerson and UpdatePersonFields

UpdateRecurringOrderTemplateAutoGiro

New property StatusKey.

Now possible to activate or inactivate a RecurringOrderTemplateAutoGiro.

GetTransactionNotes

New property in Args & Fields: NoteNumbers. New properties in response rows: Marketplace, InstrumentName, Quantity, Price, BusinessTransactionType, AcquisitionValue, Currency and ISIN.

Breaking Change.

In addition to new properties in request and response, we have also introduced restrictions ni how this method can be used. One of the field properties NoteNumbers, NoteBrickIds and/or AccountBrickIds must be used when filtering. Furthermore, these fields can take a maximum number of values of 500 (NoteNumbers & NoteBrickIds) and 100 (AccountBrickIds).

...