UpdateBusinessTransactions
Inputs (Array of UpdateBusinessTransaction to update)
Name | Type | Description | Mandatory | Available from version |
---|---|---|---|---|
BrickId | Guid | This is the unique id of the Business Transaction that should be updated | Yes | 2.42.3 |
ReconciliationStatus | ReconciliationStatus? | ReconciliationStatus is an Enum that can be: Reconciled, Ignored and Investigate. |
| 2.42.3 |
CustomFields | CustomField[] | Takes an array of CustomField. These are the ones that will either be updated or created on the Business Transaction. |
| 2.42.3 |
SuperTransactionCustomFields | CustomField[] | Takes an array of CustomField. These are the ones that will either be updated or created on the linked Super Transaction. A Business Transaction must have a the link to a Super Transaction, if not, the api will throw an exception saying that it could not find the SuperTransactionId on the Business Transaction. |
| 2.42.3 |
Outputs
Name | Type | Description | Available from version |
---|---|---|---|
Entities | Array | Returns UpdateBusinessTransactions. If any error occurs, it will be displayed in the Message property. | 2.42.3 |
Message | String | Will be “OK” if the request was successful. Else, containing error message. | 2.42.3 |
Code examples
Terms of License
Change Policy
© 2009 - 2024 Huddlestock Technologies AB All rights reserved