GetSuperTransactions
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 Create Insurance Policy | Â | Â |
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 Correct batch transactions | Â | Â |
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 Create Insurance Policy | Â |
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 Correct batch transactions | Â |
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.
Terms of License
Change Policy
© 2009 - 2024 Huddlestock Technologies AB All rights reserved