Inputs (Array[] of UpdateSuperTransaction to update)
Name | Type | Description | Mandatory | Available from version |
---|
BrickId | Guid | This is the unique id of the Super Transaction that should be updated | Yes | |
CustomFields | CustomField[] |
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 |
Code examples
Array | Returns UpdateSuperTransactions. If any error occurs, it will be displayed in the Message property. | ||
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
Code Block | |||
---|---|---|---|
| |||
Blog Posts | |||||
---|---|---|---|---|---|
|
...
|