Hi,
When creating a new Contact via API, if a Contact with same Firstname and Lastname exists, we get HTTP Status 409 (Conflict) after POSTing the contact.
Is there a way to allow creating contacts with same name via API?
Thanks in advance
When creating a new Contact via API, if a Contact with same Firstname and Lastname exists, we get HTTP Status 409 (Conflict) after POSTing the contact.
Is there a way to allow creating contacts with same name via API?
Thanks in advance
Comment