Generate Tokens for the Specified Strings
This API allows you to generate match tokens for the specified strings.
You must have the MDM.Config.BusinessModel
resource assigned with the
READ
privilege.
Request
Body - when fuzzy operator is false
The body contains a matchTokenClass
field which you can copy from your
L3 configuration.
Response
Request
Body - when fuzzy operator is true
Response
fuzzy=true
in matching when the fuzzy operator is used. In
other cases (exact
, exactOrNull
, and so on), use
fuzzy=false
. The difference between these two outputs is that the
fuzzy=true
uses the Metaphone
match token class to
create the token. This behavior might be different for other match token classes.