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 release to our NuGet package is available: NuGet Gallery | Bricknode.Soap.Sdk 7.0.0

Release date: 2022-02-01

Methods

Change

Comment

GetAccounts UpdateAccounts CreateAccounts

Added property Custodian

UpdateCustomFields

New api method

This is a generic method. It lets you update custom fields on any Bfs entity.

CreateCustomFields

New api method

This is a generic method. It lets you create custom fields on any Bfs entity.

GetBusinessTransactions

CustomFields on the Business Transaction are now included in the response.

CreateBusinessTransaction

CustomFields can now be created on the Business Transaction.

CreateFeeRecords GetFeeRecords UpdateFeeRecords DeleteFeeRecords

Added two new fee types that are reflected in the new concrete implementation classes PerformancePercentageFeeRecordDto and DepositPercentageFeeRecordDto that derive from the FeeRecordDto base class.

GetFeeRecords

Added new filter property FeeTypes

It is now possible to filter on type of fee when using GetFeeRecords.

...