How to validate MDM data records against the master storage through the REST API
An MDM REST interface POST
/talendmdm/services/rest/data/{containerName}/validate is available to allow you to
validate data records against the master storage through the REST API.
Before saved to the master database, a data record has to go through a validation process, which involves checking the data record against the database schema, foreign key constraints, validation rules and the Before-Saving process (if any) defined in the entity that the data record pertains to.
For more information about the REST API, see Validate records in a container.