Skip to main content

DeclareSarDto

subjectTypestringrequired

Possible values: [client, agent]

subjectIdstringrequired
narrativestringrequired

Possible values: >= 20 characters and <= 8000 characters

severitystring

Possible values: [low, medium, high, critical]

triggerRuleCodestring

FraudRule.code that triggered, if auto-declared.

triggerAlertIdstring
supportingPayloadobject

Structured evidence (txn ids, amounts, patterns).

transactionAmountUgxnumber

Amount of the underlying transaction in UGX.

DeclareSarDto
{
"subjectType": "client",
"subjectId": "string",
"narrative": "string",
"severity": "low",
"triggerRuleCode": "string",
"triggerAlertId": "string",
"supportingPayload": {},
"transactionAmountUgx": 0
}