Create a sanctions decision
Record an authorized review decision using optimistic concurrency.
POST
Requires API-key scope
sanctions.review and tenant permission sanctions.review.decide.
Body
A supported decision disposition.
Current
projection.version from the case.Required when clearing or retaining a zero-candidate hold and for accepted risk.
Future ISO 8601 timestamp required for
ACCEPTED_RISK.Dispositions
| Value | Use |
|---|---|
FALSE_POSITIVE | Resolve a returned candidate as a false positive. |
TRUE_POSITIVE_BLOCK | Confirm a returned candidate and block the linked account when one exists. |
CLEARED_AFTER_REVIEW | Clear a reviewable zero-candidate hold. |
KEEP_ON_HOLD | Keep a reviewable zero-candidate case pending. |
ESCALATED | Escalate the case. |
ACCEPTED_RISK | Accept documented risk until a future review date. |
UNBLOCK | Restore an account that has an active sanctions restriction. |
409 Conflict means expectedVersion is stale. Retrieve the case and reassess it before retrying.