it works fine, but my problem is, whenever I associate multiple company to the same contact, it makes the last company associated to be the contact’s primary company (which i dont want to).
question:
1. is there a way to make association w/o affecting the primary company of the contact?
2. How do i set the primary company of a contact? (just in case 1 is not possible, and i want to “revert” back the original primary company)
If you want to set the company as primary, you would apply the label “Primary” and use the corresponding associationTypeID which in this case should be 1. You can verify that by doing a request for all the labels of the association between Contacts and Companies by hitting this endpoint:
And if you have created new labels, the associationCategory would be USER_DEFINED and the ID would need to be collected with the previously mentioned request.
I have used V4 association API to create association from Company to contact. with the following body. but still it is creating the primary contact. I want to create a association with out making it a primary contact.