What is the correct way to associate a contact with a company using the HubSpot CRM v3 Associations API?
-
A
PUT /crm/v3/objects/contacts/{contactId}/associations/companies/{companyId}/{associationType}
-
B
POST /crm/v3/associations/contacts/companies/batch/create
-
C
PATCH /crm/v3/objects/contacts/{contactId}/company/{companyId}
-
D
GET /crm/v3/objects/contacts/{contactId}?associations=companies