Update transactions in batch

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

An array of transaction update payloads. Each payload must include the ‘tx_id’ to identify the transaction and can include any other fields that need to be updated. The ‘timestamp’ field should represent the time of update.

Response

Batch processing result
successboolean
Indicates if the write operation was successful.
write_countinteger
The number of records written to the database.
messagestring
Provides additional information about the operation result.
organization_idstring
The organization ID for which the operation was performed.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error