post-crm-v4-associations-definitions-configurations-var-v_create
Create association definitions between CRM object types. Provide fromObjectType, toObjectType, and inputs array with typeId, category, and maxToObjectIds.
Instructions
Create. REQUIRES body parameter with objects to create. Example: {body: {inputs: [{"properties": {"firstname": "John", "lastname": "Doe", "email": "john@example.com"}}]}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | Array of items | |
| toObjectType | Yes | Path parameter toObjectType | |
| fromObjectType | Yes | Path parameter fromObjectType |