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:

Release date: 2022-09-01

Methods

Change

Comment

GetBusinessTransactions

Added property ReconciliationStatus. ReconciliationStatus is an Enum that can be: Reconciled, Ignored and Investigate.

Filter on ReconciliationStatus

CreateBusinessTransaction

Added property ReconciliationStatus. ReconciliationStatus is an Enum that can be: Reconciled, Ignored and Investigate.

Set ReconciliationStatus.

UpdateBusinessTransactions

New api method.

Lets you update ReconciliationStatus and the CustomFields on the linked SuperTransaction (if present)

...