Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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

Response rows (Array) inherits from EntityBase

Name

Type

Description

Available from version

BrickId

Guid

The BrickId (unique id) of the 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
 


Blog stream

Create a blog post to share news and announcements with your team and company.

  • No labels