メインコンテンツへスキップ
PUT
/
crm
/
associations
/
2026-03
/
{fromObjectType}
/
{toObjectType}
/
labels
関連付けラベルを更新
curl --request PUT \
  --url https://api.hubapi.com/crm/associations/2026-03/{fromObjectType}/{toObjectType}/labels \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "associationTypeId": 123,
  "label": "<string>",
  "inverseLabel": "<string>"
}
'
This response has no body data.

Supported products

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

パスパラメータ

fromObjectType
string
必須

関連付けのソースオブジェクトのタイプ。

toObjectType
string
必須

関連付けのターゲットオブジェクトのタイプ。

ボディ

application/json
associationTypeId
integer<int32>
必須

関連付けタイプの固有ID。

label
string
必須

関連付けられたレコード間の関係についての背景情報を提供する記述子。

inverseLabel
string

2件の関連付けられたレコード間の反比例関係についての任意の記述子。

レスポンス

Last modified on April 13, 2026