Versions Compared

Key

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

Filter inputs

Name

Type

Description

Mandatory

Available from version

BrickIds

Guid[]

Keysstring[]AccountNoSeriesKeystringintbool

Filter by array of BrickIds. BrickId is the internal id of a Business Transaction.

CreatedDateFrom

DateTime?

Broker will add 1 day and remove 1 second to the given DateTime (on CreatedDateTo) to make sure that all transactions up until the end of the day for the given date is returned. If you supply time yourself you need to take this into account.

CreatedDateTo

DateTime?

OrderIds

Guid[]

These are the ids of the orders that SuperTransactions can be connected to in Broker. Orders

InsurancePolicyIds

Guid[]

These are the ids of insurance policies that SuperTransactions can be connected to in Broker https://bricknode.atlassian.net/wiki/spaces/KB/pages/103055505/Create+Insurance+Policy?src=search

InsuranceClaimIds

Guid[]

These are the ids of the insurance claims that SuperTransactions can be connected to in Broker Create Claim

BatchIds

Guid[]

These are the ids of the transaction batches that SuperTransactions can be connected to in Broker https://bricknode.atlassian.net/wiki/spaces/KB/pages/2307555351/Correct+batch+transactions?src=search

BusinessEventIds

Guid[]

These are the ids of the business events that SuperTransactions can be connected to in Broker Business Events

NoteIds

Guid[]

These are the ids of the TransactionNotes that SuperTransactions can be connected to in Broker

SequenceNoFrom

int?

This can be used to filter from the lowest super transaction number that should be included in the result

SequenceNoTo

int?

This can be used to filter from the highest super transaction number that should be included in the result

SequenceNo

int?

This can be used to filter on a specific super transaction number

Response rows (Array) inherits fromĀ EntityBase

Name

Type

Description

Available from version

BrickId

Guid

The BrickId (unique id) of the

account typeKeystringThe account type key of the account type

Code examples

...

transaction

InsurancePolicy

Guid

Id of insurance policy that SuperTransactions can be connected to in Broker https://bricknode.atlassian.net/wiki/spaces/KB/pages/103055505/Create+Insurance+Policy?src=search

InsuranceClaim

Guid

Id of insurance claim that SuperTransactions can be connected to in Broker Create Claim

BatchId

Guid

Id of transaction batch that SuperTransactions can be connected to in Broker https://bricknode.atlassian.net/wiki/spaces/KB/pages/2307555351/Correct+batch+transactions?src=search

OrderId

Guid

Id of order that SuperTransactions can be connected to in Broker Orders

BusinessEventId

Guid

Id of business event that SuperTransactions can be connected to in Broker Business Events

NoteId

Guid

Id of insurance policy that SuperTransactions can be connected to in Broker TransactionNotes

SequenceNo

int

The super transaction number

Code examples

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


Blog Posts
sortcreation
contenttitles
labels

...

getsupertransactions