Cascade mark name screen hits
Name Screen Hits
Cascade mark name screen hits
Cascade assessment to all hits matching client_subject_id, external_id, and engine.
This endpoint updates all NameScreenHits that match the specified client_subject_id, external_id, AND engine with the provided assessment decision. This allows cascading the same assessment to a specific watchlist entity from a specific screening engine across all transactions for a given subject.
Request Body:
- client_subject_id (str): The subject ID to cascade to
- external_id (str): The external ID from screening engine (DJ ID, TR ID, etc.)
- engine (str): The screening engine (DJ, TR, ARTEMISCAN)
- mark_as (str): Assessment decision (NO_ACTION, TRUE_HIT, FALSE_HIT)
- comment (str, optional): Comment for the assessment
Returns:
- success (bool): Whether the operation succeeded
- hits_updated (int): Number of hits updated
- updated_hit_ids (list): List of updated hit IDs
- breakdown (dict): Count of hits per engine
- message (str): Success or error message
POST
Cascade mark name screen hits
Authorizations
Response
200
No response body
