Skip to main content
POST
/
admin
/
compliance
/
add-kyc-rule
Add KYC Rule
curl --request POST \
  --url https://{tenant}.fincode.software/api/v6/services/admin/compliance/add-kyc-rule \
  --header 'Content-Type: application/json' \
  --header 'X-Auth-Token: <x-auth-token>' \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>' \
  --data '
{
  "knowYourCustomerRuleDTO": [
    {}
  ]
}
'

Headers

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

Body

application/json
knowYourCustomerRuleDTO
object[]

Response

200

Rule added