Associations V4 API-Basic

Number of APIs: 4

  1. Create PUT {{baseUrl}}/crm/v4/objects/:objectType/:objectId/associations/:toObjectType/:toObjectId

  2. Delete DELETE {{baseUrl}}/crm/v4/objects/:objectType/:objectId/associations/:toObjectType/:toObjectId

  3. Create Default PUT {{baseUrl}}/crm/v4/objects/:fromObjectType/:fromObjectId/associations/default/:toObjectType/:toObjectId

  4. List GET {{baseUrl}}/crm/v4/objects/:objectType/:objectId/associations/:toObjectType?after=<string>&limit=500