POST
/
media-bridge
/
v1
/
{appId}
/
schemas
/
{objectType}
/
associations
Zuordnungsdefinition erstellen
curl --request POST \
  --url https://api.hubapi.com/media-bridge/v1/{appId}/schemas/{objectType}/associations \
  --header 'Content-Type: application/json' \
  --data '{
  "fromObjectTypeId": "<string>",
  "name": "<string>",
  "toObjectTypeId": "<string>"
}'
{
  "createdAt": "2023-11-07T05:31:56Z",
  "fromObjectTypeId": "",
  "name": "",
  "id": "",
  "toObjectTypeId": "",
  "updatedAt": "2023-11-07T05:31:56Z"
}
Unterstützte Produkte
Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing HubKostenlos
Sales HubSales HubKostenlos
Service HubService HubKostenlos
Content HubContent HubKostenlos

Authorizations

hapikey
string
query
required

Body

application/json

Response

201
application/json

successful operation

The definition of an association