Update transaction checks in batch

Authentication

AuthorizationBearer

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

Request

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

check_idstringRequired
Unique identifier for a monitoring check belonging to a transaction. This is the primary key for a transaction check and should be unique across all transaction checks. Updates to a transaction check should be made using this identifier.
timestampdatetimeRequired
When this transaction check was performed in your system, in ISO 8601 format.
is_testbooleanOptionalDefaults to false
If the transaction check is test data, this should be set to true
statusenumOptional
Allowed values:
typeenumOptional
The type of monitoring check that is being performed.
Allowed values:
related_tx_idslist of stringsOptional
Unique identifiers for transactions which the check relates to.
related_tx_idstringOptionalDeprecated
Unique identifier for the transaction which the check is related to.

Response

Transaction check updated successfully
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