Versions Compared

Key

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

Inputs (Array[] of UpdateSuperTransaction to update)

Name

Type

Description

Mandatory

Available from version

BrickIds

BrickId

Guid

This is the unique id of the Super Transaction that should be updated

Yes

CustomFields

CustomField[]

Keysstring[]AccountNoSeriesKeystringintbool

Takes an array of CustomField. These are the ones that will either be updated or created on the Super Transaction.

NoteId

Guid

This connects transactions to TransactionNotes and will make them show up on the pdf transaction notes in the Broker GUI

BatchId

Guid

This will link transactions to a batch of other transactions which is useful for mass management of for example corrections https://bricknode.atlassian.net/wiki/spaces/KB/pages/2307555351/Correct+batch+transactions?src=search

BusinessEventId

Guid

This will link the transactions to a business event which is nicely organized in the Broker GUI with all objects that are linked to a business event Business Events

OrderId

Guid

This will link the transactions in the SuperTransaction to orders, for example if fees are charged that relates to an order this link will make them easy to group and identifiy Orders

InsurancePolicyId

Guid

Transactions can be linked to insurance policies https://bricknode.atlassian.net/wiki/spaces/KB/pages/103055505/Create+Insurance+Policy?src=search

InsuranceClaimId

Guid

Transactions can be linked to insurance claims Create Claim

Outputs

...

Name

Type

Description

Available from version

Entities

BrickIdGuidThe BrickId (unique id) of the account typeKeystringThe account type key of the account type

Code examples

Array

Returns UpdateSuperTransactions. If any error occurs, it will be displayed in the Message property.
If your credentials are wrong in the request, the Entities property will be null.


Message

String

Will be “OK” if the request was successful. Else, containing error message.


Code examples

C# - Get all account types from a BFS instance
linenumbers
Code Block
true
languagecollapsec#true


Blog Posts
sortcreation
contenttitles
labels

...

updatesupertransactions