Create a standardization rule
POST/api/v1/standardization-rules
Defines how an attribute's incoming values are normalised — a name to title case, a phone to international format, a date to a single calendar format, an address into its parts. The standardized form is what the platform stores and matches on, so this is where you decide the canonical shape of your data. A configuration the engine cannot execute is rejected when you create it. Requires standardization-rule.create.
Request
Responses
- 201