CRM
日本語
cURL
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" } '
{ "createdResourceId": "<string>", "entity": { "displayOrder": -1, "label": "My Property Group", "name": "mypropertygroup" }, "location": "<string>" }
新しいプロパティーグループのコピーを作成して返します。
サポートされる製品
必須スコープ
The access token received from the authorization server in the OAuth 2.0 flow.
HubSpotに表示される、人間が読めるラベル。
このAPIを使用してプロパティーグループを参照する際に使用する必要がある内部プロパティーグループ名。
プロパティーグループは、最も小さい正の整数値を先頭に表示されます。「-1」という値にすると、そのプロパティーグループは全ての正の値よりも後に表示されます。
successful operation
An ID for a group of properties
表示 子属性
{ "displayOrder": -1, "label": "My Property Group", "name": "mypropertygroup"}