curl --request POST \
--url https://api.hubapi.com/crm/v3/properties/{objectType}/groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"displayOrder": -1,
"label": "My Property Group",
"name": "mypropertygroup"
}
'{
"displayOrder": -1,
"label": "My Property Group",
"name": "mypropertygroup"
}新しいプロパティーグループのコピーを作成して返します。
curl --request POST \
--url https://api.hubapi.com/crm/v3/properties/{objectType}/groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"displayOrder": -1,
"label": "My Property Group",
"name": "mypropertygroup"
}
'{
"displayOrder": -1,
"label": "My Property Group",
"name": "mypropertygroup"
}サポートされる製品
必須スコープ
The access token received from the authorization server in the OAuth 2.0 flow.
新しいプロパティーグループを作成するオブジェクトのタイプ。