Duplicateclientfieldsconfiguration
The duplicate client constraints configuration that are available in the administration and can be performed
duplicateClientChecksstring[]
Constraints regarding what fields can't be duplicate between two clients, ordered alphabetically
Possible values: [DOCUMENT_ID_AND_TYPE, HOME_PHONE, MOBILE_PHONE, EMAIL, FIRST_NAME_AND_LAST_NAME, LAST_NAME_AND_DATE_OF_BIRTH]
duplicateClientConstraintActionstringrequired
Action to be taken if two clients have duplicate fields
Possible values: [NONE, WARNING, ERROR]
Duplicateclientfieldsconfiguration
{
"duplicateClientChecks": [
"DOCUMENT_ID_AND_TYPE"
],
"duplicateClientConstraintAction": "NONE"
}