Skip to main content
POST
/
objects
/
associations
Post Object Association
curl --request POST \
  --url https://api.example.com/objects/associations \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "object1": {
    "ids": [
      1
    ],
    "label": "<string>",
    "child": true
  },
  "object2": {
    "ids": [
      1
    ],
    "label": "<string>",
    "child": true
  }
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.unifiedcrm.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Definition of an association

name
string
required
object1
object
required
object2
object
required

Response

No content

The response is of type No Properties · object.