Versions Compared

Key

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

...

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.2

ReconciliationStatus

ReconciliationStatus?

ReconciliationStatus is an Enum that can be: Reconciled, Ignored and Investigate.

2.42.2

CustomFields

CustomField[]

Takes an array of CustomField. These are the ones that will either be updated or created on the Business Transaction.

2.42.2

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.2

Outputs

Name

Type

Description

Available from version

Entities

Array

Returns UpdateBusinessTransactions. If any error occurs, it will be displayed in the Message property.
If your credentials are wrong in the request, the Entities property will be null.

2.42.2

Message

String

Will be “OK” if the request was successful. Else, containing error message.

2.42.2

Code examples