Create
POST {{baseUrl}}/crm/v4/associations/:fromObjectType/:toObjectType/labels
Create a user defined association definition
Request Body
{"label"=>"<string>", "name"=>"<string>", "inverseLabel"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"results":[{"category":"HUBSPOT_DEFINED","typeId":"\u003cinteger\u003e","label":"\u003cstring\u003e"},{"category":"HUBSPOT_DEFINED","typeId":"\u003cinteger\u003e","label":"\u003cstring\u003e"}]}