Announcement

Collapse
No announcement yet.

Lastname via API, Create Contacts with same FisrtName

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Lastname via API, Create Contacts with same FisrtName

    Hi,

    When creating a new Contact via API, if a Contact with the same Firstname and lastname exists, we get HTTP Status 409 (Conflict) after POSTing the contact.

    Is there a way to create contacts with the same name via API?

    Thanks in advance​
    https://tutuappx.com/ https://vidmate.onl/​
    Last edited by hopasah287; 11-28-2023, 04:50 PM.

  • #2
    Hi hopasah287,

    Please use additional header:

    X-Skip-Duplicate-Check: true – it skips checking for duplicates (won't return 409 Error if a duplicate record is found).​

    Comment

    Working...
    X