Topic by Ricardo Luz
when i submit a request to create a contact to the REST API, using the same e-mail address that a existant contact have. a new contact with the same e-mail and a sequential suffix.
example@test.com
example@test.com.0001
example@test.com.0002
and so on.
how do i disable this, so the api would respond with a error of trying to use a duplicate e-mail to create a contact or something like that.