Skip to main content
PUT
/
admin
/
compliance
/
update-aml-rules
Update AML Rules
curl --request PUT \
  --url https://{tenant}.fincode.software/api/v6/services/admin/compliance/update-aml-rules \
  --header 'Content-Type: application/json' \
  --header 'X-Auth-Token: <x-auth-token>' \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>' \
  --data '
{
  "businessTransactionRuleUpdateDTOs": [
    {}
  ]
}
'

Headers

platform
string
default:fincode
required
uuid
string
default:200
required
X-Auth-Token
string
required

Body

application/json
businessTransactionRuleUpdateDTOs
object[]

Response

200

Rules updated