Skip to main content

UpdateAmlAlert

Stable

Signature

mutation {
UpdateAmlAlert(alertId: ..., comment: ...)
}

Retourne : AmlAlert!

Arguments

NomTypeRequisDéfautDescription
alertIdID!
commentString!
withMailBoolean
actionComplianceControlAction"reset" or "escalate" or null for just comment

Exemple

mutation {
UpdateAmlAlert(
alertId: $alertId
comment: $comment
) {
id
account {}
levelDetailed {}
comment
canResolveAlert
typeLabel
riskLevel {}
situation {}
classificationDocument {}
}
}