Versions Compared

Key

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

Not yet released API Change Log

Filter inputs

Name

Type

Description

Mandatory

Available from version

BrickIds

Guid[]

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

...