Update transaction suspicious activities in batch

PUT

Headers

Auth
AuthorizationstringRequired

Request

This endpoint expects a list of objects.
suspicious_activity_idstringRequired

Unique identifier for a suspicious activity belonging to a transaction. This is the primary key for a transaction suspicious activity and should be unique across all transaction suspicious activities. Updates to a transaction suspicious activity should be made using this identifier.

timestampdatetimeRequired

The time of the transaction suspicious activity. This should be in ISO 8601 format. When adding a new transaction suspicious activity, this field represents the detection time. When updating a transaction suspicious activity, this represents the time of the update.

detection_datedatetimeOptional

Timestamp at which suspicious activity was detected on a transaction. This should be in the ISO 8601 format.

report_idstringOptional

Unique identifier for a transaction suspicious activity report for which the suspicious activity belongs to.

report_filed_atdatetimeOptional

The time of the transaction suspicious activity report was filed. This should be in ISO 8601 format.

related_tx_idslist of stringsOptional

Unique identifiers for transactions for which the suspicious activity relates to.

related_alert_idstringOptional

Unique identifier for a transaction alert for which the suspicious activity relates to.

Response

Transaction suspicious activity 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.